Author: qboosh Date: Fri Feb 15 22:46:18 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 2.4.41
---- Files affected: SPECS: attr.spec (1.84 -> 1.85) ---- Diffs: ================================================================ Index: SPECS/attr.spec diff -u SPECS/attr.spec:1.84 SPECS/attr.spec:1.85 --- SPECS/attr.spec:1.84 Tue Dec 25 23:16:07 2007 +++ SPECS/attr.spec Fri Feb 15 23:46:13 2008 @@ -2,12 +2,12 @@ Summary: Utility for managing filesystem extended attributes Summary(pl.UTF-8): Narzędzia do zarządzania rozszerzonymi atrybutami systemu plików Name: attr -Version: 2.4.39 -Release: 2 +Version: 2.4.41 +Release: 1 License: LGPL v2+ (library), GPL v2+ (utilities) Group: Applications/System Source0: ftp://linux-xfs.sgi.com/projects/xfs/download/cmd_tars/%{name}_%{version}-1.tar.gz -# Source0-md5: 6015feba42b18307de90bb6be9909f7d +# Source0-md5: 867eb6e8863e39900382d77e2b538696 Patch0: %{name}-miscfix.patch Patch1: %{name}-lt.patch Patch2: %{name}-LDFLAGS.patch @@ -91,16 +91,16 @@ %{__make} install-lib \ DIST_MANIFEST=$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 -rf $RPM_BUILD_ROOT%{_mandir}/man2 - -ln -sf %{_libdir}/$(cd $RPM_BUILD_ROOT%{_libdir} ; echo libattr.so.*.*.*) \ +ln -sf %{_libdir}/$(basename $RPM_BUILD_ROOT%{_libdir}/libattr.so.*.*.*) \ $RPM_BUILD_ROOT%{_libexecdir}/libattr.so %{__sed} -i "s|libdir='%{_libdir}'|libdir='%{_libexecdir}'|" \ $RPM_BUILD_ROOT%{_libexecdir}/libattr.la +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 -rf $RPM_BUILD_ROOT%{_mandir}/man2 + 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 echo ".so attr_multi.3" > $RPM_BUILD_ROOT%{_mandir}/man3/attr_multif.3 @@ -111,6 +111,9 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name} +# already in /usr +rm -f $RPM_BUILD_ROOT%{_libdir}/libattr.{so,la,a} + %clean rm -rf $RPM_BUILD_ROOT @@ -120,16 +123,22 @@ %files -f %{name}.lang %defattr(644,root,root,755) %doc README doc/CHANGES -%attr(755,root,root) %{_bindir}/* -%attr(755,root,root) %{_libdir}/libattr.so.*.* -%{_mandir}/man[158]/* +%attr(755,root,root) %{_bindir}/attr +%attr(755,root,root) %{_bindir}/getfattr +%attr(755,root,root) %{_bindir}/setfattr +%attr(755,root,root) %{_libdir}/libattr.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libattr.so.1 +%{_mandir}/man1/attr.1* +%{_mandir}/man1/getfattr.1* +%{_mandir}/man1/setfattr.1* +%{_mandir}/man5/attr.5* %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libexecdir}/libattr.so %{_libexecdir}/libattr.la %{_includedir}/attr -%{_mandir}/man3/* +%{_mandir}/man3/attr_*.3* %files static %defattr(644,root,root,755) @@ -141,6 +150,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.85 2008-02-15 22:46:13 qboosh +- updated to 2.4.41 + Revision 1.84 2007-12-25 22:16:07 glen - rel 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/attr.spec?r1=1.84&r2=1.85&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
