rpms/tkimg/F-7 tkimg.spec,1.2,1.3

Sergio Pascual (sergiopr) fedora-extras-commits at redhat.com
Mon Dec 24 12:50:28 UTC 2007


Author: sergiopr

Update of /cvs/pkgs/rpms/tkimg/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4610

Modified Files:
	tkimg.spec 
Log Message:
* Mon Dec 24 2007 Sergio Pascual <sergiopr at fedoraproject.org> 1.3-0.6.20071018svn
- Static 'stub' library included in devel subpackage
- Rebuild to fix bug #426683



Index: tkimg.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tkimg/F-7/tkimg.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tkimg.spec	8 Dec 2007 11:12:35 -0000	1.2
+++ tkimg.spec	24 Dec 2007 12:49:51 -0000	1.3
@@ -1,6 +1,6 @@
 Name: tkimg
 Version: 1.3
-Release: 0.5.20071018svn%{?dist}
+Release: 0.6.20071018svn%{?dist}
 Summary: More Image Formats for Tk
 
 Group: Development/Libraries
@@ -21,6 +21,7 @@
 BuildRequires: tcl-devel tk-devel
 BuildRequires: libtiff-devel libpng-devel libjpeg-devel zlib-devel
 
+Requires: tcl(abi) = 8.4
 
 %description
 This package contains a collection of image format handlers for the Tk
@@ -43,7 +44,7 @@
 %patch1 -p1
 
 %build
-%configure --with-tcl=%{_libdir} --with-tk=%{_libdir} --disable-static
+%configure --with-tcl=%{_libdir} --with-tk=%{_libdir} --disable-static 
 %{__make} %{?_smp_mflags}
 
 %install
@@ -52,6 +53,7 @@
 # Fixing some permissions
 find %{buildroot}/%{_libdir} -name "*.sh" |xargs chmod 644
 find %{buildroot}/%{_libdir} -name "*.tcl" |xargs chmod 644
+find %{buildroot}/%{_libdir} -name "*.a" |xargs chmod 644
 find %{buildroot}/%{_libdir} -name "*.so" |xargs chmod 755
 # Make library links
 %{__mkdir_p} %{buildroot}/%{_sysconfdir}/ld.so.conf.d
@@ -75,8 +77,13 @@
 %files devel
 %doc README 
 %{_includedir}/*
+%{_libdir}/Img1.3/*.a
 
 %changelog
+* Mon Dec 24 2007 Sergio Pascual <sergiopr at fedoraproject.org> 1.3-0.6.20071018svn
+- Static 'stub' library included in devel subpackage
+- Rebuild to fix bug #426683
+
 * Sat Nov 08 2007 Sergio Pascual <sergiopr at fedoraproject.org> 1.3-0.5.20071018svn
 - Build patch simplified
 




More information about the fedora-extras-commits mailing list