rpms/cernlib/devel cernlib.spec,1.15,1.16

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Thu Dec 22 09:32:55 UTC 2005


Author: pertusus

Update of /cvs/extras/rpms/cernlib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30839

Modified Files:
	cernlib.spec 
Log Message:
adjust link in cfortran dir


Index: cernlib.spec
===================================================================
RCS file: /cvs/extras/rpms/cernlib/devel/cernlib.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- cernlib.spec	21 Dec 2005 10:33:40 -0000	1.15
+++ cernlib.spec	22 Dec 2005 09:32:55 -0000	1.16
@@ -1,6 +1,6 @@
 Name:          cernlib
 Version:       2005
-Release:       11%{?dist}.3
+Release:       11%{?dist}.4
 Summary:       General purpose CERN library and associated binaries
 Group:         Development/Libraries
 # As explained in the cernlib on debian FAQ, cfortran can be considered LGPL.
@@ -617,7 +617,7 @@
 # add links for cfortran header files in the top include directory
 pushd $RPM_BUILD_ROOT%{_includedir}/cernlib/%{version}
 for file in *.h; do
-	%{__ln_s} $file cfortran/$file
+	%{__ln_s} ../$file cfortran/$file
 done
 %{__ln_s} gxint321.f gxint.f
 popd
@@ -712,7 +712,7 @@
 %doc debian/debhelper/zftp.README.debian
 
 %changelog
-* Tue Dec 20 2005 Patrice Dumas <dumas at centre-cired.fr> - 2005-11.3
+* Tue Dec 20 2005 Patrice Dumas <dumas at centre-cired.fr> - 2005-11.4
 - add a symlink from /usr/lib/cernlib/2005/bin/pawX11 to /usr/bin/pawX11
 - fix gxint
 




More information about the scm-commits mailing list