From 29ebe1c3df5fb071ccd8378a59974decfe4dd4e4934fa2b53e54563fc27b1999 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 11 Aug 2011 07:39:03 +0000 Subject: [PATCH 1/3] Updating link to change in openSUSE:Factory/bzip2 revision 36.0 OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=04da316125089fb905af192bdb4b9321 --- bzip2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bzip2.spec b/bzip2.spec index 94518ba..bf53fac 100644 --- a/bzip2.spec +++ b/bzip2.spec @@ -20,7 +20,7 @@ Name: bzip2 Version: 1.0.6 -Release: 9 +Release: 11 Provides: bzip Obsoletes: bzip BuildRequires: pkg-config From b0ffffa63bca877ca82fd3b825312fb4113fb152376c8b622ae76ee696781e93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20=C4=8C=C3=AD=C5=BEek?= Date: Mon, 19 Sep 2011 10:31:32 +0000 Subject: [PATCH 2/3] Accepting request 82878 from home:jengelh:bl-b - Remove redundant tags/sections from specfile OBS-URL: https://build.opensuse.org/request/show/82878 OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=23 --- bzip2.changes | 5 +++++ bzip2.spec | 28 ---------------------------- 2 files changed, 5 insertions(+), 28 deletions(-) diff --git a/bzip2.changes b/bzip2.changes index b6fef6a..abc8f58 100644 --- a/bzip2.changes +++ b/bzip2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Sep 17 21:13:00 UTC 2011 - jengelh@medozas.de + +- Remove redundant tags/sections from specfile + ------------------------------------------------------------------- Wed Aug 10 17:43:49 UTC 2011 - puzel@novell.com diff --git a/bzip2.spec b/bzip2.spec index bf53fac..c37db1d 100644 --- a/bzip2.spec +++ b/bzip2.spec @@ -15,7 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: bzip2 @@ -51,12 +50,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The bzip2 program is a very powerful program for compressing files. - - -Authors: --------- - Julian Seward - %package doc License: BSD3c Summary: The bzip2 program and Library Documentation @@ -68,12 +61,6 @@ BuildArch: noarch %description doc The bzip2 program and library documentation. - - -Authors: --------- - Julian Seward - %package -n libbz2-1 License: BSD3c Summary: The bzip2 runtime library @@ -82,12 +69,6 @@ Group: Productivity/Archiving/Compression %description -n libbz2-1 The bzip2 runtime library - - -Authors: --------- - Julian Seward - %package -n libbz2-devel License: BSD3c Summary: The bzip2 runtime library development files @@ -97,12 +78,6 @@ Requires: libbz2-1 = %{version} glibc-devel %description -n libbz2-devel The bzip2 runtime library development files. - - -Authors: --------- - Julian Seward - %prep %setup -q %patch @@ -151,9 +126,6 @@ gzip -dc %{SOURCE1} > bznew install -D -m 755 bznew $RPM_BUILD_ROOT%{_bindir}/bznew install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_mandir}/man1 -%clean -rm -rf $RPM_BUILD_ROOT - %post -n libbz2-1 -p /sbin/ldconfig %postun -n libbz2-1 -p /sbin/ldconfig From c0d3f57f48491b780829f711be8a4b645e72b9a9186dc164538ae95745579ead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Sun, 2 Oct 2011 15:39:16 +0000 Subject: [PATCH 3/3] Accepting request 85957 from home:coolo:removelibtool add libtool as buildrequires so we no longer rely on libtool in the project config of factory - it's only needed by <10% of all packages OBS-URL: https://build.opensuse.org/request/show/85957 OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=24 --- bzip2.changes | 5 +++++ bzip2.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/bzip2.changes b/bzip2.changes index abc8f58..4a30fd8 100644 --- a/bzip2.changes +++ b/bzip2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 30 20:07:46 UTC 2011 - coolo@suse.com + +- add libtool as buildrequire to make the spec file more reliable + ------------------------------------------------------------------- Sat Sep 17 21:13:00 UTC 2011 - jengelh@medozas.de diff --git a/bzip2.spec b/bzip2.spec index c37db1d..be7d735 100644 --- a/bzip2.spec +++ b/bzip2.spec @@ -23,6 +23,7 @@ Release: 11 Provides: bzip Obsoletes: bzip BuildRequires: pkg-config +BuildRequires: libtool # The following is a kludge to get updating bzip2 to after the split work PreReq: libbz2-1 # bug437293