rpms/metakit/devel .cvsignore, 1.6, 1.7 metakit.spec, 1.16, 1.17 sources, 1.6, 1.7

Matthias Saou (thias) fedora-extras-commits at redhat.com
Tue Jun 19 17:40:21 UTC 2007


Author: thias

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

Modified Files:
	.cvsignore metakit.spec sources 
Log Message:
Update to 2.4.9.7 and hopefully fix multilib conflict (#228177).



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/metakit/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	11 Dec 2006 15:50:32 -0000	1.6
+++ .cvsignore	19 Jun 2007 17:39:46 -0000	1.7
@@ -1 +1 @@
-metakit-2.4.9.6.tar.gz
+metakit-2.4.9.7.tar.gz


Index: metakit.spec
===================================================================
RCS file: /cvs/extras/rpms/metakit/devel/metakit.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- metakit.spec	11 Dec 2006 15:50:32 -0000	1.16
+++ metakit.spec	19 Jun 2007 17:39:46 -0000	1.17
@@ -2,7 +2,7 @@
 
 Summary: Embeddable database
 Name: metakit
-Version: 2.4.9.6
+Version: 2.4.9.7
 Release: 1%{?dist}
 License: GPL
 Group: System Environment/Libraries
@@ -32,13 +32,16 @@
 
 %prep
 %setup -q
+# Remove all executable bits, except those needed
+find . -type f -exec chmod -x {} \;
+chmod +x unix/configure unix/scripts/*
 
 
 %build
 pushd unix
     %configure \
         --with-python="%{_includedir}/python%{python_version},%{_libdir}/python%{python_version}" \
-        --with-tcl
+        --with-tcl=%{_includedir},%{_libdir}
     %{__make} %{?_smp_mflags}
 popd
 
@@ -63,21 +66,26 @@
 
 
 %files
-%defattr(-, root, root, 0755)
+%defattr(-,root,root,-)
 %doc README
 %{_libdir}/*.so
 %{_libdir}/python%{python_version}/site-packages/Mk4py.so
 %{_libdir}/python%{python_version}/site-packages/metakit.py*
-%{_prefix}/lib/tcl*/Mk4tcl/
+#{_prefix}/lib/tcl*/Mk4tcl/
+%{_libdir}/Mk4tcl/
 
 
 %files devel
-%defattr(-, root, root, 0755)
+%defattr(-,root,root,-)
 %doc CHANGES doc/*
 %{_includedir}/*
 
 
 %changelog
+* Tue Jun 19 2007 Matthias Saou <http://freshrpms.net/> 2.4.9.7-1
+- Update to 2.4.9.7.
+- Move tcl files to a sub-dir of %%{_libdir} (#228177)... :-/
+
 * Mon Dec 11 2006 Matthias Saou <http://freshrpms.net/> 2.4.9.6-1
 - Update to 2.4.9.6.
 - Rebuild against python 2.5 on devel (FC7) branch.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/metakit/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	11 Dec 2006 15:50:32 -0000	1.6
+++ sources	19 Jun 2007 17:39:46 -0000	1.7
@@ -1 +1 @@
-1fc24b1affa5418fc67428014fa369d9  metakit-2.4.9.6.tar.gz
+e52067d46f1dc069ed3705aa3d90ef61  metakit-2.4.9.7.tar.gz




More information about the fedora-extras-commits mailing list