From 43c60f42d38a16a378a5124309028984f0e2f2b3ca219c4bf72d12b3da29445c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 22 Dec 2011 16:03:52 +0000 Subject: [PATCH 1/3] - Own /usr/share/aclocal OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/bison?expand=0&rev=13 --- bison.changes | 5 +++++ bison.spec | 27 +++++++++++++-------------- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/bison.changes b/bison.changes index a257c13..c92c8ce 100644 --- a/bison.changes +++ b/bison.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 22 16:03:35 UTC 2011 - idonmez@suse.com + +- Own /usr/share/aclocal + ------------------------------------------------------------------- Sat Sep 17 19:52:28 UTC 2011 - jengelh@medozas.de diff --git a/bison.spec b/bison.spec index ecbdeef..77005d4 100644 --- a/bison.spec +++ b/bison.spec @@ -15,25 +15,23 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: bison BuildRequires: gcc-c++ -License: GPLv3+ -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 @@ -43,24 +41,25 @@ Bison is a parser generator similar to yacc(1). %setup -q %build -%configure -make %{_smp_mflags} +%configure +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 +%{_datadir}/aclocal/bison-i18n.m4 %doc %{_infodir}/bison.info*.gz %doc %{_mandir}/man1/bison.1.gz %doc %{_mandir}/man1/yacc.1.gz From 6db8f0ccd2a80562be1a1a38bdb6b80c1864711406303e4d4585c10eef46db0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 9 Jan 2012 10:01:56 +0000 Subject: [PATCH 2/3] Accepting request 99425 from home:a_jaeger:FactoryFix Own /usr/share/aclocal - fix building on factory OBS-URL: https://build.opensuse.org/request/show/99425 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/bison?expand=0&rev=14 --- bison.changes | 5 +++++ bison.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/bison.changes b/bison.changes index c92c8ce..2debc82 100644 --- a/bison.changes +++ b/bison.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 9 09:54:18 UTC 2012 - aj@suse.de + +- Own /usr/share/aclocal + ------------------------------------------------------------------- Thu Dec 22 16:03:35 UTC 2011 - idonmez@suse.com diff --git a/bison.spec b/bison.spec index 77005d4..f41d6f2 100644 --- a/bison.spec +++ b/bison.spec @@ -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,6 +15,8 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + Name: bison BuildRequires: gcc-c++ Requires(pre): %install_info_prereq @@ -59,6 +61,7 @@ make %{?_smp_mflags} check %{_bindir}/yacc %{_libdir}/liby.a %{_datadir}/bison +%dir %{_datadir}/aclocal %{_datadir}/aclocal/bison-i18n.m4 %doc %{_infodir}/bison.info*.gz %doc %{_mandir}/man1/bison.1.gz From 1a4813ff12ba7451499f6316107b8148c28c8977c88da5824196e9c206b7134c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 10 Jan 2012 09:46:35 +0000 Subject: [PATCH 3/3] - OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/bison?expand=0&rev=15 --- bison.changes | 5 ----- bison.spec | 2 -- 2 files changed, 7 deletions(-) diff --git a/bison.changes b/bison.changes index 2debc82..9d59267 100644 --- a/bison.changes +++ b/bison.changes @@ -3,11 +3,6 @@ Mon Jan 9 09:54:18 UTC 2012 - aj@suse.de - Own /usr/share/aclocal -------------------------------------------------------------------- -Thu Dec 22 16:03:35 UTC 2011 - idonmez@suse.com - -- Own /usr/share/aclocal - ------------------------------------------------------------------- Sat Sep 17 19:52:28 UTC 2011 - jengelh@medozas.de diff --git a/bison.spec b/bison.spec index f41d6f2..72c2d64 100644 --- a/bison.spec +++ b/bison.spec @@ -15,8 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: bison BuildRequires: gcc-c++ Requires(pre): %install_info_prereq