]> git.pld-linux.org Git - packages/keyutils.git/commitdiff
- require build macros for man symlinks convert auto/aidath/keyutils-1_2-2
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 13 Feb 2008 20:13:34 +0000 (20:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    keyutils.spec -> 1.4

keyutils.spec

index e71f656f58fc14f9e4393e825451e29575c33b0b..242a171888777ab1e5a94a2342c7c4876c6bd792 100644 (file)
@@ -7,6 +7,7 @@ License:        LGPL v2+ (library), GPL v2+ (utility)
 Group:         Base
 Source0:       http://people.redhat.com/~dhowells/keyutils/%{name}-%{version}.tar.bz2
 # Source0-md5: 227086776abccc3ee34599591db563f0
+BuildRequires: rpmbuild(macros) >= 1.402
 Requires:      %{name}-libs = %{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -81,21 +82,6 @@ rm -rf $RPM_BUILD_ROOT
        LIBDIR=/%{_lib} \
        USRLIBDIR=%{_libdir}
 
-rm -f $RPM_BUILD_ROOT%{_mandir}/man3/keyctl_assume_authority.3
-echo ".so keyctl_instantiate.3" > $RPM_BUILD_ROOT%{_mandir}/man3/keyctl_assume_authority.3
-
-rm -f $RPM_BUILD_ROOT%{_mandir}/man3/keyctl_describe_alloc.3
-echo ".so keyctl_describe.3" > $RPM_BUILD_ROOT%{_mandir}/man3/keyctl_describe_alloc.3
-
-rm -f $RPM_BUILD_ROOT%{_mandir}/man3/keyctl_negate.3
-echo ".so keyctl_instantiate.3" > $RPM_BUILD_ROOT%{_mandir}/man3/keyctl_negate.3
-
-rm -f $RPM_BUILD_ROOT%{_mandir}/man3/keyctl_read_alloc.3
-echo ".so keyctl_read.3" > $RPM_BUILD_ROOT%{_mandir}/man3/keyctl_read_alloc.3
-
-rm -f $RPM_BUILD_ROOT%{_mandir}/man3/keyctl_unlink.3
-echo ".so keyctl_link.3" > $RPM_BUILD_ROOT%{_mandir}/man3/keyctl_unlink.3
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.172609 seconds and 4 git commands to generate.