Minor spec file optimizations
This commit is contained in:
parent
8ff7c209f0
commit
c0202ce609
5
acl.spec
5
acl.spec
@ -9,7 +9,7 @@ BuildRequires: libattr-devel
|
|||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl(FileHandle)
|
BuildRequires: perl(FileHandle)
|
||||||
Requires: libacl = %{version}-%{release}
|
Requires: libacl%{?_isa} = %{version}-%{release}
|
||||||
Source: https://download-mirror.savannah.gnu.org/releases/acl/acl-%{version}.tar.gz
|
Source: https://download-mirror.savannah.gnu.org/releases/acl/acl-%{version}.tar.gz
|
||||||
|
|
||||||
# avoid permission denied problem with LD_PRELOAD in the test-suite
|
# avoid permission denied problem with LD_PRELOAD in the test-suite
|
||||||
@ -38,7 +38,7 @@ control lists.
|
|||||||
%package -n libacl-devel
|
%package -n libacl-devel
|
||||||
Summary: Files needed for building programs with libacl
|
Summary: Files needed for building programs with libacl
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Requires: libacl = %{version}-%{release}, libattr-devel
|
Requires: libacl%{?_isa} = %{version}-%{release}, libattr-devel
|
||||||
|
|
||||||
%description -n libacl-devel
|
%description -n libacl-devel
|
||||||
This package contains header files and documentation needed to develop
|
This package contains header files and documentation needed to develop
|
||||||
@ -102,7 +102,6 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}*
|
|||||||
%ldconfig_scriptlets -n libacl
|
%ldconfig_scriptlets -n libacl
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%{!?_licensedir:%global license %%doc}
|
|
||||||
%license doc/COPYING*
|
%license doc/COPYING*
|
||||||
%{_bindir}/chacl
|
%{_bindir}/chacl
|
||||||
%{_bindir}/getfacl
|
%{_bindir}/getfacl
|
||||||
|
Loading…
Reference in New Issue
Block a user