Hello community,

here is the log from the commit of package procmail for openSUSE:Factory 
checked in at 2013-04-18 15:00:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/procmail (Old)
 and      /work/SRC/openSUSE:Factory/.procmail.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "procmail", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/procmail/procmail.changes        2013-03-01 
14:00:44.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.procmail.new/procmail.changes   2013-04-18 
15:00:36.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Apr 15 09:04:23 UTC 2013 - [email protected]
+
+- Cleanup spec file
+- Add Source URL, see https://en.opensuse.org/SourceUrls
+- Add GPG verification
+
+-------------------------------------------------------------------

Old:
----
  procmail-3.22.tar.bz2

New:
----
  procmail-3.22.tar.gz
  procmail-3.22.tar.gz.sig
  procmail.keyring

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ procmail.spec ++++++
--- /var/tmp/diff_new_pack.Ar37wY/_old  2013-04-18 15:00:38.000000000 +0200
+++ /var/tmp/diff_new_pack.Ar37wY/_new  2013-04-18 15:00:38.000000000 +0200
@@ -17,18 +17,16 @@
 
 
 Name:           procmail
-BuildRequires:  pcre-devel
-BuildRequires:  postfix
-Url:            http://www.procmail.org/
-Requires:       /bin/sed
-Recommends:     /usr/bin/mimencode
 Version:        3.22
 Release:        0
 Summary:        A program for local e-mail delivery
 License:        Artistic-1.0 or GPL-2.0+
 Group:          Productivity/Networking/Email/Clients
-Source0:        procmail-%{version}.tar.bz2
+Url:            http://www.procmail.org/
+Source0:        
ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/procmail-%{version}.tar.gz
 Source1:        procmail-%{version}-patches.tar.bz2
+Source2:        
ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/procmail-%{version}.tar.gz.sig
+Source3:        procmail.keyring
 Patch0:         procmail-%{version}-mailstat.patch
 Patch1:         procmail-%{version}.dif
 Patch2:         procmail-cflags.dif
@@ -36,20 +34,22 @@
 Patch4:         procmail-%{version}-owl-truncate.dif
 Patch5:         procmail-%{version}-autoconf.dif
 Patch6:         procmail-%{version}-ipv6.patch
+BuildRequires:  pcre-devel
+BuildRequires:  postfix
+%if %suse_version >= 1230
+BuildRequires:  gpg-offline
+%endif
+Requires:       /bin/sed
+Recommends:     /usr/bin/mimencode
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Sendmail calls procmail to deliver email into a local folder. Procmail
 can be configured to store e-mail in different folders.
 
-
-
-Authors:
---------
-    Stephen R. van den Berg <[email protected]>
-    Philip Guenther <[email protected]>
-
 %prep
+%{?gpg_verify: %gpg_verify %{S:2}}
+
 %setup -q -b1
 for p in ../procmail-%{version}-patches/* ; do
     test -e $p || break
@@ -68,25 +68,22 @@
 sed -ri '\@^#.*[[:blank:]]+/\*[^/]*$@M,\@\*/$@{ s@(^[[:blank:]]+)/\*@\1  @;}' 
src/includes.h
 
 %build
-    RPM_OPT_FLAGS="-std=c89 $RPM_OPT_FLAGS -Wno-parentheses -Wno-sign-compare 
-Wno-unprototyped-calls"
+    RPM_OPT_FLAGS="-std=c89 %{optflags} -Wno-parentheses -Wno-sign-compare 
-Wno-unprototyped-calls"
     export RPM_OPT_FLAGS
-    make %{?jobs:-j%jobs} XCFLAGS="-fno-strict-aliasing -D_LARGEFILE64_SOURCE 
-D_FILE_OFFSET_BITS=64" MANDIR=%{_mandir} LDFLAGS0=
+    make %{?_smp_mflags} XCFLAGS="-fno-strict-aliasing -D_LARGEFILE64_SOURCE 
-D_FILE_OFFSET_BITS=64" MANDIR=%{_mandir} LDFLAGS0=
 
 %install
-    mkdir -p $RPM_BUILD_ROOT%{_mandir}/man{1,5} $RPM_BUILD_ROOT/usr/bin
-    make MANDIR=$RPM_BUILD_ROOT%{_mandir} BINDIR=$RPM_BUILD_ROOT/usr/bin 
install
-    install -m 644 man/mailstat.man $RPM_BUILD_ROOT%{_mandir}/man1/mailstat.1
-
-%clean
-    rm -rf $RPM_BUILD_ROOT
+    mkdir -p %{buildroot}%{_mandir}/man{1,5} %{buildroot}%{_prefix}/bin
+    make MANDIR=%{buildroot}%{_mandir} BINDIR=%{buildroot}%{_bindir} install
+    install -m 644 man/mailstat.man %{buildroot}%{_mandir}/man1/mailstat.1
 
 %files
 %defattr(-,root,root)
 %doc FAQ FEATURES README examples
-/usr/bin/formail
-/usr/bin/lockfile
-/usr/bin/mailstat
-/usr/bin/procmail
+%{_bindir}/formail
+%{_bindir}/lockfile
+%{_bindir}/mailstat
+%{_bindir}/procmail
 %{_mandir}/man1/formail.1.gz
 %{_mandir}/man1/lockfile.1.gz
 %{_mandir}/man1/procmail.1.gz

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to