From b43156242ab1521f44a5a1208788cd36edbb4938 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 20:23:14 -0600 Subject: [PATCH 1/3] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- ufl-python.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ufl-python.spec b/ufl-python.spec index 017d6db..3c5af88 100644 --- a/ufl-python.spec +++ b/ufl-python.spec @@ -5,7 +5,7 @@ Name: ufl-python Version: 0.1 -Release: 0.2.pre%{?dist} +Release: 0.3.pre%{?dist} Summary: A Python implementation of Universal Foundation Libraries Group: Development/Languages @@ -48,6 +48,9 @@ rm -rf %{buildroot} %changelog +* 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 - From c84ead9732cfc264a6b4506db47e29e422f5e8a2 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 00:25:16 -0500 Subject: [PATCH 2/3] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- ufl-python.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ufl-python.spec b/ufl-python.spec index 3c5af88..e1de173 100644 --- a/ufl-python.spec +++ b/ufl-python.spec @@ -5,7 +5,7 @@ Name: ufl-python Version: 0.1 -Release: 0.3.pre%{?dist} +Release: 0.4.pre%{?dist} Summary: A Python implementation of Universal Foundation Libraries Group: Development/Languages @@ -48,6 +48,9 @@ rm -rf %{buildroot} %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 From cea837988b2e7d891d4a488c5874411e163e4ef7 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Mon, 25 Nov 2013 18:23:28 +0100 Subject: [PATCH 3/3] Retired as it conflicted with python-ufl - http://bugzilla.redhat.com/913530 --- .gitignore | 1 - dead.package | 1 + sources | 1 - ufl-python.spec | 61 ------------------------------------------------- 4 files changed, 1 insertion(+), 63 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 ufl-python.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 8373a6e..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/ufl-python-0.1-pre.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..0cf8c5d --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Retired as it conflicted with python-ufl - http://bugzilla.redhat.com/913530 diff --git a/sources b/sources deleted file mode 100644 index 8ede0fc..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -80d5c06a88a854898d4083ad06ffb4d3 ufl-python-0.1-pre.tar.gz diff --git a/ufl-python.spec b/ufl-python.spec deleted file mode 100644 index e1de173..0000000 --- a/ufl-python.spec +++ /dev/null @@ -1,61 +0,0 @@ -%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