Hello community,

here is the log from the commit of package automake for openSUSE:Factory 
checked in at 2011-12-21 09:59:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/automake (Old)
 and      /work/SRC/openSUSE:Factory/.automake.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/automake/automake-testsuite.changes      
2011-09-23 01:52:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.automake.new/automake-testsuite.changes 
2011-12-21 09:59:20.000000000 +0100
@@ -1,0 +2,11 @@
+Sun Dec 18 12:39:06 UTC 2011 - [email protected]
+
+- correct license and style (prepare_spec)
+- minor build fixes, avoid deprecated macros to be more portable
+
+-------------------------------------------------------------------
+Sat Sep 17 13:44:54 UTC 2011 - [email protected]
+
+- Remove redundant tags/sections from specfile
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/automake/automake.changes        2011-09-23 
01:52:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.automake.new/automake.changes   2011-12-21 
09:59:20.000000000 +0100
@@ -1,0 +2,16 @@
+Tue Dec 20 19:58:14 UTC 2011 - [email protected]
+
+- add autoconf as buildrequire to avoid implicit dependency
+
+-------------------------------------------------------------------
+Sun Dec 18 12:39:06 UTC 2011 - [email protected]
+
+- correct license and style (prepare_spec)
+- minor build fixes, avoid deprecated macros to be more portable
+
+-------------------------------------------------------------------
+Sat Sep 17 13:44:54 UTC 2011 - [email protected]
+
+- Remove redundant tags/sections from specfile
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ automake-testsuite.spec ++++++
--- /var/tmp/diff_new_pack.NdUnAS/_old  2011-12-21 09:59:21.000000000 +0100
+++ /var/tmp/diff_new_pack.NdUnAS/_new  2011-12-21 09:59:21.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package automake-testsuite (Version 1.11.1)
+# spec file for package automake-testsuite
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,19 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           automake-testsuite
-BuildRequires:  bison help2man
-License:        GPLv2+
-Group:          Development/Tools/Building
-AutoReqProv:    on
-PreReq:         %{install_info_prereq}
+BuildRequires:  autoconf
+BuildRequires:  bison
+BuildRequires:  help2man
+Requires:       info
 Requires:       autoconf >= 2.62
 Version:        1.11.1
-Release:        6
+Release:        0
 Summary:        A Program for Automatically Generating GNU-Style Makefile.in 
Files
+License:        GPL-2.0+
+Group:          Development/Tools/Building
 Url:            http://www.gnu.org/software/automake
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source:         automake-%{version}.tar.bz2
@@ -42,15 +41,6 @@
 definitions (with rules occasionally thrown in).  The generated
 "Makefile.in" files are compatible with the GNU Makefile standards.
 
-
-
-Authors:
---------
-    David Mackenzie
-    Tom Tromey  <[email protected]>
-    Alexandre Oliva
-    Alexandre Duret-Lutz <[email protected]>
-
 %prep
 %setup -q -n automake-%{version}
 %patch1
@@ -58,7 +48,8 @@
 
 %build
 %configure --docdir=%{_docdir}/%{name}
-make %{?_smp_mflags};
+make %{?_smp_mflags}
+
 %if "%{name}" == "automake-testsuite"
 
 %check
@@ -71,7 +62,7 @@
 %else
 
 %install
-%makeinstall
+make install DESTDIR=%{buildroot}
 mkdir -p %{buildroot}/etc %{buildroot}/usr/share/aclocal
 echo /usr/local/share/aclocal >%{buildroot}/etc/aclocal_dirlist
 ln -s ../../../etc/aclocal_dirlist %{buildroot}/usr/share/aclocal/dirlist
@@ -79,6 +70,8 @@
 perllibdir=lib help2man -S FSF ./aclocal > 
%{buildroot}%{_mandir}/man1/aclocal.1
 perllibdir=lib help2man -S FSF ./automake > 
%{buildroot}%{_mandir}/man1/automake.1
 install -m644 AUTHORS COPYING ChangeLog NEWS README THANKS 
%{buildroot}%{_docdir}/%{name}
+# info's dir file is not auto ignored on some systems
+rm -rf %{buildroot}%{_infodir}/dir
 #name == automake
 %endif
 
@@ -88,8 +81,6 @@
 %postun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/automake.info.gz
 
-%clean
-rm -rf %{buildroot}
 %if "%{name}" == "automake"
 
 %files

++++++ automake.spec ++++++
--- /var/tmp/diff_new_pack.NdUnAS/_old  2011-12-21 09:59:21.000000000 +0100
+++ /var/tmp/diff_new_pack.NdUnAS/_new  2011-12-21 09:59:21.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package automake (Version 1.11.1)
+# spec file for package automake
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,19 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           automake
-BuildRequires:  bison help2man
-License:        GPLv2+
-Group:          Development/Tools/Building
-AutoReqProv:    on
-PreReq:         %{install_info_prereq}
+BuildRequires:  autoconf
+BuildRequires:  bison
+BuildRequires:  help2man
+Requires:       info
 Requires:       autoconf >= 2.62
 Version:        1.11.1
-Release:        6
+Release:        0
 Summary:        A Program for Automatically Generating GNU-Style Makefile.in 
Files
+License:        GPL-2.0+
+Group:          Development/Tools/Building
 Url:            http://www.gnu.org/software/automake
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source:         automake-%{version}.tar.bz2
@@ -42,15 +41,6 @@
 definitions (with rules occasionally thrown in).  The generated
 "Makefile.in" files are compatible with the GNU Makefile standards.
 
-
-
-Authors:
---------
-    David Mackenzie
-    Tom Tromey  <[email protected]>
-    Alexandre Oliva
-    Alexandre Duret-Lutz <[email protected]>
-
 %prep
 %setup -q -n automake-%{version}
 %patch1
@@ -58,7 +48,8 @@
 
 %build
 %configure --docdir=%{_docdir}/%{name}
-make %{?_smp_mflags};
+make %{?_smp_mflags}
+
 %if "%{name}" == "automake-testsuite"
 
 %check
@@ -71,7 +62,7 @@
 %else
 
 %install
-%makeinstall
+make install DESTDIR=%{buildroot}
 mkdir -p %{buildroot}/etc %{buildroot}/usr/share/aclocal
 echo /usr/local/share/aclocal >%{buildroot}/etc/aclocal_dirlist
 ln -s ../../../etc/aclocal_dirlist %{buildroot}/usr/share/aclocal/dirlist
@@ -79,6 +70,8 @@
 perllibdir=lib help2man -S FSF ./aclocal > 
%{buildroot}%{_mandir}/man1/aclocal.1
 perllibdir=lib help2man -S FSF ./automake > 
%{buildroot}%{_mandir}/man1/automake.1
 install -m644 AUTHORS COPYING ChangeLog NEWS README THANKS 
%{buildroot}%{_docdir}/%{name}
+# info's dir file is not auto ignored on some systems
+rm -rf %{buildroot}%{_infodir}/dir
 #name == automake
 %endif
 
@@ -88,8 +81,6 @@
 %postun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/automake.info.gz
 
-%clean
-rm -rf %{buildroot}
 %if "%{name}" == "automake"
 
 %files

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

Reply via email to