Fix fetchmail FTBFS in rawhide, Fix bogus dates in the %%changelog, Fix Source and URL

This commit is contained in:
Vitezslav Crhonek 2015-07-13 13:53:21 +02:00
parent 3c2df487d9
commit a83dcf985a

View File

@ -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 Summary: A remote mail retrieval and forwarding utility
Name: fetchmail Name: fetchmail
Version: 6.3.26 Version: 6.3.26
Release: 5%{?dist} Release: 6%{?dist}
Source0: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.xz Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
Source1: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.xz.asc Source1: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz.asc
URL: http://fetchmail.berlios.de/ URL: http://www.fetchmail.info/
# For a breakdown of the licensing, see COPYING # For a breakdown of the licensing, see COPYING
License: GPL+ and Public Domain License: GPL+ and Public Domain
Group: Applications/Internet Group: Applications/Internet
BuildRequires: gettext-devel hesiod-devel krb5-devel openssl-devel BuildRequires: gettext-devel hesiod-devel krb5-devel openssl-devel python3-devel
%description %description
Fetchmail is a remote mail retrieval and forwarding utility intended 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* %{_mandir}/man1/fetchmail.1*
%changelog %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 * 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 - 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 * Wed Dec 3 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.9-1
- Update to fetchmail-6.3.9 - 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 - Rediff all patches to work with patch --fuzz=0
- Replace server(smtp) requires by procmail - Replace server(smtp) requires by procmail
Resolves: #66396 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> * Tue Sep 23 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- allow compiling without hesiod - 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 - rebuild
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>