rpms/gazpacho/devel gazpacho.spec,1.7,1.8

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Fri Apr 1 14:12:52 UTC 2005


Author: mschwendt

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

Modified Files:
	gazpacho.spec 
Log Message:
* Fri Apr  1 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.5.2-4
- Include five missing directories.
- Add python-abi dependency.




Index: gazpacho.spec
===================================================================
RCS file: /cvs/extras/rpms/gazpacho/devel/gazpacho.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gazpacho.spec	24 Mar 2005 05:44:49 -0000	1.7
+++ gazpacho.spec	1 Apr 2005 14:12:50 -0000	1.8
@@ -1,7 +1,9 @@
+%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+
 Summary: Glade Interface Creator
 Name: gazpacho
 Version: 0.5.2
-Release: 3
+Release: 4
 License: GPL
 Group: Development/Tools
 URL: http://gruppy.sicem.biz/descargas
@@ -11,6 +13,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch: noarch
 Requires: pygtk2 >= 2.4.0, pygtk2-libglade
+Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
 
 %description
 This program allows you to create the Graphical User Interface (GUI) of your
@@ -38,9 +41,18 @@
 %files -f %{name}-%{version}.files
 %defattr(-,root,root,-)
 %doc README COPYING NEWS
+%dir %{python_sitelib}/gazpacho/
+%dir %{python_sitelib}/gazpacho/loader/
+%dir %{_datadir}/gazpacho/
+%dir %{_datadir}/gazpacho/catalogs/
+%dir %{_datadir}/gazpacho/pixmaps/
 
 
 %changelog
+* Fri Apr  1 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.5.2-4
+- Include five missing directories.
+- Add python-abi dependency.
+
 * Thu Mar 24 2005 Seth Vidal <skvidal at phy.duke.edu> - 0.5.2-3
 - add patch for setup.py from upstream cvs to fix lack of gazpacho/path.py
 




More information about the scm-commits mailing list