rpms/offlineimap/devel offlineimap.spec,1.6,1.7

Till Maas (till) fedora-extras-commits at redhat.com
Tue Sep 4 18:13:18 UTC 2007


Author: till

Update of /cvs/pkgs/rpms/offlineimap/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23597

Modified Files:
	offlineimap.spec 
Log Message:
* Tue Sep 04 2007 Till Maas <opensource till name> - 5.99.2-1
- update to new version
- update license Tag
- add unclosed listitem in offlineimap.sgml
- add missing BR: docbook-utils
- build manpage



Index: offlineimap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/offlineimap/devel/offlineimap.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- offlineimap.spec	4 Sep 2007 18:01:09 -0000	1.6
+++ offlineimap.spec	4 Sep 2007 18:12:45 -0000	1.7
@@ -33,10 +33,12 @@
 %setup -q -n %name
 %patch0 -p1
 
+
 %build
 python setup.py build
 cp -p debian/changelog ChangeLog
-make doc
+docbook2man offlineimap.sgml
+
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -44,9 +46,11 @@
 mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1
 install -p offlineimap.1 $RPM_BUILD_ROOT/%{_mandir}/man1/
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
 %files
 %defattr(-,root,root,-)
 %doc manual.* README COPY* UPGRADING offlineimap.conf* FAQ.html todo
@@ -55,12 +59,14 @@
 %{python_sitelib}/offlineimap/
 %{_mandir}/man1/offlineimap.1.gz
 
+
 %changelog
 * Tue Sep 04 2007 Till Maas <opensource till name> - 5.99.2-1
 - update to new version
 - update license Tag
 - add unclosed listitem in offlineimap.sgml
 - add missing BR: docbook-utils
+- build manpage
 
 * Sat Dec 09 2006 Till Maas <opensource till name> - 4.0.16-3
 - rebuild for python2.5




More information about the fedora-extras-commits mailing list