rpms/tcl/devel tcl.spec,1.84,1.85

Marcela Mašláňová mmaslano at fedoraproject.org
Fri Feb 27 06:23:58 UTC 2009


Author: mmaslano

Update of /cvs/pkgs/rpms/tcl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25825

Modified Files:
	tcl.spec 
Log Message:
Fix typo in spec.



Index: tcl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tcl/devel/tcl.spec,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- tcl.spec	25 Feb 2009 18:37:36 -0000	1.84
+++ tcl.spec	27 Feb 2009 06:23:28 -0000	1.85
@@ -1,5 +1,5 @@
-%define majorver 8.5
-%define	vers %{majorver}.6
+%define majorver 8.6
+%define	vers %{majorver}b1
 
 Summary: Tool Command Language, pronounced tickle
 Name: tcl
@@ -78,7 +78,7 @@
 
 mkdir -p $RPM_BUILD_ROOT/%{_libdir}/%{name}%{majorver}
 
-# postresql and maybe other packages too need tclConfig.sh
+# postgresql and maybe other packages too need tclConfig.sh
 # paths don't look at /usr/lib for efficiency, so we symlink into tcl8.5 for now
 ln -s %{_libdir}/%{name}Config.sh $RPM_BUILD_ROOT/%{_libdir}/%{name}%{majorver}/%{name}Config.sh
 
@@ -121,7 +121,8 @@
 %{_libdir}/lib%{name}stub%{majorver}.a
 %{_libdir}/lib%{name}.so
 %{_libdir}/%{name}Config.sh
-%{_libdir}/%{name}8.5/%{name}Config.sh
+%{_libdir}/%{name}8.6/%{name}Config.sh
+%{_libdir}/tdbc1.0b1/*
 
 %changelog
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:8.5.6-4




More information about the fedora-extras-commits mailing list