]> git.pld-linux.org Git - packages/attr.git/blobdiff - attr.spec
- 2.1.1, STBR
[packages/attr.git] / attr.spec
index 0f79b549d4b37b192a089391a78cfa3e54631424..fe15ff975a06f6bbbdcf90256e77016bbd50096c 100644 (file)
--- a/attr.spec
+++ b/attr.spec
@@ -1,8 +1,8 @@
 Summary:       Utility for managing filesystem extended attributes
 Summary(pl):   Narzêdzia do zarz±dzania rozszerzonymi atrybutami fs
 Name:          attr
-Version:       2.0.5
-Release:       2
+Version:       2.1.1
+Release:       1
 License:       GPL
 Group:         Applications/System
 Source0:       ftp://linux-xfs.sgi.com/projects/xfs/download/cmd_tars/%{name}-%{version}.src.tar.gz
@@ -10,17 +10,19 @@ Patch0:             %{name}-miscfix.patch
 URL:           http://oss.sgi.com/projects/xfs/
 BuildRequires: autoconf
 BuildRequires: e2fsprogs-devel
-BuildRequires: xfsprogs-devel
+BuildRequires: xfsprogs-devel >= 2.0.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _bindir         /bin
+%define                _libdir         /lib
+%define                _libexecdir     /usr/lib
 
 %description
 An experimental attr command to manipulate extended attributes under
 Linux.
 
 %description -l pl
-Eksperymentalne wersja polecenia attr to zarz±dzania rozszerzonymi
+Eksperymentalna wersja polecenia attr to zarz±dzania rozszerzonymi
 atrybutami pod systemem Linux.
 
 %package devel
@@ -30,12 +32,11 @@ Group:              Development/Libraries
 Requires:      %{name} = %{version}
 
 %description devel
-Header files and libraries to develop software which manipulate
-extended attributes.
+Header files to develop software which manipulate extended attributes.
 
 %description devel -l pl
-Pliki nag³ówkowe i biblioteki potrzebne do rozwoju oprogramowania
-manipuluj±cego rozszerzonymi atrybutami.
+Pliki nag³ówkowe potrzebne do tworzenia oprogramowania manipuluj±cego
+rozszerzonymi atrybutami.
 
 %package static
 Summary:       Static libraries for extended attributes
@@ -55,7 +56,7 @@ Biblioteki statyczne attr.
 
 %build
 DEBUG="%{?debug:-DDEBUG}%{!?debug:-DNDEBUG}"; export DEBUG
-autoconf
+%{__autoconf}
 %configure
 
 %{__make}
@@ -75,9 +76,9 @@ 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 -f $RPM_BUILD_ROOT%{_libdir}/lib*.so
-ln -sf /lib/libattr.so.1.0.0 $RPM_BUILD_ROOT%{_libdir}/libattr.so
+ln -sf %{_libdir}/libattr.so.1.0.1 $RPM_BUILD_ROOT%{_libexecdir}/libattr.so
 
 echo ".so attr_get.3"  > $RPM_BUILD_ROOT%{_mandir}/man3/attr_getf.3
 echo ".so attr_list.3" > $RPM_BUILD_ROOT%{_mandir}/man3/attr_listf.3
@@ -85,7 +86,14 @@ 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
 
-gzip -9nf doc/CHANGES
+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
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -95,18 +103,18 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc doc/*.gz
+%doc doc/CHANGES
 %attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) /lib/lib*.so.*.*
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
 %{_mandir}/man[18]/*
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.la
-%attr(755,root,root) %{_libdir}/lib*.so
+%{_libexecdir}/lib*.la
+%attr(755,root,root) %{_libexecdir}/lib*.so
 %{_includedir}/attr
-%{_mandir}/man[23]/*
+%{_mandir}/man[235]/*
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libexecdir}/lib*.a
This page took 0.220433 seconds and 4 git commands to generate.