rpms/python-PSI/EL-5 import.log, NONE, 1.1 python-PSI.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

topdog topdog at fedoraproject.org
Fri Mar 26 07:04:35 UTC 2010


Author: topdog

Update of /cvs/pkgs/rpms/python-PSI/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6846/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-PSI.spec 
Log Message:
 - initial



--- NEW FILE import.log ---
python-PSI-0_3-0_1_b2_fc12:EL-5:python-PSI-0.3-0.1.b2.fc12.src.rpm:1269586227


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


Name:           python-PSI
Version:        0.3
Release:        0.1.b2%{?dist}
Summary:        Shows real time system information in python
Group:          Development/Languages
License:        MIT
URL:            http://pypi.python.org/pypi/PSI/
Source0:        http://bitbucket.org/chrismiles/psi/downloads/PSI-%{version}b2.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  python-devel, python-setuptools-devel

%description
psi is a Python module providing direct access to real-time system
and process information.

%prep
%setup -q -n PSI-%{version}b2


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README LICENSE TODO DESIGN examples
%{python_sitearch}/*


%changelog
* Thu Mar 18 2010 Andrew Colin Kissa <andrew at topdog.za.net> 0.3-0.1.b2
- upgrade to latest upstream
- change package naming

* Tue Jun 23 2009 Kushal Das <kushal at fedoraproject.org> 0.3b1.1-1
- Initial release in Fedora



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-PSI/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	25 Mar 2010 20:54:34 -0000	1.1
+++ .cvsignore	26 Mar 2010 07:04:34 -0000	1.2
@@ -0,0 +1 @@
+PSI-0.3b2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-PSI/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	25 Mar 2010 20:54:35 -0000	1.1
+++ sources	26 Mar 2010 07:04:34 -0000	1.2
@@ -0,0 +1 @@
+42f4ba95f5ee0a44b749310ec2de5b9a  PSI-0.3b2.tar.gz



More information about the scm-commits mailing list