- make shared library executable
OBS-URL: https://build.opensuse.org/package/show/Base:System/attr?expand=0&rev=15
This commit is contained in:
parent
bc1ef097bb
commit
49f2bc2ccc
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 18 09:32:06 UTC 2011 - coolo@novell.com
|
||||||
|
|
||||||
|
- make shared library executable
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 19 18:06:35 UTC 2011 - bphilips@novell.com
|
Tue Apr 19 18:06:35 UTC 2011 - bphilips@novell.com
|
||||||
|
|
||||||
|
21
attr.spec
21
attr.spec
@ -39,13 +39,6 @@ objects, in particular getfattr(1) and setfattr(1). An attr(1) command
|
|||||||
is also provided, which is largely compatible with the SGI IRIX tool of
|
is also provided, which is largely compatible with the SGI IRIX tool of
|
||||||
the same name.
|
the same name.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Andreas Gruenbacher <a.gruenbacher@computer.org>
|
|
||||||
SGI
|
|
||||||
|
|
||||||
%package -n libattr
|
%package -n libattr
|
||||||
License: GPLv2+ ; LGPLv2.1+
|
License: GPLv2+ ; LGPLv2.1+
|
||||||
Summary: A dynamic library for filesystem extended attribute support
|
Summary: A dynamic library for filesystem extended attribute support
|
||||||
@ -61,13 +54,6 @@ Group: System/Libraries
|
|||||||
This package contains the libattr.so dynamic library, which contains
|
This package contains the libattr.so dynamic library, which contains
|
||||||
the extended attribute library functions.
|
the extended attribute library functions.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Andreas Gruenbacher <a.gruenbacher@computer.org>
|
|
||||||
SGI
|
|
||||||
|
|
||||||
%package -n libattr-devel
|
%package -n libattr-devel
|
||||||
License: GPLv2+ ; LGPLv2.1+
|
License: GPLv2+ ; LGPLv2.1+
|
||||||
Summary: Include Files and Libraries mandatory for Development
|
Summary: Include Files and Libraries mandatory for Development
|
||||||
@ -88,12 +74,6 @@ programs which make use of extended attributes. For Linux programs, the
|
|||||||
documented system call API is the recommended interface, but an SGI
|
documented system call API is the recommended interface, but an SGI
|
||||||
IRIX compatibility interface is also provided.
|
IRIX compatibility interface is also provided.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
SGI
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
@ -129,6 +109,7 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/man2/*xattr.2*
|
|||||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/libattr.la
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/libattr.la
|
||||||
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}
|
||||||
|
chmod 755 $RPM_BUILD_ROOT/%{_lib}/libattr.so.1*
|
||||||
%find_lang %name
|
%find_lang %name
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
|
Loading…
Reference in New Issue
Block a user