diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8373a6e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/ufl-python-0.1-pre.tar.gz diff --git a/dead.package b/dead.package deleted file mode 100644 index 0cf8c5d..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -Retired as it conflicted with python-ufl - http://bugzilla.redhat.com/913530 diff --git a/sources b/sources new file mode 100644 index 0000000..8ede0fc --- /dev/null +++ b/sources @@ -0,0 +1 @@ +80d5c06a88a854898d4083ad06ffb4d3 ufl-python-0.1-pre.tar.gz diff --git a/ufl-python.spec b/ufl-python.spec new file mode 100644 index 0000000..e1de173 --- /dev/null +++ b/ufl-python.spec @@ -0,0 +1,61 @@ +%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5) +%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%endif + + +Name: ufl-python +Version: 0.1 +Release: 0.4.pre%{?dist} +Summary: A Python implementation of Universal Foundation Libraries + +Group: Development/Languages +License: GPLv3 +URL: http://pypi.python.org/pypi/ufl-python +Source0: http://pypi.python.org/packages/source/u/%{name}/%{name}-%{version}-pre.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch + +BuildRequires: python2-devel +BuildRequires: python-setuptools + + +%description +A Python implementation of Universal Foundation Libraries: language +agnostic, general purpose standard library extensions. + + +%prep +%setup -q -n %{name}-%{version}-pre + + +%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,-) +%{python_sitelib}/ufl/ +%{python_sitelib}/ufl*.egg-info + + +%changelog +* Sun Aug 04 2013 Fedora Release Engineering - 0.1-0.4.pre +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Fri Feb 15 2013 Fedora Release Engineering - 0.1-0.3.pre +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Sun Sep 02 2012 Fabian Affolter - 0.1-0.2.pre +- + +* Sat Mar 26 2011 Fabian Affolter - 0.1-0.1.pre +- Initial package