rpms/pygrace/devel import.log, NONE, 1.1 pygrace.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jussi Lehtola jussilehtola at fedoraproject.org
Wed Feb 18 19:59:44 UTC 2009


Author: jussilehtola

Update of /cvs/pkgs/rpms/pygrace/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8916/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log pygrace.spec 
Log Message:
* Wed Feb 18 2009 Jussi Lehtola <jussi.lehtola at iki.fi> - 0.3-3
- First release in Fedora.



--- NEW FILE import.log ---
pygrace-0_3-3_fc10:HEAD:pygrace-0.3-3.fc10.src.rpm:1234987066


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

Name:		pygrace
Version:	0.3
Release:	3%{?dist}
Summary:	Python bindings for grace
Group:		Applications/Engineering
License:	GPLv2+ and MIT
URL:		http://www.its.caltech.edu/~mmckerns/software.html
Source0:	http://www.its.caltech.edu/~mmckerns/%{name}-%{version}.tgz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:	noarch

BuildRequires:	python-devel
BuildRequires:	python-numeric

Requires:	grace
Requires:	python-numeric

%description
Python bindings for grace, based on Nathan Gray's gracePlot.

%prep
%setup -q

%build
%{__python} setup.py build

%install
rm -rf %{buildroot}
%{__python} setup.py install --skip-build --root %{buildroot} 

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README.txt tests examples
%{python_sitelib}/%{name}
%{python_sitelib}/*egg-info

%changelog
* Wed Feb 18 2009 Jussi Lehtola <jussi.lehtola at iki.fi> - 0.3-3
- Added examples to %%doc.

* Tue Feb 17 2009 Jussi Lehtola <jussi.lehtola at iki.fi> - 0.3-2
- Fixed license.

* Sun Feb 15 2009 Jussi Lehtola <jussi.lehtola at iki.fi> - 0.3-1
- First release.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pygrace/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Feb 2009 19:21:13 -0000	1.1
+++ .cvsignore	18 Feb 2009 19:59:13 -0000	1.2
@@ -0,0 +1 @@
+pygrace-0.3.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pygrace/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Feb 2009 19:21:13 -0000	1.1
+++ sources	18 Feb 2009 19:59:13 -0000	1.2
@@ -0,0 +1 @@
+a156a5487b337ef3b2d45ddb8fe61606  pygrace-0.3.tgz




More information about the scm-commits mailing list