rpms/gazpacho/devel gazpacho.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Fri Jan 28 15:56:34 UTC 2005


Author: katzj

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

Modified Files:
	.cvsignore sources 
Added Files:
	gazpacho.spec 
Log Message:
auto-import gazpacho-0.4.0-1 on branch devel from gazpacho-0.4.0-1.src.rpm


--- NEW FILE gazpacho.spec ---
Summary: Glade Interface Creater
Name: gazpacho
Version: 0.4.0
Release: 1
License: GPL
Group: Development/Tools
URL: http://gruppy.sicem.biz/descargas
Provides: Gazpacho = %{version}-%{release}
Source0: Gazpacho-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch
Requires: pygtk2 >= 2.4.0, pygtk2-libglade

%description
This program allows you to create the Graphical User Interface (GUI) of your
GTK+ program in a visual way. Yes, it is a Glade-3 clone. It is compatible with
libglade.

%prep
%setup -q -n Gazpacho-%{version}

%build
python ./setup.py build

%install
rm -rf $RPM_BUILD_ROOT
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 \
  | 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
* Fri Jan 28 2005 Jeremy Katz <katzj at redhat.com> - 0.4.0-1
- Initial build.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gazpacho/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Jan 2005 15:56:10 -0000	1.1
+++ .cvsignore	28 Jan 2005 15:56:32 -0000	1.2
@@ -0,0 +1 @@
+Gazpacho-0.4.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gazpacho/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Jan 2005 15:56:10 -0000	1.1
+++ sources	28 Jan 2005 15:56:32 -0000	1.2
@@ -0,0 +1 @@
+b0f037944b7d100ed5991679b4728cac  Gazpacho-0.4.0.tar.bz2




More information about the fedora-extras-commits mailing list