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

Shahms King (shahms) fedora-extras-commits at redhat.com
Tue Mar 15 20:54:12 UTC 2005


Author: shahms

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

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


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

%define srcname psyco

Name:           python-%{srcname}
Version:        1.4
Release:        1
Summary:        The Python Specialing Compiler

Group:          Development/Libraries
License:        MIT
URL:            http://psyco.sourceforge.net/
Source0:        http://prdownloads.sourceforge.net/psyco/psyco-1.4-src.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  python-devel
Requires:   python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")

%description


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


%build
CFLAGS="$RPM_OPT_FLAGS" %{__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 COPYING.txt INSTALL.txt README.txt doc/
%{python_sitearch}/psyco/*.so
%{python_sitearch}/psyco/*.py
%{python_sitearch}/psyco/*.pyc
%dir %{python_sitearch}/psyco
%ghost %{python_sitearch}/psyco/*.pyo

%changelog
* Tue Mar 01 2005 Shahms E. King <shahms at shahms.com> 1.4-1
- Repackage for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-psyco/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Mar 2005 20:53:49 -0000	1.1
+++ .cvsignore	15 Mar 2005 20:54:10 -0000	1.2
@@ -0,0 +1 @@
+psyco-1.4-src.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-psyco/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Mar 2005 20:53:49 -0000	1.1
+++ sources	15 Mar 2005 20:54:10 -0000	1.2
@@ -0,0 +1 @@
+b1365ceaa40a75326d3deb48edf0c8cc  psyco-1.4-src.tar.gz




More information about the fedora-extras-commits mailing list