rpms/gazpacho/FC-3 .cvsignore, 1.5, 1.6 gazpacho.spec, 1.4, 1.5 sources, 1.5, 1.6

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Fri Apr 15 02:36:17 UTC 2005


Author: katzj

Update of /cvs/extras/rpms/gazpacho/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31044

Modified Files:
	.cvsignore gazpacho.spec sources 
Log Message:
* Thu Apr 14 2005 Jeremy Katz <katzj at redhat.com> - 0.5.3-1.fc3
- update to 0.5.3
- include changes from devel/ branch



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gazpacho/FC-3/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	22 Feb 2005 02:36:44 -0000	1.5
+++ .cvsignore	15 Apr 2005 02:36:15 -0000	1.6
@@ -1 +1 @@
-gazpacho-0.5.2.tar.bz2
+gazpacho-0.5.3.tar.bz2


Index: gazpacho.spec
===================================================================
RCS file: /cvs/extras/rpms/gazpacho/FC-3/gazpacho.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gazpacho.spec	22 Feb 2005 02:36:44 -0000	1.4
+++ gazpacho.spec	15 Apr 2005 02:36:15 -0000	1.5
@@ -1,15 +1,18 @@
+%{!?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: 1
+Version: 0.5.3
+Release: 1.fc3
 License: GPL
 Group: Development/Tools
-URL: http://gruppy.sicem.biz/descargas
+URL: http://gazpacho.sicem.biz/
 Provides: Gazpacho = %{version}-%{release}
-Source0: gazpacho-%{version}.tar.bz2
+Source0: ftp://ftp.gnome.org/pub/gnome/sources/gazpacho/gazpacho-%{version}.tar.bz2
 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
@@ -27,19 +30,35 @@
 python ./setup.py install -O1 --root=$RPM_BUILD_ROOT \
   --record=INSTALLED_FILES
 sed 's|^\(.*\.pyo\)$|%ghost \1|' < INSTALLED_FILES > %{name}-%{version}.files
-find $RPM_BUILD_ROOT%{_libdir}/python%{pyver}/site-packages/* -type d \
+find $RPM_BUILD_ROOT%{python_sitelib}/* $RPM_BUILD_ROOT%{_datadir}/%{name} -type d \
   | sed "s|^$RPM_BUILD_ROOT|%dir |" >> %{name}-%{version}.files
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files -f %{name}-%{version}.files
 %defattr(-,root,root,-)
 %doc README COPYING NEWS
 
 
 %changelog
+* Thu Apr 14 2005 Jeremy Katz <katzj at redhat.com> - 0.5.3-1.fc3
+- update to 0.5.3
+- include changes from devel/ branch
+
+* Fri Apr  1 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.5.2-5
+- Fix %%dir find in %%install section.
+
+* 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
+
+* Wed Mar 23 2005 Seth Vidal <skvidal at phy.duke.edu> - 0.5.2-2
+- increment release for rebuild on python 2.4
+
 * Mon Feb 21 2005 Jeremy Katz <katzj at redhat.com> - 0.5.2-1
 - update to 0.5.2
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gazpacho/FC-3/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	22 Feb 2005 02:36:44 -0000	1.5
+++ sources	15 Apr 2005 02:36:15 -0000	1.6
@@ -1 +1 @@
-060012e5a8d43a0e8d2185691f45b6aa  gazpacho-0.5.2.tar.bz2
+2116623fc44d11fc775679d2f5d25c6a  gazpacho-0.5.3.tar.bz2




More information about the scm-commits mailing list