diff --git python-elixir/python-elixir.spec python-elixir/python-elixir.spec.tmp index 23148b59c5..0897ef556e 100644 --- python-elixir/python-elixir.spec +++ python-elixir/python-elixir.spec.tmp @@ -2,7 +2,7 @@ Name: python-elixir Version: 0.7.1 -Release: 20%{?dist} +Release: 21%{?dist} Summary: Declarative mapper for SQLAlchemy Group: Development/Languages @@ -22,20 +22,27 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools -Requires: python-sqlalchemy -Requires: python-crypto + +%global _description\ +Elixir is a declarative layer on top of SQLAlchemy. It is a fairly thin\ +wrapper, which provides the ability to define model objects following the\ +Active Record design pattern, and using a DSL syntax similar to that of the\ +Ruby on Rails ActiveRecord system.\ +\ +Elixir does not intend to replace SQLAlchemy's core features, but instead\ +focuses on providing a simpler syntax for defining model objects when you do\ +not need the full expressiveness of SQLAlchemy's manual mapper definitions.\ -%description -Elixir is a declarative layer on top of SQLAlchemy. It is a fairly thin -wrapper, which provides the ability to define model objects following the -Active Record design pattern, and using a DSL syntax similar to that of the -Ruby on Rails ActiveRecord system. +%description %_description -Elixir does not intend to replace SQLAlchemy's core features, but instead -focuses on providing a simpler syntax for defining model objects when you do -not need the full expressiveness of SQLAlchemy's manual mapper definitions. +%package -n python2-elixir +Summary: %summary +Requires: python-sqlalchemy +Requires: python-crypto +%{?python_provide:%python_provide python2-elixir} +%description -n python2-elixir %_description %prep %setup -q -n Elixir-%{version} @@ -56,13 +63,17 @@ rm -rf %{buildroot} rm -rf %{buildroot} -%files +%files -n python2-elixir %defattr(-,root,root,-) %doc README LICENSE %{python_sitelib}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.7.1-21 +- Python 2 binary package renamed to python2-elixir + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.7.1-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild