- incorporate the next review feedback

This commit is contained in:
Ivana Varekova 2007-02-16 09:00:12 +00:00
parent 48782013d5
commit 7badf52b5c

View File

@ -1,10 +1,10 @@
Summary: A file compression utility Summary: A file compression utility
Name: bzip2 Name: bzip2
Version: 1.0.4 Version: 1.0.4
Release: 5%{?dist} Release: 6%{?dist}
License: BSD License: BSD
Group: Applications/File Group: Applications/File
URL: http://sources.redhat.com/bzip2/ URL: http://www.bzip.org/
Source: http://www.bzip.org/%{version}/bzip2-%{version}.tar.gz Source: http://www.bzip.org/%{version}/bzip2-%{version}.tar.gz
Patch0: bzip2-1.0.4-saneso.patch Patch0: bzip2-1.0.4-saneso.patch
Patch5: bzip2-1.0.4-cflags.patch Patch5: bzip2-1.0.4-cflags.patch
@ -23,9 +23,9 @@ and compression capability.
Install bzip2 if you need a compression utility. Install bzip2 if you need a compression utility.
%package devel %package devel
Summary: Header files and libraries for developing apps which will use bzip2 Summary: Header files developing apps which will use bzip2
Group: Development/Libraries Group: Development/Libraries
Requires: bzip2 = %{version}-%{release}, bzip2-libs = %{version}-%{release} Requires: bzip2-libs = %{version}-%{release}
%description devel %description devel
@ -66,7 +66,8 @@ cp -p bzlib.h $RPM_BUILD_ROOT/%{_includedir}
install -p libbz2.so.%{version} $RPM_BUILD_ROOT/%{_libdir} install -p libbz2.so.%{version} $RPM_BUILD_ROOT/%{_libdir}
install -p bzip2-shared $RPM_BUILD_ROOT/%{_bindir}/bzip2 install -p bzip2-shared $RPM_BUILD_ROOT/%{_bindir}/bzip2
install -p bzip2recover bzgrep bzdiff bzmore $RPM_BUILD_ROOT/%{_bindir}/ install -p bzip2recover bzgrep bzdiff bzmore $RPM_BUILD_ROOT/%{_bindir}/
install -p bzip2.1 bzdiff.1 bzgrep.1 bzmore.1 $RPM_BUILD_ROOT/%{_mandir}/man1/ chmod 644 bzip2.1 bzdiff.1 bzgrep.1 bzmore.1
cp -p bzip2.1 bzdiff.1 bzgrep.1 bzmore.1 $RPM_BUILD_ROOT/%{_mandir}/man1/
ln -s bzip2 $RPM_BUILD_ROOT/%{_bindir}/bunzip2 ln -s bzip2 $RPM_BUILD_ROOT/%{_bindir}/bunzip2
ln -s bzip2 $RPM_BUILD_ROOT/%{_bindir}/bzcat ln -s bzip2 $RPM_BUILD_ROOT/%{_bindir}/bzcat
ln -s bzdiff $RPM_BUILD_ROOT/%{_bindir}/bzcmp ln -s bzdiff $RPM_BUILD_ROOT/%{_bindir}/bzcmp
@ -88,22 +89,25 @@ ln -s bzmore.1 $RPM_BUILD_ROOT/%{_mandir}/man1/bzless.1
rm -rf ${RPM_BUILD_ROOT} rm -rf ${RPM_BUILD_ROOT}
%files %files
%defattr(-,root,root) %defattr(-,root,root,-)
%doc LICENSE CHANGES README %doc LICENSE CHANGES README
%{_bindir}/* %{_bindir}/*
%{_mandir}/*/* %{_mandir}/*/*
%files libs %files libs
%defattr(-,root,root) %defattr(-,root,root,-)
%{_libdir}/*so.* %{_libdir}/*so.*
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root,-)
%doc manual.html manual.pdf %doc manual.html manual.pdf
%{_includedir}/* %{_includedir}/*
%{_libdir}/*so %{_libdir}/*so
%changelog %changelog
* Fri Feb 16 2007 Ivana Varekova <varekova@redhat.com> 1.0.4-6
- incorporate the next review feedback
* Thu Feb 15 2007 Ivana Varekova <varekova@redhat.com> 1.0.4-5 * Thu Feb 15 2007 Ivana Varekova <varekova@redhat.com> 1.0.4-5
- incorporate package review feedback - incorporate package review feedback