X-Git-Url: https://code.delx.au/offlineimap/blobdiff_plain/2b9d6f9fdcc5f92efca4cf2887241a34243a97fd..5db24303b7d174d067a2303fbcc616b33dde8083:/offlineimap.spec diff --git a/offlineimap.spec b/offlineimap.spec index c4d9f4d..7c0805c 100644 --- a/offlineimap.spec +++ b/offlineimap.spec @@ -1,10 +1,10 @@ Name: offlineimap Summary: Powerful IMAP/Maildir synchronization and reader support -Version: 4.0.13 -Release: 2 +Version: 4.0.16 +Release: 3 License: GPL Group: Applications/Internet -URL: http://quux.org:70/devel/offlineimap +URL: http://software.complete.org/offlineimap/ Source0: %{name}_%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Requires: python >= 2.2.1 @@ -27,7 +27,7 @@ python setup.py build %install rm -rf $RPM_BUILD_ROOT -python setup.py install --root=$RPM_BUILD_ROOT +python setup.py install --root=$RPM_BUILD_ROOT --prefix=%{_prefix} %clean rm -rf $RPM_BUILD_ROOT @@ -35,10 +35,13 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc docs manual.* README COPY* ChangeLog* UPGRADING -/usr/bin/* -/usr/lib/python* +%{_prefix}/bin/* +%{_prefix}/lib/python* %changelog +* Tue May 16 2006 Adam Spiers 4.0.13-3 +- Force prefix to /usr + * Mon May 15 2006 Adam Spiers 4.0.13-2 - Finally get savemessage_searchforheader right?