Accepting request 306330 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/306330 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/attr?expand=0&rev=38
This commit is contained in:
commit
4b7d1e507e
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 11 07:33:07 UTC 2015 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- remove man5/attr.5, it is now part of man-pages
|
||||||
|
http://lwn.net/Articles/643559/
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 23 15:52:35 UTC 2014 - jengelh@inai.de
|
Tue Sep 23 15:52:35 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package attr
|
# spec file for package attr
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -106,6 +106,7 @@ t=$(readlink "$b/%_libdir/libattr.so")
|
|||||||
ln -sf "/%_lib/$t" "$b/%_libdir/libattr.so"
|
ln -sf "/%_lib/$t" "$b/%_libdir/libattr.so"
|
||||||
rm -f "$b/%_libdir"/*.la
|
rm -f "$b/%_libdir"/*.la
|
||||||
rm -fv $RPM_BUILD_ROOT%{_mandir}/man2/*xattr.2*
|
rm -fv $RPM_BUILD_ROOT%{_mandir}/man2/*xattr.2*
|
||||||
|
rm $b%{_mandir}/man5/attr.5
|
||||||
install -d -m 755 $RPM_BUILD_ROOT/%{_sysconfdir}
|
install -d -m 755 $RPM_BUILD_ROOT/%{_sysconfdir}
|
||||||
install -m 644 %_sourcedir/xattr.conf $RPM_BUILD_ROOT/%{_sysconfdir}
|
install -m 644 %_sourcedir/xattr.conf $RPM_BUILD_ROOT/%{_sysconfdir}
|
||||||
%find_lang %name
|
%find_lang %name
|
||||||
@ -122,7 +123,6 @@ install -m 644 %_sourcedir/xattr.conf $RPM_BUILD_ROOT/%{_sysconfdir}
|
|||||||
%_defaultdocdir/attr/COPYING
|
%_defaultdocdir/attr/COPYING
|
||||||
%_defaultdocdir/attr/PORTING
|
%_defaultdocdir/attr/PORTING
|
||||||
%_mandir/man1/*.1*
|
%_mandir/man1/*.1*
|
||||||
%_mandir/man5/*.5*
|
|
||||||
%_bindir/attr
|
%_bindir/attr
|
||||||
%_bindir/getfattr
|
%_bindir/getfattr
|
||||||
%_bindir/setfattr
|
%_bindir/setfattr
|
||||||
|
Loading…
Reference in New Issue
Block a user