rpms/pystatgrab/F-9 import.log, NONE, 1.1 pystatgrab.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Soumya Kanti Chakraborty soumya at fedoraproject.org
Sun Nov 16 10:44:49 UTC 2008


Author: soumya

Update of /cvs/pkgs/rpms/pystatgrab/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14393/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	import.log pystatgrab.spec 
Log Message:

* Sun Nov 16 2008 Soumya Chakraborty <soumya at fedoraproject.org> 0.5-2
- Checked out for the Ist time




--- NEW FILE import.log ---
pystatgrab-0_5-2_fc9:F-9:pystatgrab-0.5-2.fc9.src.rpm:1226830711


--- NEW FILE pystatgrab.spec ---
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

Summary:	Python bindings for libstatgrab
Name:		pystatgrab
Version:	0.5
Release:	2%{?dist}
License:	GPLv2+
Group:		Development/Libraries
URL:		http://www.i-scream.org/pystatgrab/
Source0:	ftp://ftp.i-scream.org/pub/i-scream/pystatgrab/%{name}-%{version}.tar.gz

BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildRequires:	python-devel, libstatgrab-devel

Requires:	python

%description
Pystatgrab contains Python bindings for libstatgrab.

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

%build
%{__python} setup.py build

%install
rm -rf $RPM_BUILD_ROOT

%{__python} setup.py install --prefix %{_prefix} -O1 --skip-build \
  --root $RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README
%{python_sitearch}/pystatgrab-0.5-py2.5.egg-info
%{python_sitearch}/statgrab.py*
%{python_sitearch}/_statgrab.so

%changelog

* Sun Sep 28 2008 Soumya Chakraborty <soumya at fedoraproject.org> 0.5-2
- Changed from the noarch package to sitearch package and changed the name from python-statgrab to pystatgrab.

* Tue Aug 13 2008 Soumya Chakraborty <soumya at fedoraproject.org> 0.5-1
- Initial Package Release



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pystatgrab/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Nov 2008 05:41:11 -0000	1.1
+++ .cvsignore	16 Nov 2008 10:44:18 -0000	1.2
@@ -0,0 +1 @@
+pystatgrab-0.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pystatgrab/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Nov 2008 05:41:11 -0000	1.1
+++ sources	16 Nov 2008 10:44:18 -0000	1.2
@@ -0,0 +1 @@
+b7a3451ba682ebf167fcb43f1769a121  pystatgrab-0.5.tar.gz




More information about the fedora-extras-commits mailing list