forked from pool/bzip2
Accepting request 86090 from Archiving
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 (forwarded request 85957 from coolo) OBS-URL: https://build.opensuse.org/request/show/86090 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bzip2?expand=0&rev=37
This commit is contained in:
commit
8999fa5e95
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
- Remove redundant tags/sections from specfile
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 10 17:43:49 UTC 2011 - puzel@novell.com
|
Wed Aug 10 17:43:49 UTC 2011 - puzel@novell.com
|
||||||
|
|
||||||
|
29
bzip2.spec
29
bzip2.spec
@ -15,7 +15,6 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: bzip2
|
Name: bzip2
|
||||||
@ -24,6 +23,7 @@ Release: 11
|
|||||||
Provides: bzip
|
Provides: bzip
|
||||||
Obsoletes: bzip
|
Obsoletes: bzip
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
|
BuildRequires: libtool
|
||||||
# The following is a kludge to get updating bzip2 to after the split work
|
# The following is a kludge to get updating bzip2 to after the split work
|
||||||
PreReq: libbz2-1
|
PreReq: libbz2-1
|
||||||
# bug437293
|
# bug437293
|
||||||
@ -51,12 +51,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
%description
|
%description
|
||||||
The bzip2 program is a very powerful program for compressing files.
|
The bzip2 program is a very powerful program for compressing files.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Julian Seward <jseward@acm.org>
|
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
License: BSD3c
|
License: BSD3c
|
||||||
Summary: The bzip2 program and Library Documentation
|
Summary: The bzip2 program and Library Documentation
|
||||||
@ -68,12 +62,6 @@ BuildArch: noarch
|
|||||||
%description doc
|
%description doc
|
||||||
The bzip2 program and library documentation.
|
The bzip2 program and library documentation.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Julian Seward <jseward@acm.org>
|
|
||||||
|
|
||||||
%package -n libbz2-1
|
%package -n libbz2-1
|
||||||
License: BSD3c
|
License: BSD3c
|
||||||
Summary: The bzip2 runtime library
|
Summary: The bzip2 runtime library
|
||||||
@ -82,12 +70,6 @@ Group: Productivity/Archiving/Compression
|
|||||||
%description -n libbz2-1
|
%description -n libbz2-1
|
||||||
The bzip2 runtime library
|
The bzip2 runtime library
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Julian Seward <jseward@acm.org>
|
|
||||||
|
|
||||||
%package -n libbz2-devel
|
%package -n libbz2-devel
|
||||||
License: BSD3c
|
License: BSD3c
|
||||||
Summary: The bzip2 runtime library development files
|
Summary: The bzip2 runtime library development files
|
||||||
@ -97,12 +79,6 @@ Requires: libbz2-1 = %{version} glibc-devel
|
|||||||
%description -n libbz2-devel
|
%description -n libbz2-devel
|
||||||
The bzip2 runtime library development files.
|
The bzip2 runtime library development files.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Julian Seward <jseward@acm.org>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch
|
%patch
|
||||||
@ -151,9 +127,6 @@ gzip -dc %{SOURCE1} > bznew
|
|||||||
install -D -m 755 bznew $RPM_BUILD_ROOT%{_bindir}/bznew
|
install -D -m 755 bznew $RPM_BUILD_ROOT%{_bindir}/bznew
|
||||||
install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_mandir}/man1
|
install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_mandir}/man1
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%post -n libbz2-1 -p /sbin/ldconfig
|
%post -n libbz2-1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libbz2-1 -p /sbin/ldconfig
|
%postun -n libbz2-1 -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user