diff --git python-repoze-what-quickstart/python-repoze-what-quickstart.spec python-repoze-what-quickstart/python-repoze-what-quickstart.spec.tmp index 58721cf27c..643738997c 100644 --- python-repoze-what-quickstart/python-repoze-what-quickstart.spec +++ python-repoze-what-quickstart/python-repoze-what-quickstart.spec.tmp @@ -2,7 +2,7 @@ Name: python-repoze-what-quickstart Version: 1.0.9 -Release: 12%{?dist} +Release: 13%{?dist} Summary: A plugin for a simple authentication system with repoze.who/what Group: Development/Languages License: BSD @@ -13,19 +13,27 @@ BuildArch: noarch BuildRequires: python-devel, python-setuptools BuildRequires: python-repoze-what >= 1.0.3, python-repoze-who, python-repoze-who-plugins-sa BuildRequires: python-repoze-what-plugins-sql, python-nose, python-coverage + +%global _description\ +This plugin allows you to take advantage of a rather simple, and usual,\ +authentication and authorization setup, in which the users’ data, the groups\ +and the permissions used in the application are all stored in a SQLAlchemy\ +or Elixir-managed database.\ +\ +Put simply, it configures repoze.who and repoze.what in one go so that you\ +can have an authentication and authorization system working quickly – hence\ +the name. + +%description %_description + +%package -n python2-repoze-what-quickstart +Summary: %summary Requires: python-repoze-what >= 1.0.3 Requires: python-repoze-who, python-repoze-who-plugins-sa, python-repoze-what-plugins-sql Requires: python-repoze-who-friendlyform +%{?python_provide:%python_provide python2-repoze-what-quickstart} -%description -This plugin allows you to take advantage of a rather simple, and usual, -authentication and authorization setup, in which the users’ data, the groups -and the permissions used in the application are all stored in a SQLAlchemy -or Elixir-managed database. - -Put simply, it configures repoze.who and repoze.what in one go so that you -can have an authentication and authorization system working quickly – hence -the name. +%description -n python2-repoze-what-quickstart %_description %prep %setup -q -n repoze.what-quickstart-%{version} @@ -44,7 +52,7 @@ rm -rf %{buildroot} %clean rm -rf %{buildroot} -%files +%files -n python2-repoze-what-quickstart %defattr(-,root,root,-) %doc README.txt # Need to own this dir, nothing else in our dep chain does @@ -52,6 +60,10 @@ rm -rf %{buildroot} %{python_sitelib}/repoze.what_quickstart* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.0.9-13 +- Python 2 binary package renamed to python2-repoze-what-quickstart + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.0.9-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild