rpms/tclcompiler/EL-4 tclcompiler.spec, 1.6, 1.7 tclcompiler-1.5-pkgpath.patch, 1.1, NONE tclcompiler-1.5-version.patch, 1.1, NONE

Michael Thomas wart at fedoraproject.org
Wed Jan 28 21:37:40 UTC 2009


Author: wart

Update of /cvs/pkgs/rpms/tclcompiler/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22454

Modified Files:
	tclcompiler.spec 
Removed Files:
	tclcompiler-1.5-pkgpath.patch tclcompiler-1.5-version.patch 
Log Message:
Rebuild for EPEL4



Index: tclcompiler.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tclcompiler/EL-4/tclcompiler.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tclcompiler.spec	9 Feb 2008 18:53:57 -0000	1.6
+++ tclcompiler.spec	28 Jan 2009 21:37:09 -0000	1.7
@@ -1,21 +1,17 @@
-%{!?tcl_version: %define tcl_version %(echo 'puts $tcl_version' | tclsh)}
-%{!?tcl_sitearch: %define tcl_sitearch %{_libdir}/tcl%{tcl_version}}
 %define cvsdate 20061030
 
 Summary: Tcl bytecode compiler
 Name: tclcompiler
 Version: 1.5
-Release: 7.%{cvsdate}cvs%{?dist}
+Release: 4.%{cvsdate}cvs%{?dist}
 License: TCL
 Group: Development/Libraries
 # cvs -d:pserver:anonymous at tclpro.cvs.sourceforge.net:/cvsroot/tclpro export -D 2006-10-30 -d tclcompiler-20061030cvs tclcompiler
 # tar czf tclcompiler-20061030cvs.tgz ./tclcompiler-20061030cvs
 Source0: tclcompiler-%{cvsdate}cvs.tgz
 Patch0:  tclcompiler-1.5-configure.patch
-Patch1:  tclcompiler-1.5-pkgpath.patch
-Patch2:  tclcompiler-1.5-version.patch
 URL: http://tclpro.sourceforge.net/
-Requires: tcl(abi) = 8.5
+Requires: tcl
 BuildRequires: tbcload-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -26,8 +22,6 @@
 %prep
 %setup -q -n %{name}-%{cvsdate}cvs
 %patch0 -p0
-%patch1 -p0
-%patch2 -p1
 
 %build
 %configure
@@ -45,26 +39,13 @@
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%doc ChangeLog license.terms
 %defattr(-,root,root)
-# The version for the tclcompiler package and tbcload must appear
-# the same to tclsh, so we force a downgrade of tclcompiler to match
-# tbcload.
-%{tcl_sitearch}/%{name}1.4
+%doc ChangeLog license.terms
+%{_libdir}/%{name}%{version}
 
 %changelog
-* Sat Feb 9 2008 Wart <wart at kobold.org> 1.5-7.20061030cvs
-- Rebuild for gcc 4.3
-
-* Sat Jan 5 2008 Wart <wart at kobold.org> 1.5-6.20061030cvs
-- Downgrade package version number to match tbcload and prevent
-  errors when running 'package require ...'
-
-* Sat Jan 5 2008 Wart <wart at kobold.org> 1.5-5.20061030cvs
-- Fix package path for Tcl 8.5
-
-* Sat Jan  5 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.5-4.20061030cvs
-- Rebuild for new Tcl 8.5
+* Wed Jan 28 2009 Wart <wart at kobold.org> 1.5-4.20061030cvs
+- Rebuild for EPEL4
 
 * Mon Aug 20 2007 Wart <wart at kobold.org> 1.5-3.20061030cvs
 - License tag clarification


--- tclcompiler-1.5-pkgpath.patch DELETED ---


--- tclcompiler-1.5-version.patch DELETED ---




More information about the fedora-extras-commits mailing list