SPECS: libnfsidmap.spec (NEW) - based on nfsidmap.spec, name chang...
qboosh
qboosh at pld-linux.org
Mon Feb 27 22:46:29 CET 2006
Author: qboosh Date: Mon Feb 27 21:46:29 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- based on nfsidmap.spec, name changed after 0.11
---- Files affected:
SPECS:
libnfsidmap.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/libnfsidmap.spec
diff -u /dev/null SPECS/libnfsidmap.spec:1.1
--- /dev/null Mon Feb 27 22:46:29 2006
+++ SPECS/libnfsidmap.spec Mon Feb 27 22:46:24 2006
@@ -0,0 +1,107 @@
+# $Revision$, $Date$
+Summary: Library to help mapping id's, mainly for NFSv4
+Summary(pl): Biblioteka pomagająca w mapowaniu identyfikatorów, głównie dla NFSv4
+Name: libnfsidmap
+Version: 0.13
+Release: 1
+License: BSD
+Group: Libraries
+Source0: http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/%{name}-%{version}.tar.gz
+# Source0-md5: 64dc85168cabf5c5d1009200f9f3813c
+URL: http://www.citi.umich.edu/projects/nfsv4/linux/
+BuildRequires: openldap-devel >= 2.3.0
+Obsoletes: nfsidmap
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Library to help mapping id's, mainly for NFSv4.
+
+%description -l pl
+Biblioteka pomagająca w mapowaniu identyfikatorów, głównie dla NFSv4.
+
+%package devel
+Summary: Header files for libnfsidmap library
+Summary(pl): Pliki nagłówkowe biblioteki libnfsidmap
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: openldap-devel >= 2.3.0
+Obsoletes: nfsidmap-devel
+
+%description devel
+Header files for libnfsidmap library.
+
+%description devel -l pl
+Pliki nagłówkowe biblioteki libnfsidmap.
+
+%package static
+Summary: Static libnfsidmap library
+Summary(pl): Statyczna biblioteka libnfsidmap
+Group: Development/Libraries
+Requires: %{name}-devel = %{version}-%{release}
+Obsoletes: nfsidmap-static
+
+%description static
+Static libnfsidmap library.
+
+%description static -l pl
+Statyczna biblioteka libnfsidmap.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING README
+%attr(755,root,root) %{_libdir}/libnfsidmap.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libnfsidmap.so
+%{_libdir}/libnfsidmap.la
+%{_includedir}/nfsidmap.h
+%{_mandir}/man3/*.3*
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libnfsidmap.a
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/02/27 21:46:24 qboosh
+- based on nfsidmap.spec, name changed after 0.11
+
+Revision 1.5 2006/01/17 12:19:41 baggins
+- release 2
+- (B)R openldap-devel >= 2.3
+
+Revision 1.4 2005/10/05 22:49:12 qboosh
+- updated to 0.11
+
+Revision 1.3 2005/01/15 19:09:20 qboosh
+- updated to 0.10
+
+Revision 1.2 2005/01/07 21:21:39 qboosh
+- updated to 0.8
+
+Revision 1.1 2004/12/22 16:19:37 qboosh
+- new
================================================================
More information about the pld-cvs-commit
mailing list