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

Rob Loos (knol) fedora-extras-commits at redhat.com
Fri Nov 30 12:47:03 UTC 2007


Author: knol

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

Modified Files:
	.cvsignore sources 
Added Files:
	getmail.spec 
Log Message:
Initial import



--- NEW FILE getmail.spec ---
%define python_sitelib %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()')

Summary: POP3, IMAP4 and SDPS mail retriever with Maildir delivery
Name: getmail
Version: 4.7.7
Release: 2%{?dist}
License: GPLv2
Group: Applications/Internet
URL: http://pyropus.ca/software/getmail/

Source: http://pyropus.ca/software/getmail/old-versions/getmail-%{version}.tar.gz
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch: noarch
BuildRequires: python-devel >= 2.3.3
Requires: python >= 2.3.3

%description
getmail is a secure, flexible, reliable and easy-to-use
mail retriever for POP3, IMAP4 and SDPS.
It delivers mail into a Maildir or mbox file.
It is designed to replace other mail retrievers such as fetchmail.
Getmail is written entirely in python.

%prep
%setup -q

%build

%install
%{__rm} -rf %{buildroot}
%{__python} setup.py install --root="%{buildroot}"

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
#%doc docs/*
%doc docs/BUGS docs/CHANGELOG docs/COPYING docs/THANKS docs/TODO 
%doc docs/configuration.html docs/configuration.txt docs/documentation.html 
%doc docs/documentation.txt docs/faq.html docs/faq.txt docs/getmaildocs.css 
%doc docs/getmailrc-examples docs/troubleshooting.html docs/troubleshooting.txt
%{_mandir}/man1/getmail.1*
%{_mandir}/man1/getmail_fetch.1*
%{_mandir}/man1/getmail_maildir.1*
%{_mandir}/man1/getmail_mbox.1*
%{_bindir}/getmail
%{_bindir}/getmail_fetch
%{_bindir}/getmail_maildir
%{_bindir}/getmail_mbox
%{python_sitelib}/getmailcore/

%changelog
* Wed Nov 21 2007 Rob Loos <knolderpoor at gmail.com> - 4.7.7-2
- escaping %% characters

* Tue Nov 20 2007 Rob Loos <knolderpoor at gmail.com> - 4.7.7-1
- no longer need to convert CHANGELOG
- added -q to %%setup
- more readable %%doc lines

* Mon Nov 05 2007 Rob Loos <knolderpoor at gmail.com> - 4.7.6-2
- Updated summary and description.
- Don't include manpages in documentation
- Correct license (GPLv2)
- convert CHANGELOG to UTF-8

* Mon Aug 13 2007 Dries Verachtert <dries at ulyssis.org> - 4.7.6-1
- Updated to release 4.7.6.

* Thu Jun 07 2007 Dries Verachtert <dries at ulyssis.org> - 4.7.5-1
- Updated to release 4.7.5.

* Wed May 09 2007 Dries Verachtert <dries at ulyssis.org> - 4.7.4-1
- Updated to release 4.7.4.

* Mon Mar 19 2007 Dries Verachtert <dries at ulyssis.org> - 4.7.3-1
- Updated to release 4.7.3.

* Sun Mar 04 2007 Dag Wieers <dag at wieers.com> - 4.7.2-1
- Initial package. (using DAR)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/getmail/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Nov 2007 23:29:41 -0000	1.1
+++ .cvsignore	30 Nov 2007 12:46:30 -0000	1.2
@@ -0,0 +1 @@
+getmail-4.7.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/getmail/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Nov 2007 23:29:41 -0000	1.1
+++ sources	30 Nov 2007 12:46:30 -0000	1.2
@@ -0,0 +1 @@
+d6252e8ebe89fb17baaeb9acba707e39  getmail-4.7.7.tar.gz




More information about the fedora-extras-commits mailing list