Hello community, here is the log from the commit of package bison for openSUSE:Factory checked in at 2012-01-11 15:35:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bison (Old) and /work/SRC/openSUSE:Factory/.bison.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bison", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/bison/bison.changes 2011-09-23 01:52:33.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.bison.new/bison.changes 2012-01-11 15:36:27.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Jan 9 09:54:18 UTC 2012 - [email protected] + +- Own /usr/share/aclocal + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bison.spec ++++++ --- /var/tmp/diff_new_pack.e6L56J/_old 2012-01-11 15:36:33.000000000 +0100 +++ /var/tmp/diff_new_pack.e6L56J/_new 2012-01-11 15:36:33.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package bison # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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,25 +15,23 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: bison BuildRequires: gcc-c++ -License: GPL-3.0+ -Group: Development/Languages/C and C++ -PreReq: %install_info_prereq +Requires(pre): %install_info_prereq # bug437293 %ifarch ppc64 Obsoletes: bison-64bit %endif -# -Requires: m4 Version: 2.5 -Release: 1 +Release: 0 Summary: The GNU Parser Generator +License: GPL-3.0+ +Group: Development/Languages/C and C++ Url: http://www.gnu.org/software/bison/bison.html Source: bison-%{version}.tar.bz2 Source2: baselibs.conf +# +Requires: m4 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -44,23 +42,25 @@ %build %configure -make %{_smp_mflags} +make %{?_smp_mflags} %check -make %{_smp_mflags} check +make %{?_smp_mflags} check %install -make DESTDIR=$RPM_BUILD_ROOT install +%makeinstall %find_lang %{name} --all-name %files -f %{name}.lang %defattr(-,root,root) %doc COPYING ChangeLog NEWS README +%dir %{_datadir}/aclocal %{_bindir}/bison %{_bindir}/yacc %{_libdir}/liby.a -/usr/share/bison -/usr/share/aclocal/bison-i18n.m4 +%{_datadir}/bison +%dir %{_datadir}/aclocal +%{_datadir}/aclocal/bison-i18n.m4 %doc %{_infodir}/bison.info*.gz %doc %{_mandir}/man1/bison.1.gz %doc %{_mandir}/man1/yacc.1.gz -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
