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
This commit is contained in:
Vítězslav Čížek 2011-09-19 10:31:32 +00:00 committed by Git OBS Bridge
parent 29ebe1c3df
commit b0ffffa63b
2 changed files with 5 additions and 28 deletions

View File

@ -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 Wed Aug 10 17:43:49 UTC 2011 - puzel@novell.com

View File

@ -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
@ -51,12 +50,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 +61,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 +69,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 +78,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 +126,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