rpms/goopy/devel 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 19:54:39 UTC 2005


Author: pjones

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

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


--- NEW FILE goopy.spec ---
%define pyver %(%{__python} -c "import sys; print sys.version[:3]")
%undefine _enable_debug_packages

Summary: Google Python Utilities
Name: goopy
Version: 0.1
Release: 1
Source0: %{name}-%{version}.tar.gz
License: BSD
Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python >= %{pyver}
Requires: python >= %{pyver}
BuildArch: noarch

%description
The goopy package contains python utilities from Google.

%prep
%setup -q

%build

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

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README PKG-INFO
%{_libdir}/python?.?/site-packages/goopy

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


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


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




More information about the fedora-extras-commits mailing list