rpms/cernlib/FC-3 cernlib.spec,1.12,1.13

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Tue Dec 20 21:54:45 UTC 2005


Author: pertusus

Update of /cvs/extras/rpms/cernlib/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25731

Modified Files:
	cernlib.spec 
Log Message:
* Tue Dec 20 2005 Patrice Dumas <dumas at centre-cired.fr> - 2005-10
- add file in /etc/ld.so.conf.d required for dynamic linking



Index: cernlib.spec
===================================================================
RCS file: /cvs/extras/rpms/cernlib/FC-3/cernlib.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- cernlib.spec	15 Dec 2005 12:07:03 -0000	1.12
+++ cernlib.spec	20 Dec 2005 21:54:45 -0000	1.13
@@ -1,6 +1,6 @@
 Name:          cernlib
 Version:       2005
-Release:       9%{?dist}
+Release:       10%{?dist}
 Summary:       General purpose CERN library and associated binaries
 Group:         Development/Libraries
 # As explained in the cernlib on debian FAQ, cfortran can be considered LGPL.
@@ -622,6 +622,9 @@
 	cp -Rp $dir $base_include/
 done
 
+%{__install} -d -m755 $RPM_BUILD_ROOT/etc/ld.so.conf.d
+echo %{_libdir}/cernlib/%{version}/lib > $RPM_BUILD_ROOT/etc/ld.so.conf.d/cernlib-%{version}-%{_arch}.conf
+
 find $RPM_BUILD_ROOT%{_includedir}/cernlib/%{version} -name Imakefile -exec rm -f \{\} \;
 rm -f $RPM_BUILD_ROOT%{_includedir}/cernlib/%{version}/ntuple/*.c
 
@@ -634,6 +637,7 @@
 
 %files
 %defattr(-,root,root,-)
+/etc/ld.so.conf.d/*
 %dir %{_libdir}/cernlib/
 %dir %{_libdir}/cernlib/%{version}
 %dir %{_libdir}/cernlib/%{version}/lib
@@ -696,6 +700,9 @@
 %doc debian/debhelper/zftp.README.debian
 
 %changelog
+* Tue Dec 20 2005 Patrice Dumas <dumas at centre-cired.fr> - 2005-10
+- add file in /etc/ld.so.conf.d required for dynamic linking
+
 * Wed Dec 14 2005 Patrice Dumas <dumas at centre-cired.fr> - 2005-9
 - use new debian patchset
 




More information about the scm-commits mailing list