Spec file cleanup
This commit is contained in:
parent
4f3c50472c
commit
232cc0bf6a
12
bzip2.spec
12
bzip2.spec
@ -1,6 +1,6 @@
|
|||||||
%global library_version 1.0.8
|
%global library_version 1.0.8
|
||||||
|
|
||||||
Summary: A file compression utility
|
Summary: File compression utility
|
||||||
Name: bzip2
|
Name: bzip2
|
||||||
Version: 1.0.8
|
Version: 1.0.8
|
||||||
Release: 4%{?dist}
|
Release: 4%{?dist}
|
||||||
@ -30,10 +30,9 @@ Install bzip2 if you need a compression utility.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Libraries and header files for apps which will use bzip2
|
Summary: Libraries and header files for apps which will use bzip2
|
||||||
Requires: bzip2-libs = %{version}-%{release}
|
Requires: bzip2-libs%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
|
|
||||||
Header files and a library of bzip2 functions, for developing apps
|
Header files and a library of bzip2 functions, for developing apps
|
||||||
which will use the library.
|
which will use the library.
|
||||||
|
|
||||||
@ -41,14 +40,12 @@ which will use the library.
|
|||||||
Summary: Libraries for applications using bzip2
|
Summary: Libraries for applications using bzip2
|
||||||
|
|
||||||
%description libs
|
%description libs
|
||||||
|
|
||||||
Libraries for applications using the bzip2 compression format.
|
Libraries for applications using the bzip2 compression format.
|
||||||
|
|
||||||
%package static
|
%package static
|
||||||
Summary: Libraries for applications using bzip2
|
Summary: Libraries for applications using bzip2
|
||||||
|
|
||||||
%description static
|
%description static
|
||||||
|
|
||||||
Static libraries for applications using the bzip2 compression format.
|
Static libraries for applications using the bzip2 compression format.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -111,19 +108,16 @@ ln -s bzgrep.1 $RPM_BUILD_ROOT%{_mandir}/man1/bzfgrep.1
|
|||||||
%ldconfig_scriptlets libs
|
%ldconfig_scriptlets libs
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc LICENSE CHANGES README
|
%doc CHANGES README
|
||||||
%{!?_licensedir:%global license %%doc}
|
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%{!?_licensedir:%global license %%doc}
|
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_libdir}/libbz2.so.1*
|
%{_libdir}/libbz2.so.1*
|
||||||
|
|
||||||
%files static
|
%files static
|
||||||
%{!?_licensedir:%global license %%doc}
|
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_libdir}/libbz2.a
|
%{_libdir}/libbz2.a
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user