SPECS: libnfsidmap.spec - updated to 0.21 (with plugins architecture)
qboosh
qboosh at pld-linux.org
Thu Jul 31 18:34:15 CEST 2008
Author: qboosh Date: Thu Jul 31 16:34:14 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 0.21 (with plugins architecture)
---- Files affected:
SPECS:
libnfsidmap.spec (1.12 -> 1.13)
---- Diffs:
================================================================
Index: SPECS/libnfsidmap.spec
diff -u SPECS/libnfsidmap.spec:1.12 SPECS/libnfsidmap.spec:1.13
--- SPECS/libnfsidmap.spec:1.12 Sat May 31 18:12:43 2008
+++ SPECS/libnfsidmap.spec Thu Jul 31 18:34:09 2008
@@ -2,12 +2,12 @@
Summary: Library to help mapping id's, mainly for NFSv4
Summary(pl.UTF-8): Biblioteka pomagająca w mapowaniu identyfikatorów, głównie dla NFSv4
Name: libnfsidmap
-Version: 0.20
-Release: 2
+Version: 0.21
+Release: 1
License: BSD
Group: Libraries
Source0: http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/%{name}-%{version}.tar.gz
-# Source0-md5: 9233cb77876eb642374a0d2bcaba1170
+# Source0-md5: 56b05e30645353befbf73bd905270d4b
URL: http://www.citi.umich.edu/projects/nfsv4/linux/
BuildRequires: openldap-devel >= 2.4.6
Obsoletes: nfsidmap
@@ -24,7 +24,6 @@
Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libnfsidmap
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
-Requires: openldap-devel >= 2.4.6
Obsoletes: nfsidmap-devel
%description devel
@@ -59,6 +58,8 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+rm $RPM_BUILD_ROOT%{_libdir}/libnfsidmap_*.{a,la}
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -67,9 +68,24 @@
%files
%defattr(644,root,root,755)
-%doc AUTHORS COPYING README
+%doc AUTHORS COPYING ChangeLog README
%attr(755,root,root) %{_libdir}/libnfsidmap.so.*.*.*
%attr(755,root,root) %ghost %{_libdir}/libnfsidmap.so.0
+# symlinks becaue of missing -avoid-version
+%attr(755,root,root) %{_libdir}/libnfsidmap_nsswitch.so
+%attr(755,root,root) %ghost %{_libdir}/libnfsidmap_nsswitch.so.0
+%attr(755,root,root) %{_libdir}/libnfsidmap_nsswitch.so.*.*.*
+%attr(755,root,root) %{_libdir}/libnfsidmap_static.so
+%attr(755,root,root) %ghost %{_libdir}/libnfsidmap_static.so.0
+%attr(755,root,root) %{_libdir}/libnfsidmap_static.so.*.*.*
+# -plugin-ldap subpackage?
+%attr(755,root,root) %{_libdir}/libnfsidmap_umich_ldap.so
+%attr(755,root,root) %ghost %{_libdir}/libnfsidmap_umich_ldap.so.0
+%attr(755,root,root) %{_libdir}/libnfsidmap_umich_ldap.so.*.*.*
+# -plugin-gums subpackage (BR: some datagrid software - VOMS?)
+#%attr(755,root,root) %{_libdir}/libnfsidmap_gums.so
+#%attr(755,root,root) %ghost %{_libdir}/libnfsidmap_gums.so.0
+#%attr(755,root,root) %{_libdir}/libnfsidmap_gums.so.*.*.*
%files devel
%defattr(644,root,root,755)
@@ -89,6 +105,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.13 2008/07/31 16:34:09 qboosh
+- updated to 0.21 (with plugins architecture)
+
Revision 1.12 2008/05/31 16:12:43 qboosh
- ghost soname symlink
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libnfsidmap.spec?r1=1.12&r2=1.13&f=u
More information about the pld-cvs-commit
mailing list