rpms/pygrace/F-10 pygrace.spec,NONE,1.1

Jussi Lehtola jussilehtola at fedoraproject.org
Thu Feb 19 09:12:31 UTC 2009


Author: jussilehtola

Update of /cvs/pkgs/rpms/pygrace/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv656/F-10

Added Files:
	pygrace.spec 
Log Message:
* Thu Feb 19 Jussi Lehtola <jussi.lehtola at helsinki.fi> - 0.3-3
- Add missing spec files.



--- 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.




More information about the fedora-extras-commits mailing list