Name: libattr Version: 2.4.43 Release: 1mamba Summary: A library for handling POSIX extended attributes Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: ftp://oss.sgi.com/projects/xfs Source: ftp://oss.sgi.com/projects/xfs/cmd_tars/attr_%{version}-1.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description libattr is a library for handling POSIX extended attributes. %package devel Summary: Development files for libattr Group: Development/Libraries Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel libattr is a library for handling POSIX extended attributes. This package contains the headers that programmers will need to develop applications which will use %{name}. %package -n attr Summary: Tools using libattr for getting and setting POSIX attributes Group: Development/Libraries %description -n attr Tools using libattr for getting and setting POSIX attributes. %prep %setup -q -n attr-%{version} %build %configure \ --enable-shared \ --enable-gettext %make \ %if "%{_host}" != "%{_build}" LIBTOOL="/usr/%{_host}/usr/bin/libtool --tag CXX" %endif %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" install -d %{buildroot} %makeinstall install-dev install-lib \ PKG_BIN_DIR=%{buildroot}%{_bindir} \ PKG_MAN_DIR=%{buildroot}%{_mandir} \ PKG_DOC_DIR=%{buildroot}%{_datadir}/%{name}-%{version} \ PKG_LOCALE_DIR=%{buildroot}%{_datadir}/locale \ PKG_INC_DIR=%{buildroot}%{_includedir}/attr \ PKG_LIB_DIR=%{buildroot}%{_libdir} \ PKG_DEVLIB_DIR=%{buildroot}%{_libdir} rm -f %{buildroot}/%{_libdir}/libattr.so ln -s libattr.so.1 %{buildroot}%{_libdir}/libattr.so %find_lang attr %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files -n attr %defattr(-,root,root) %{_bindir}/attr %{_bindir}/getfattr %{_bindir}/setfattr %{_mandir}/man1/attr.1.gz %{_mandir}/man1/getfattr.1.gz %{_mandir}/man1/setfattr.1.gz %{_mandir}/man5/attr.5.gz %files -f attr.lang %defattr(-,root,root) %{_libdir}/libattr.so.* %dir %{_datadir}/libattr-%{version} %{_datadir}/libattr-%{version}/* %doc README %files devel %defattr(-,root,root) %dir %{_includedir}/attr %{_includedir}/attr/*.h %{_libdir}/libattr.a %{_libdir}/libattr.la %{_libdir}/libattr.so %{_mandir}/man3/attr_get.3.gz %{_mandir}/man3/attr_getf.3.gz %{_mandir}/man3/attr_list.3.gz %{_mandir}/man3/attr_listf.3.gz %{_mandir}/man3/attr_multi.3.gz %{_mandir}/man3/attr_multif.3.gz %{_mandir}/man3/attr_remove.3.gz %{_mandir}/man3/attr_removef.3.gz %{_mandir}/man3/attr_set.3.gz %{_mandir}/man3/attr_setf.3.gz # conflicting with man-pages %exclude %{_mandir}/man2/*.2.gz %changelog * Wed Jul 16 2008 gil 2.4.43-1mamba - update to 2.4.43 * Wed Nov 28 2007 Silvan Calarco 1-1mamba - package created by autospec aggiornamento del pacchetto libattr alla versione [?]...