rpms/cernlib/FC-4 cernlib.spec,1.21,1.22

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


Author: pertusus

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

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


Index: cernlib.spec
===================================================================
RCS file: /cvs/extras/rpms/cernlib/FC-4/cernlib.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- cernlib.spec	21 Dec 2005 08:11:26 -0000	1.21
+++ cernlib.spec	22 Dec 2005 09:35:01 -0000	1.22
@@ -1,6 +1,6 @@
 Name:          cernlib
 Version:       2005
-Release:       11%{?dist}.2
+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.
@@ -614,7 +614,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
@@ -709,7 +709,7 @@
 %doc debian/debhelper/zftp.README.debian
 
 %changelog
-* Tue Dec 20 2005 Patrice Dumas <dumas at centre-cired.fr> - 2005-11.2
+* 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