rpms/itk/F-7 itk.spec,1.7,1.8

Michael Thomas (wart) fedora-extras-commits at redhat.com
Mon Aug 20 00:26:09 UTC 2007


Author: wart

Update of /cvs/extras/rpms/itk/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26759

Modified Files:
	itk.spec 
Log Message:
- License tag clarification
- Clean up %%files section




Index: itk.spec
===================================================================
RCS file: /cvs/extras/rpms/itk/F-7/itk.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- itk.spec	28 Mar 2007 21:18:14 -0000	1.7
+++ itk.spec	20 Aug 2007 00:25:37 -0000	1.8
@@ -1,12 +1,12 @@
 Name:           itk
 Version:        3.3
-Release:        0.6.RC1%{?dist}
+Release:        0.7.RC1%{?dist}
 Summary:        Object oriented extensions to Tk
 
 Group:          Development/Libraries
-License:        BSD
+License:        TCL
 URL:            http://incrtcl.sourceforge.net/itcl/
-Source0:        http://easynews.dl.sourceforge.net/sourceforge/incrtcl/itk3.3.tar.gz
+Source0:        http://downloads.sourceforge.net/sourceforge/incrtcl/itk3.3.tar.gz
 Patch0:         itk-3.3-autotools.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -27,7 +27,7 @@
 
 %prep
 %setup -q -n itk3.3
-%patch -p1
+%patch0 -p1
 
 %build
 %configure
@@ -43,11 +43,7 @@
 
 %files
 %defattr(-,root,root,-)
-%dir %{_libdir}/itk3.3
-%{_libdir}/itk3.3/*.so
-%{_libdir}/itk3.3/*.itk
-%{_libdir}/itk3.3/*.tcl
-%{_libdir}/itk3.3/tclIndex
+%{_libdir}/itk3.3
 %{_mandir}/mann/*.gz
 %doc README license.terms
 
@@ -57,6 +53,9 @@
 %doc
 
 %changelog
+- License tag clarification
+- Clean up %%files section
+
 * Wed Mar 28 2007 Wart <wart at kobold.org> - 3.3-0.6.RC1
 - Rebuild for tcl 8.4 downgrade
 




More information about the scm-commits mailing list