rpms/cernlib/FC-4 cernlib.spec,1.17,1.18

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


Author: pertusus

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

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-4/cernlib.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- cernlib.spec	14 Dec 2005 16:32:30 -0000	1.17
+++ cernlib.spec	20 Dec 2005 21:54:01 -0000	1.18
@@ -1,6 +1,6 @@
 Name:          cernlib
 Version:       2005
-Release:       9%{?dist}.2
+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.
@@ -623,6 +623,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
 
@@ -635,6 +638,7 @@
 
 %files
 %defattr(-,root,root,-)
+/etc/ld.so.conf.d/*
 %dir %{_libdir}/cernlib/
 %dir %{_libdir}/cernlib/%{version}
 %dir %{_libdir}/cernlib/%{version}/lib
@@ -697,6 +701,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.2
 - use new debian patchset
 




More information about the scm-commits mailing list