Fix fetchmail FTBFS in rawhide, Fix bogus dates in the %%changelog, Fix Source and URL
This commit is contained in:
parent
3c2df487d9
commit
a83dcf985a
@ -1,16 +1,14 @@
|
||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
||||
|
||||
Summary: A remote mail retrieval and forwarding utility
|
||||
Name: fetchmail
|
||||
Version: 6.3.26
|
||||
Release: 5%{?dist}
|
||||
Source0: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.xz
|
||||
Source1: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.xz.asc
|
||||
URL: http://fetchmail.berlios.de/
|
||||
Release: 6%{?dist}
|
||||
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
|
||||
Source1: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz.asc
|
||||
URL: http://www.fetchmail.info/
|
||||
# For a breakdown of the licensing, see COPYING
|
||||
License: GPL+ and Public Domain
|
||||
Group: Applications/Internet
|
||||
BuildRequires: gettext-devel hesiod-devel krb5-devel openssl-devel
|
||||
BuildRequires: gettext-devel hesiod-devel krb5-devel openssl-devel python3-devel
|
||||
|
||||
%description
|
||||
Fetchmail is a remote mail retrieval and forwarding utility intended
|
||||
@ -49,6 +47,12 @@ rm -f $RPM_BUILD_ROOT%{python_sitelib}/fetchmailconf.py*
|
||||
%{_mandir}/man1/fetchmail.1*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 13 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.26-6
|
||||
- Fix fetchmail FTBFS in rawhide
|
||||
Resolves: #1239500
|
||||
- Fix bogus dates in the %%changelog
|
||||
- Fix Source and URL
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.3.26-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
@ -161,7 +165,7 @@ rm -f $RPM_BUILD_ROOT%{python_sitelib}/fetchmailconf.py*
|
||||
* Wed Dec 3 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.9-1
|
||||
- Update to fetchmail-6.3.9
|
||||
|
||||
* Tue Sep 18 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.8-8
|
||||
* Thu Sep 18 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.8-8
|
||||
- Rediff all patches to work with patch --fuzz=0
|
||||
- Replace server(smtp) requires by procmail
|
||||
Resolves: #66396
|
||||
@ -325,7 +329,7 @@ rm -f $RPM_BUILD_ROOT%{python_sitelib}/fetchmailconf.py*
|
||||
* Tue Sep 23 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
||||
- allow compiling without hesiod
|
||||
|
||||
* Tue Jun 22 2003 Nalin Dahyabhai <nalin@redhat.com> 6.2.0-6
|
||||
* Tue Jun 24 2003 Nalin Dahyabhai <nalin@redhat.com> 6.2.0-6
|
||||
- rebuild
|
||||
|
||||
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
||||
|
Loading…
Reference in New Issue
Block a user