- .spec file cleanup
This commit is contained in:
parent
7b25abf1dd
commit
de5c2d5839
33
bzip2.spec
33
bzip2.spec
@ -1,16 +1,18 @@
|
||||
%define library_version 1.0.6
|
||||
%global library_version 1.0.6
|
||||
|
||||
Summary: A file compression utility
|
||||
Name: bzip2
|
||||
Version: 1.0.6
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
License: BSD
|
||||
Group: Applications/File
|
||||
URL: http://www.bzip.org/
|
||||
Source: http://www.bzip.org/%{version}/bzip2-%{version}.tar.gz
|
||||
Source: http://www.bzip.org/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
Patch0: bzip2-1.0.4-saneso.patch
|
||||
Patch5: bzip2-1.0.4-cflags.patch
|
||||
Patch6: bzip2-1.0.4-bzip2recover.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Patch1: bzip2-1.0.4-cflags.patch
|
||||
# resolves: #226979
|
||||
Patch2: bzip2-1.0.4-bzip2recover.patch
|
||||
|
||||
%description
|
||||
Bzip2 is a freely available, patent-free, high quality data compressor.
|
||||
@ -24,7 +26,7 @@ and compression capability.
|
||||
Install bzip2 if you need a compression utility.
|
||||
|
||||
%package devel
|
||||
Summary: Header files developing apps which will use bzip2
|
||||
Summary: Libraries and header files for apps which will use bzip2
|
||||
Group: Development/Libraries
|
||||
Requires: bzip2-libs = %{version}-%{release}
|
||||
|
||||
@ -44,11 +46,10 @@ Libraries for applications using the bzip2 compression format.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .saneso
|
||||
%patch5 -p1 -b .cflags
|
||||
%patch6 -p1 -b .bz2recover
|
||||
%patch1 -p1 -b .cflags
|
||||
%patch2 -p1 -b .bz2recover
|
||||
|
||||
%build
|
||||
|
||||
make -f Makefile-libbz2_so CC="%{__cc}" AR="%{__ar}" RANLIB="%{__ranlib}" \
|
||||
CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64 -fpic -fPIC" \
|
||||
%{?_smp_mflags} all
|
||||
@ -59,8 +60,6 @@ make CC="%{__cc}" AR="%{__ar}" RANLIB="%{__ranlib}" \
|
||||
%{?_smp_mflags} all
|
||||
|
||||
%install
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
chmod 644 bzlib.h
|
||||
mkdir -p $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,/%{_lib},%{_libdir},%{_includedir}}
|
||||
cp -p bzlib.h $RPM_BUILD_ROOT%{_includedir}
|
||||
@ -80,32 +79,28 @@ ln -s bzip2.1 $RPM_BUILD_ROOT%{_mandir}/man1/bzcat.1
|
||||
ln -s bzdiff.1 $RPM_BUILD_ROOT%{_mandir}/man1/bzcmp.1
|
||||
ln -s bzmore.1 $RPM_BUILD_ROOT%{_mandir}/man1/bzless.1
|
||||
|
||||
|
||||
%post libs -p /sbin/ldconfig
|
||||
|
||||
%postun libs -p /sbin/ldconfig
|
||||
|
||||
%clean
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE CHANGES README
|
||||
%{_bindir}/*
|
||||
%{_mandir}/*/*
|
||||
|
||||
%files libs
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE
|
||||
/%{_lib}/*so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%doc manual.html manual.pdf
|
||||
%{_includedir}/*
|
||||
/%{_libdir}/*so
|
||||
|
||||
%changelog
|
||||
* Fri Oct 26 2012 Peter Schiffer <pschiffe@redhat.com> - 1.0.6-6
|
||||
- .spec file cleanup
|
||||
|
||||
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.6-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user