[TurboGears] Patch out elixir support, since the package is now orphaned in Fedora.

Luke Macken lmacken at fedoraproject.org
Thu Feb 9 16:46:06 UTC 2012


commit f2982972564cbc4cdb369e45bcbff85ed4f2c5b2
Author: Luke Macken <lmacken at redhat.com>
Date:   Thu Feb 9 11:46:04 2012 -0500

    Patch out elixir support, since the package is now orphaned in Fedora.

 TurboGears.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/TurboGears.spec b/TurboGears.spec
index 67151c3..c6fcbd0 100644
--- a/TurboGears.spec
+++ b/TurboGears.spec
@@ -4,7 +4,7 @@
 
 Name:           TurboGears
 Version:        1.1.3
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Back-to-front web development in Python
 
 Group:          Development/Languages
@@ -23,6 +23,8 @@ Patch3: turbogears-httponly.patch
 Patch100: TurboGears-old-turbokid.patch
 # Patch so TurboGears detects the correct version of dependencies installed on the system
 Patch101: turbogears-pkg-resources-fix.patch
+Patch102: TurboGears-no-elixir.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -39,7 +41,6 @@ BuildRequires: python-tgmochikit
 BuildRequires: python-turbocheetah
 BuildRequires: python-sqlobject
 BuildRequires: python-sqlalchemy
-BuildRequires: python-elixir
 BuildRequires: python-toscawidgets
 BuildRequires: python-tw-forms
 BuildRequires: python-nose
@@ -85,7 +86,6 @@ Requires:       python-paste-script >= 1.7
 Requires:       python-configobj >= 4.3.2
 Requires:       python-nose >= 0.9.3
 Requires:       python-psycopg2
-Requires:       python-elixir >= 0.6.1
 Requires:       python-genshi >= 0.4.4
 Requires:       python-kid
 Requires:       python-peak-rules
@@ -118,6 +118,7 @@ TurboGears is easy to use for a wide range of web applications.
 %patch100 -p1 -b .deps
 %endif
 %patch101 -p1 -b .pkgresources
+%patch102 -b .pkgresources
 
 cp -p %{SOURCE1} .
 
@@ -151,6 +152,9 @@ rm -rf %{buildroot}
 %{python_sitelib}/turbogears/
 
 %changelog
+* Thu Feb 09 2012 Luke Macken <lmacken at redhat.com> - 1.1.3-4
+- Patch out elixir support, since the package is now orphaned in Fedora.
+
 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list