Accepting request 264999 from server:mail
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/264999 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fetchmail?expand=0&rev=63
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 5 13:06:55 UTC 2014 - lmuelle@suse.com
|
||||
|
||||
- Removed executable permission bits from fetchmail.service file.
|
||||
- Update the project url in the spec file after Berlios shutdown.
|
||||
- Remove dependency on gpg-offline as signature checking is implemented in the
|
||||
source validator.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 09 03:40:00 UTC 2014 - Led <ledest@gmail.com>
|
||||
|
||||
|
@@ -25,15 +25,12 @@ BuildRequires: postfix
|
||||
BuildRequires: procmail
|
||||
BuildRequires: pwdutils
|
||||
BuildRequires: python-devel
|
||||
%if 0%{?suse_version} > 1220
|
||||
BuildRequires: gpg-offline
|
||||
%endif
|
||||
Version: 6.3.26
|
||||
Release: 0
|
||||
Summary: Full-Featured POP and IMAP Mail Retrieval Daemon
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Networking/Email/Utilities
|
||||
Url: http://fetchmail.berlios.de/
|
||||
Url: http://www.fetchmail.info/
|
||||
# The fetchmail-{EN,SA}-*.txt security advisories
|
||||
# were relicensed to CC BY-ND 3.0, so there's no need
|
||||
# to repack the tarball without them anymore (bnc#713698)
|
||||
@@ -84,9 +81,6 @@ A GUI configuration utility for generating fetchmail configuration
|
||||
files (.fetchmailrc).
|
||||
|
||||
%prep
|
||||
%if 0%{?gpg_verify:1}
|
||||
%gpg_verify %{S:4}
|
||||
%endif
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch0 -p1
|
||||
cp -a %{SOURCE1} %{SOURCE2} %{SOURCE3} .
|
||||
@@ -122,8 +116,8 @@ mkdir -p %{buildroot}/sbin
|
||||
%if 0%{?suse_version} >=1230
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_unitdir}
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_libexecdir}/tmpfiles.d
|
||||
install -m 755 %{S:6} $RPM_BUILD_ROOT/%{_unitdir}/%{name}.service
|
||||
install -m 644 %{S:7} $RPM_BUILD_ROOT/%{_libexecdir}/tmpfiles.d/%{name}.conf
|
||||
install -m 0644 %{S:6} $RPM_BUILD_ROOT/%{_unitdir}/%{name}.service
|
||||
install -m 0644 %{S:7} $RPM_BUILD_ROOT/%{_libexecdir}/tmpfiles.d/%{name}.conf
|
||||
%else
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/init.d
|
||||
cp fetchmail.init %{buildroot}%{_initddir}/fetchmail
|
||||
|
Reference in New Issue
Block a user