rpms/tcllib/devel tcllib.spec,1.5,1.6

Michael Thomas (wart) fedora-extras-commits at redhat.com
Thu Feb 16 05:54:22 UTC 2006


Author: wart

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

Modified Files:
	tcllib.spec 
Log Message:
Clean up rpmlint warnings and rebuild for FC-5.




Index: tcllib.spec
===================================================================
RCS file: /cvs/extras/rpms/tcllib/devel/tcllib.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tcllib.spec	17 Oct 2005 18:42:59 -0000	1.5
+++ tcllib.spec	16 Feb 2006 05:54:22 -0000	1.6
@@ -1,7 +1,7 @@
 Summary: The standard Tcl library
 Name: tcllib
 Version: 1.8
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: BSD-like
 Group: Development/Libraries
 Source: http://download.sourceforge.net/tcllib/tcllib-1.8.tar.gz
@@ -33,6 +33,9 @@
     done
 cd ..
 
+# Clean up rpmlint warnints
+find $RPM_BUILD_ROOT/%{_datadir} -name \*.tcl -exec chmod 0644 {} \;
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -44,6 +47,10 @@
 %{_mandir}/mann/*
 
 %changelog
+* Thu Feb 16 2006 Wart <wart at kobold.org> 1.8-4
+- Remove executable bits on the library files to clean up rpmlint
+  warnings.
+
 * Mon Oct 17 2005 Wart <wart at kobold.org> 1.8-3
 - Bumped release number again so to match the release in the FC3/FC4
   branches.




More information about the scm-commits mailing list