rpms/offlineimap/devel offlineimap.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Till Maas (till) fedora-extras-commits at redhat.com
Sun Dec 3 17:48:24 UTC 2006


Author: till

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

Modified Files:
	.cvsignore sources 
Added Files:
	offlineimap.spec 
Log Message:
auto-import offlineimap-4.0.16-1 on branch devel from offlineimap-4.0.16-1.src.rpm


--- NEW FILE offlineimap.spec ---
%{!?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:        1%{?dist}
Summary:        Powerful IMAP/Maildir synchronization and reader support

License:        GPL
Group:          Applications/Internet
URL:            http://software.complete.org/offlineimap/
Source0:        http://software.complete.org/offlineimap/static/download_area/%{version}/%{name}_%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch


%description
OfflineIMAP is a tool to simplify your e-mail reading. With OfflineIMAP,
you can read the same mailbox from multiple computers.  You get a
current copy of your messages on each computer, and changes you make one
place will be visible on all other systems. For instance, you can delete
a message on your home computer, and it will appear deleted on your work
computer as well. OfflineIMAP is also useful if you want to use a mail
reader that does not have IMAP support, has poor IMAP support, or does
not provide disconnected operation.


%prep
%setup -q -n %name

%build
python setup.py build
cp debian/changelog ChangeLog

%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --root=$RPM_BUILD_ROOT --prefix=%{_prefix}
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 ChangeLog
%{_bindir}/offlineimap
%{python_sitelib}/offlineimap/
%{_mandir}/man1/offlineimap.1.gz

%changelog
* Sun Dec 03 2006 Till Maas <opensource till name> - 4.0.16-1
- version bump
- added one more %%{version} to Source0
- added FAQ.html, todo to %%doc
- added debian/changelog as ChangeLog to %%doc

* Sat Dec 02 2006 Till Maas <opensource till name> - 4.0.15-1
- added %%{?dist} tag
- made Source0 a valid URL
- rearranged tag order and changed whitespace
- added -q -n %%name to %%setup
- removed ChangeLog* from %%doc (not in archive)
- added offlineimap.conf* to %%doc
- Use %%{_bindir} and %%{python_sitelib}
- removed directory docs from %%doc
- added BuildArch: noarch
- added manpage

* Tue May 16 2006 Adam Spiers <adam at spiers.net> 4.0.13-3
- Force prefix to /usr

* Mon May 15 2006 Adam Spiers <adam at spiers.net> 4.0.13-2
- Finally get savemessage_searchforheader right?

* Sun May 14 2006 Adam Spiers <adam at spiers.net> 4.0.13-1
- Updated for 4.0.13

* Sat Apr 29 2006 Adam Spiers <offlineimap at adamspiers.org> 4.0.11-2
- Add patch for Groupwise IMAP servers.

* Fri Apr 28 2006 Adam Spiers <offlineimap at adamspiers.org> 4.0.11-1
- Initial build.




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/offlineimap/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Dec 2006 17:47:21 -0000	1.1
+++ .cvsignore	3 Dec 2006 17:47:54 -0000	1.2
@@ -0,0 +1 @@
+offlineimap_4.0.16.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/offlineimap/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Dec 2006 17:47:21 -0000	1.1
+++ sources	3 Dec 2006 17:47:54 -0000	1.2
@@ -0,0 +1 @@
+3de813eec9afa373006ac5cad7299389  offlineimap_4.0.16.tar.gz




More information about the fedora-extras-commits mailing list