rpms/irclog2html/F-13 .cvsignore, 1.3, 1.4 irclog2html.spec, 1.4, 1.5 sources, 1.3, 1.4

Ian Weller ianweller at fedoraproject.org
Thu Jul 22 20:49:00 UTC 2010


Author: ianweller

Update of /cvs/pkgs/rpms/irclog2html/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27253

Modified Files:
	.cvsignore irclog2html.spec sources 
Log Message:
update to 2.8-1



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/irclog2html/F-13/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	6 Nov 2009 23:38:59 -0000	1.3
+++ .cvsignore	22 Jul 2010 20:48:59 -0000	1.4
@@ -1 +1 @@
-irclog2html-r68.tar.bz2
+irclog2html-2.8.tar.bz2


Index: irclog2html.spec
===================================================================
RCS file: /cvs/pkgs/rpms/irclog2html/F-13/irclog2html.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- irclog2html.spec	6 Nov 2009 23:38:59 -0000	1.4
+++ irclog2html.spec	22 Jul 2010 20:48:59 -0000	1.5
@@ -1,22 +1,19 @@
-%define svn_revision 68
-
 Name:           irclog2html
-Version:        2.7
-Release:        5.svn%{svn_revision}%{?dist}
+Version:        2.8
+Release:        1%{?dist}
 Summary:        Script to convert IRC logs to HTML and other formats
 
 Group:          Applications/Communications
-# Not specific to GPL version, will assume 3 as that's what they link to
-License:        GPLv3+
+License:        GPLv2+
 URL:            http://mg.pov.lt/irclog2html/
 # Source is only in upstream SCM. To create the tarball run
-#   svn export -r %{svn_revision} http://mg.pov.lt/irclog2html/svn irclog2html-r%{svn_revision}
-#   tar cjO irclog2html-r%{svn_revision} > %{name}-r%{svn_revision}.tar.bz2
-Source0:        %{name}-r%{svn_revision}.tar.bz2
+#   bzr export irclog2html-2.8.tar.bz2 -r 77 lp:irclog2html
+Source0:        %{name}-%{version}.tar.bz2
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildArch:      noarch
 Requires:       python
+BuildRequires:  python
 
 %description
 irclog2html is a nice IRC log parser and colorizer that will do the most common
@@ -25,7 +22,7 @@ many different HTML formats, and can exp
 
 
 %prep
-%setup -q -n %{name}-r%{svn_revision}
+%setup -q
 echo "You may need the irclog.css file. It is available at
   %{_datadir}/%{name}/irclog.css
 " > README.fedora
@@ -45,18 +42,27 @@ chmod a+x *.py
 cp -a * %{buildroot}%{_datadir}/%{name}/
 
 
+%check
+make check
+
+
 %clean
 rm -rf %{buildroot}
 
 
 %files
 %defattr(-,root,root,-)
-%doc README.fedora
+%doc README.txt README.fedora CHANGES.txt
 %{_bindir}/%{name}
 %{_datadir}/%{name}
 
 
 %changelog
+* Thu Jul 22 2010 Ian Weller <iweller at redhat.com> - 2.8-1
+- Update to 2.8
+- Add make check
+- Add README.txt and CHANGES.txt to docs
+
 * Fri Nov  6 2009 Ian Weller <ian at ianweller.org> - 2.7-5.svn68
 - Fix bug (use of undefined variable 'progname') found by Ondrej Baudys
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/irclog2html/F-13/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	6 Nov 2009 23:38:59 -0000	1.3
+++ sources	22 Jul 2010 20:49:00 -0000	1.4
@@ -1 +1 @@
-15bd933e1cc8ba899d7dbdf0f1746bb1  irclog2html-r68.tar.bz2
+0011e1487d03903917d98b4a9a9acaa4  irclog2html-2.8.tar.bz2



More information about the scm-commits mailing list