rpms/python-elements/F-11 import.log, NONE, 1.1 python-elements.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sebastian Dziallas sdz at fedoraproject.org
Wed Jan 13 21:18:08 UTC 2010


Author: sdz

Update of /cvs/pkgs/rpms/python-elements/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17289/F-11

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



--- NEW FILE import.log ---
python-elements-0_13-2_20100110svn_fc12:F-11:python-elements-0.13-2.20100110svn.fc12.src.rpm:1263417336


--- NEW FILE python-elements.spec ---
# sitelib for noarch packages, sitearch for others (remove the unneeded one)
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

# Tarfile created using svn
# svn co http://svn2.assembla.com/svn/elements
# cd elements
# svn export -r %{svnrevision} . %{name}-%{version}
# tar -cjvf ~/%{name}-%{version}-%{svndate}.tar.bz2 %{name}-%{version}
%global svndate 20100110
%global svnrevision 230
%global tarfile %{name}-%{version}-%{svndate}.tar.bz2

Name:           python-elements
Version:        0.13
Release:        2.%{svndate}svn%{?dist}
Summary:        A 2D Physics API for Python

Group:          Development/Libraries
License:        GPLv3+
URL:            http://www.assembla.com/wiki/show/elements
Source0:        %{tarfile}
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools
Requires:       pybox2d

%description
An easy to use API for integrating 2D physics (with pybox2d) into own
python ideas, that includes user interfaces & simulations, as well as
teaching & learning tools.


%prep
%setup -q

# calm rpmlint down
sed -i elements/elements.py -e 1d


%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 CREDITS LICENSE README
%{python_sitelib}/*


%changelog
* Mon Jan 11 2009 Sebastian Dziallas <sebastian at when.com> - 0.13-2.20100110svn
- implement comments from the review

* Sun Jan 10 2009 Sebastian Dziallas <sebastian at when.com> - 0.13-1.20100110svn
- initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-elements/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	13 Jan 2010 18:09:51 -0000	1.1
+++ .cvsignore	13 Jan 2010 21:18:08 -0000	1.2
@@ -0,0 +1 @@
+python-elements-0.13-20100110.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-elements/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	13 Jan 2010 18:09:51 -0000	1.1
+++ sources	13 Jan 2010 21:18:08 -0000	1.2
@@ -0,0 +1 @@
+7fe888f4812b3630fbac5b6136b6163c  python-elements-0.13-20100110.tar.bz2



More information about the scm-commits mailing list