]> git.pld-linux.org Git - packages/attr.git/commitdiff
- man2 pages are in man-pages now (these are pure Linux/new glibc calls)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 10 Mar 2003 22:44:11 +0000 (22:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    attr.spec -> 1.30

attr.spec

index 097dd7a2022978c75d54856b445c9bec57762a9a..a9c4daf38897ae32fdde19af45427f0aea3918ea 100644 (file)
--- a/attr.spec
+++ b/attr.spec
@@ -2,7 +2,7 @@ Summary:        Utility for managing filesystem extended attributes
 Summary(pl):   Narzêdzia do zarz±dzania rozszerzonymi atrybutami fs
 Name:          attr
 Version:       2.2.0
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/System
 Source0:       ftp://linux-xfs.sgi.com/projects/xfs/download/cmd_tars/%{name}-%{version}.src.tar.gz
@@ -76,7 +76,7 @@ export DIST_ROOT DIST_INSTALL DIST_INSTALL_DEV DIST_INSTALL_LIB
 
 rm -f  $RPM_BUILD_ROOT%{_mandir}/man3/{attr_getf,attr_listf}.3
 rm -f  $RPM_BUILD_ROOT%{_mandir}/man3/{attr_multif,attr_removef,attr_setf}.3
-rm -f  $RPM_BUILD_ROOT%{_mandir}/man2/{f*,lgetxattr,llistxattr,lremovexattr,lsetxattr}.2
+rm -rf $RPM_BUILD_ROOT%{_mandir}/man2
 
 ln -sf %{_libdir}/libattr.so.1.0.1 $RPM_BUILD_ROOT%{_libexecdir}/libattr.so
 
@@ -86,15 +86,6 @@ echo ".so attr_multi.3"      > $RPM_BUILD_ROOT%{_mandir}/man3/attr_multif.3
 echo ".so attr_remove.3" > $RPM_BUILD_ROOT%{_mandir}/man3/attr_removef.3
 echo ".so attr_set.3"  > $RPM_BUILD_ROOT%{_mandir}/man3/attr_setf.3
 
-echo ".so getxattr.2"  > $RPM_BUILD_ROOT%{_mandir}/man2/fgetxattr.2
-echo ".so listxattr.2" > $RPM_BUILD_ROOT%{_mandir}/man2/flistxattr.2
-echo ".so removexattr.2" > $RPM_BUILD_ROOT%{_mandir}/man2/fremovexattr.2
-echo ".so setxattr.2"  > $RPM_BUILD_ROOT%{_mandir}/man2/fsetxattr.2
-echo ".so getxattr.2"  > $RPM_BUILD_ROOT%{_mandir}/man2/lgetxattr.2
-echo ".so listxattr.2" > $RPM_BUILD_ROOT%{_mandir}/man2/llistxattr.2
-echo ".so removexattr.2" > $RPM_BUILD_ROOT%{_mandir}/man2/lremovexattr.2
-echo ".so setxattr.2"  > $RPM_BUILD_ROOT%{_mandir}/man2/lsetxattr.2
-
 %find_lang %{name}
 
 %clean
@@ -115,7 +106,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libexecdir}/lib*.la
 %attr(755,root,root) %{_libexecdir}/lib*.so
 %{_includedir}/attr
-%{_mandir}/man[235]/*
+%{_mandir}/man[35]/*
 
 %files static
 %defattr(644,root,root,755)
This page took 0.071278 seconds and 4 git commands to generate.