rpms/offlineimap/F-7 offlineimap.spec,1.3,1.4 sources,1.2,1.3

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


Author: till

Update of /cvs/pkgs/rpms/offlineimap/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24849

Modified Files:
	offlineimap.spec sources 
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
- remove todo and manual files from %doc



Index: offlineimap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/offlineimap/F-7/offlineimap.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- offlineimap.spec	9 Dec 2006 04:13:45 -0000	1.3
+++ offlineimap.spec	4 Sep 2007 18:50:27 -0000	1.4
@@ -1,17 +1,19 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           offlineimap
-Version:        4.0.16
-Release:        3%{?dist}
+Version:        5.99.2
+Release:        1%{?dist}
 Summary:        Powerful IMAP/Maildir synchronization and reader support
 
-License:        GPL
+License:        GPLv2+
 Group:          Applications/Internet
 URL:            http://software.complete.org/offlineimap/
 Source0:        http://software.complete.org/offlineimap/static/download_area/%{version}/%{name}_%{version}.tar.gz
+Patch0:         offlineimap-5.99.2-unclosed_listitem.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel
+BuildRequires:  docbook-utils
 
 BuildArch:      noarch
 
@@ -29,10 +31,14 @@
 
 %prep
 %setup -q -n %name
+%patch0 -p1
+
 
 %build
 python setup.py build
 cp -p debian/changelog ChangeLog
+docbook2man offlineimap.sgml
+
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -40,18 +46,30 @@
 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
+#%doc manual.* todo
+%doc README COPY* UPGRADING offlineimap.conf* FAQ.html
 %doc ChangeLog
 %{_bindir}/offlineimap
 %{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
+- remove todo and manual files from %%doc
+
 * Sat Dec 09 2006 Till Maas <opensource till name> - 4.0.16-3
 - rebuild for python2.5
 - added BR: python-devel, which is needed now
@@ -91,5 +109,3 @@
 
 * Fri Apr 28 2006 Adam Spiers <offlineimap at adamspiers.org> 4.0.11-1
 - Initial build.
-
-


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/offlineimap/F-7/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	3 Dec 2006 17:47:54 -0000	1.2
+++ sources	4 Sep 2007 18:50:27 -0000	1.3
@@ -1 +1 @@
-3de813eec9afa373006ac5cad7299389  offlineimap_4.0.16.tar.gz
+18912c9f7bc5a24f660906ca5c84e6f4  offlineimap_5.99.2.tar.gz




More information about the fedora-extras-commits mailing list