]> git.pld-linux.org Git - packages/attr.git/blame - attr.spec
- tabs in preamble
[packages/attr.git] / attr.spec
CommitLineData
04b1e72a 1Summary: Utility for managing filesystem extended attributes
37b23957 2Summary(pl.UTF-8): Narzędzia do zarządzania rozszerzonymi atrybutami systemu plików
b872caee 3Name: attr
b87ab971 4Version: 2.4.32
5a1668bd 5Release: 3
c82a75af 6License: LGPL v2+ (library), GPL v2+ (utilities)
b872caee 7Group: Applications/System
b87ab971
AM
8Source0: ftp://linux-xfs.sgi.com/projects/xfs/download/cmd_tars/%{name}_%{version}-1.tar.gz
9# Source0-md5: 092739e9b944815aecc1f5d8379d5ea5
b872caee 10Patch0: %{name}-miscfix.patch
2f11546d 11Patch1: %{name}-lt.patch
be8c44c7 12Patch2: %{name}-LDFLAGS.patch
04b1e72a 13URL: http://oss.sgi.com/projects/xfs/
14BuildRequires: autoconf
59210996 15BuildRequires: automake
5ef64972 16BuildRequires: gettext-devel
e526bc4c 17BuildRequires: libtool
78538942 18Obsoletes: libattr
b872caee
AM
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
04b1e72a 21%define _bindir /bin
ff930c76
JK
22%define _libdir /%{_lib}
23%define _libexecdir /usr/%{_lib}
04b1e72a 24
b872caee 25%description
88806164 26An experimental attr command to manipulate extended attributes under
27Linux.
b872caee 28
31937581
JR
29%description -l pl.UTF-8
30Eksperymentalna wersja polecenia attr to zarządzania rozszerzonymi
b872caee
AM
31atrybutami pod systemem Linux.
32
33%package devel
04b1e72a 34Summary: Header files and libraries to use extended attributes
37b23957 35Summary(pl.UTF-8): Pliki nagłówkowe i biblioteki do korzystania z rozszerzonych atrybutów
04b1e72a 36Group: Development/Libraries
3028a6a0 37Requires: %{name} = %{version}-%{release}
b872caee
AM
38
39%description devel
c633e14d 40Header files to develop software which manipulate extended attributes.
b872caee 41
31937581
JR
42%description devel -l pl.UTF-8
43Pliki nagłówkowe potrzebne do tworzenia oprogramowania manipulującego
c633e14d 44rozszerzonymi atrybutami.
b872caee 45
88806164 46%package static
47Summary: Static libraries for extended attributes
37b23957 48Summary(pl.UTF-8): Biblioteki statyczne do korzystania z rozszerzonych atrybutów
88806164 49Group: Development/Libraries
3028a6a0 50Requires: %{name}-devel = %{version}-%{release}
88806164 51
52%description static
53Static libraries for extended attributes.
54
31937581
JR
55%description static -l pl.UTF-8
56Biblioteki statyczne do korzystania z rozszerzonych atrybutów.
88806164 57
b872caee 58%prep
59210996 59%setup -q
b872caee 60%patch0 -p1
3028a6a0 61%patch1 -p1
be8c44c7 62%patch2 -p1
5aa2c191 63
b872caee 64%build
59210996
JB
65rm -f aclocal.m4
66%{__aclocal} -I m4
87e55f9f 67%{__autoconf}
59210996
JB
68%configure \
69 DEBUG="%{?debug:-DDEBUG}%{!?debug:-DNDEBUG}" \
5aa2c191 70 OPTIMIZER="%{rpmcflags} -DENABLE_GETTEXT"
b872caee 71
7e20532a 72%{__make} \
73 LLDFLAGS="%{rpmldflags}"
b872caee
AM
74
75%install
76rm -rf $RPM_BUILD_ROOT
77
54dead86 78DIST_ROOT=$RPM_BUILD_ROOT
b872caee
AM
79DIST_INSTALL=`pwd`/install.manifest
80DIST_INSTALL_DEV=`pwd`/install-dev.manifest
d2c1ecfd 81DIST_INSTALL_LIB=`pwd`/install-lib.manifest
82export DIST_ROOT DIST_INSTALL DIST_INSTALL_DEV DIST_INSTALL_LIB
88806164 83
54dead86
PG
84%{__make} install \
85 DIST_MANIFEST=$DIST_INSTALL
86%{__make} install-dev \
87 DIST_MANIFEST=$DIST_INSTALL_DEV
88%{__make} install-lib \
89 DIST_MANIFEST=$DIST_INSTALL_LIB
b872caee
AM
90
91rm -f $RPM_BUILD_ROOT%{_mandir}/man3/{attr_getf,attr_listf}.3
92rm -f $RPM_BUILD_ROOT%{_mandir}/man3/{attr_multif,attr_removef,attr_setf}.3
9a272c12 93rm -rf $RPM_BUILD_ROOT%{_mandir}/man2
a00b41ef 94
59210996 95ln -sf %{_libdir}/$(cd $RPM_BUILD_ROOT%{_libdir} ; echo libattr.so.*.*.*) \
878e91df 96 $RPM_BUILD_ROOT%{_libexecdir}/libattr.so
3231ce9b 97
1a42fb58 98%{__sed} -i "s|libdir='%{_libdir}'|libdir='%{_libexecdir}'|" \
99 $RPM_BUILD_ROOT%{_libexecdir}/libattr.la
100
e3016bb6 101echo ".so attr_get.3" > $RPM_BUILD_ROOT%{_mandir}/man3/attr_getf.3
102echo ".so attr_list.3" > $RPM_BUILD_ROOT%{_mandir}/man3/attr_listf.3
103echo ".so attr_multi.3" > $RPM_BUILD_ROOT%{_mandir}/man3/attr_multif.3
104echo ".so attr_remove.3" > $RPM_BUILD_ROOT%{_mandir}/man3/attr_removef.3
105echo ".so attr_set.3" > $RPM_BUILD_ROOT%{_mandir}/man3/attr_setf.3
b872caee 106
80bc3dc5 107%find_lang %{name}
108
b872caee
AM
109%clean
110rm -rf $RPM_BUILD_ROOT
111
11830642 112%post -p /sbin/ldconfig
113%postun -p /sbin/ldconfig
aaf9152c 114
80bc3dc5 115%files -f %{name}.lang
b872caee 116%defattr(644,root,root,755)
878e91df 117%doc README doc/CHANGES
04b1e72a 118%attr(755,root,root) %{_bindir}/*
c568a300 119%attr(755,root,root) %{_libdir}/lib*.so.*.*
6f2fdfea 120%{_mandir}/man[158]/*
b872caee
AM
121
122%files devel
123%defattr(644,root,root,755)
2c4351b1 124%{_libexecdir}/lib*.la
c568a300 125%attr(755,root,root) %{_libexecdir}/lib*.so
b872caee 126%{_includedir}/attr
6f2fdfea 127%{_mandir}/man3/*
88806164 128
129%files static
130%defattr(644,root,root,755)
c568a300 131%{_libexecdir}/lib*.a
This page took 0.105241 seconds and 4 git commands to generate.