rpms/python-goopy/devel python-goopy.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Peter Jones (pjones) fedora-extras-commits at redhat.com
Thu Mar 17 21:22:11 UTC 2005


Author: pjones

Update of /cvs/extras/rpms/python-goopy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27222/devel

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


--- NEW FILE python-goopy.spec ---
%define realname goopy
%define pyver %(%{__python} -c "import sys; print sys.version[:3]")
%undefine _enable_debug_packages
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Summary: Google Python Utilities
Name: python-goopy
Version: 0.1
Release: 1
Source0: %{realname}-%{version}.tar.gz
License: BSD
Group: Development/Libraries
Url: https://sourceforge.net/projects/goog-goopy/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python
BuildArch: noarch

%description
The python-goopy package contains python utilities from Google.

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

%build

%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --root "${RPM_BUILD_ROOT}" --record=INSTALLED_FILES

%clean
rm -rf $RPM_BUILD_ROOT

%files -f INSTALLED_FILES
%defattr(-,root,root)
%doc README PKG-INFO

%changelog
* Thu Mar 17 2005 Peter Jones <pjones at redhat.com> - 0.1-1
- initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-goopy/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Mar 2005 21:21:50 -0000	1.1
+++ .cvsignore	17 Mar 2005 21:22:09 -0000	1.2
@@ -0,0 +1 @@
+goopy-0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-goopy/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Mar 2005 21:21:50 -0000	1.1
+++ sources	17 Mar 2005 21:22:09 -0000	1.2
@@ -0,0 +1 @@
+e6f6782c01af621dfaf7f4a272838a70  goopy-0.1.tar.gz




More information about the fedora-extras-commits mailing list