Hello community,

here is the log from the commit of package autoconf for openSUSE:Factory 
checked in at 2015-03-23 12:12:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/autoconf (Old)
 and      /work/SRC/openSUSE:Factory/.autoconf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "autoconf"

Changes:
--------
--- /work/SRC/openSUSE:Factory/autoconf/autoconf-el.changes     2013-03-22 
11:00:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.autoconf.new/autoconf-el.changes        
2015-03-23 12:12:20.000000000 +0100
@@ -2 +2,8 @@
-Wed Mar 20 13:25:38 UTC 2013 - [email protected]
+Fri Mar 13 18:15:12 UTC 2015 - [email protected]
+
+- Cleanup spec file with spec-cleaner
+- Add gpg signature
+- Correct info file dependencies
+
+-------------------------------------------------------------------
+Wed Mar 20 13:08:10 UTC 2013 - [email protected]
autoconf-testsuite.changes: same change
--- /work/SRC/openSUSE:Factory/autoconf/autoconf.changes        2013-03-22 
11:00:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.autoconf.new/autoconf.changes   2015-03-23 
12:12:20.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Mar 13 18:15:12 UTC 2015 - [email protected]
+
+- Cleanup spec file with spec-cleaner
+- Add gpg signature
+- Correct info file dependencies
+
+-------------------------------------------------------------------

New:
----
  autoconf-2.69.tar.gz.sig
  autoconf-testsuite.keyring
  autoconf.keyring

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

Other differences:
------------------
++++++ autoconf-el.spec ++++++
--- /var/tmp/diff_new_pack.zWQccD/_old  2015-03-23 12:12:21.000000000 +0100
+++ /var/tmp/diff_new_pack.zWQccD/_new  2015-03-23 12:12:21.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package autoconf-el
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ autoconf-testsuite.spec ++++++
--- /var/tmp/diff_new_pack.zWQccD/_old  2015-03-23 12:12:21.000000000 +0100
+++ /var/tmp/diff_new_pack.zWQccD/_new  2015-03-23 12:12:21.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package autoconf-testsuite
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,22 @@
 
 
 Name:           autoconf-testsuite
-BuildRequires:  help2man
-BuildRequires:  xz
-Url:            http://www.gnu.org/software/autoconf
-Requires:       info
-Requires:       m4 >= 1.4.6
-Requires:       perl >= 5.6
 Version:        2.69
 Release:        0
 Summary:        A GNU Tool for Automatically Configuring Source Code
 License:        GPL-3.0+
 Group:          Development/Tools/Building
-Source:         http://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.gz
+Url:            http://www.gnu.org/software/autoconf
+Source0:        http://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.gz
+Source1:        http://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.gz.sig
+Source2:        %{name}.keyring
 Patch0:         autoreconf-ltdl.diff
+BuildRequires:  help2man
+Requires:       info
+Requires:       m4 >= 1.4.6
+Requires:       perl >= 5.6
+Requires(post): %{install_info_prereq}
+Requires(preun): %{install_info_prereq}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
@@ -55,17 +58,15 @@
 make %{?_smp_mflags}
 
 %if "%{name}" == "autoconf-testsuite"
-
 %check
 trap 'test $? -ne 0 && cat tests/testsuite.log' EXIT
-make check
+make %{?_smp_mflags} check
 
 %install
 %else
-
 %install
 %{?make_install} %{!?make_install:make install DESTDIR=%{buildroot}}
-rm -f $RPM_BUILD_ROOT%{_prefix}/share/emacs/site-lisp/*.el*
+rm -f %{buildroot}%{_datadir}/emacs/site-lisp/*.el*
 # info's dir file is not auto ignored on some systems
 rm -rf %{buildroot}%{_infodir}/dir
 %endif
@@ -73,16 +74,15 @@
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/autoconf.info.gz
 
-%postun
+%preun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/autoconf.info.gz
 
 %if "%{name}" == "autoconf"
-
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README TODO
-%{_prefix}/bin/*
-%{_prefix}/share/autoconf
+%{_bindir}/*
+%{_datadir}/autoconf
 %doc %{_infodir}/*.gz
 %doc %{_mandir}/man1/*.gz
 %endif

++++++ autoconf.spec ++++++
--- /var/tmp/diff_new_pack.zWQccD/_old  2015-03-23 12:12:21.000000000 +0100
+++ /var/tmp/diff_new_pack.zWQccD/_new  2015-03-23 12:12:21.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package autoconf
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,22 @@
 
 
 Name:           autoconf
-BuildRequires:  help2man
-BuildRequires:  xz
-Url:            http://www.gnu.org/software/autoconf
-Requires:       info
-Requires:       m4 >= 1.4.6
-Requires:       perl >= 5.6
 Version:        2.69
 Release:        0
 Summary:        A GNU Tool for Automatically Configuring Source Code
 License:        GPL-3.0+
 Group:          Development/Tools/Building
-Source:         http://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.gz
+Url:            http://www.gnu.org/software/autoconf
+Source0:        http://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.gz
+Source1:        http://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.gz.sig
+Source2:        %{name}.keyring
 Patch0:         autoreconf-ltdl.diff
+BuildRequires:  help2man
+Requires:       info
+Requires:       m4 >= 1.4.6
+Requires:       perl >= 5.6
+Requires(post): %{install_info_prereq}
+Requires(preun): %{install_info_prereq}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
@@ -55,17 +58,15 @@
 make %{?_smp_mflags}
 
 %if "%{name}" == "autoconf-testsuite"
-
 %check
 trap 'test $? -ne 0 && cat tests/testsuite.log' EXIT
-make check
+make %{?_smp_mflags} check
 
 %install
 %else
-
 %install
 %{?make_install} %{!?make_install:make install DESTDIR=%{buildroot}}
-rm -f $RPM_BUILD_ROOT%{_prefix}/share/emacs/site-lisp/*.el*
+rm -f %{buildroot}%{_datadir}/emacs/site-lisp/*.el*
 # info's dir file is not auto ignored on some systems
 rm -rf %{buildroot}%{_infodir}/dir
 %endif
@@ -73,16 +74,15 @@
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/autoconf.info.gz
 
-%postun
+%preun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/autoconf.info.gz
 
 %if "%{name}" == "autoconf"
-
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README TODO
-%{_prefix}/bin/*
-%{_prefix}/share/autoconf
+%{_bindir}/*
+%{_datadir}/autoconf
 %doc %{_infodir}/*.gz
 %doc %{_mandir}/man1/*.gz
 %endif

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

Reply via email to