diff --git a/python-yapsy.spec b/python-yapsy.spec index ab3af15..c52fa8b 100644 --- a/python-yapsy.spec +++ b/python-yapsy.spec @@ -2,14 +2,15 @@ %global projectname Yapsy %global productname yapsy Name: python-yapsy -Version: 1.10.2 -Release: 5%{?dist} +Version: 1.10.423 +Release: 1%{?dist} Summary: A simple plugin system for Python applications Group: Development/Libraries License: BSD and CC-BY-SA URL: http://yapsy.sourceforge.net -Source0: http://downloads.sourceforge.net/project/%{productname}/%{projectname}-%{version}/%{projectname}-%{version}-pythons2n3.tar.gz +Source0: http://downloads.sourceforge.net/project/%{productname}/%{projectname}-%{version}/%{projectname}-%{version}.tar.gz +BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools BuildRequires: python-sphinx @@ -30,6 +31,7 @@ Documentation for yapsy, a simple plugin system for Python applications. %package -n python3-yapsy Summary: A simple plugin system for Python3 applications. Group: Development/Libraries +BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-yapsy @@ -46,7 +48,7 @@ Documentation for yapsy, a simple plugin system for python3 applications. %prep -%setup -qn %{projectname}-%{version}-pythons2n3 +%setup -qn %{projectname}-%{version} %build %{__python2} setup.py build @@ -83,6 +85,9 @@ mv build build-py3 %doc src3/package/{README.txt,LICENSE.txt,CHANGELOG.txt} build-py3/sphinx/html/*.html build-py3/sphinx/html/{_sources,_static} %changelog +* Tue Jun 17 2014 Pete Travis - 1.10.423-1 +- Updating to upstream release 1.10.423 + * Sun Jun 08 2014 Fedora Release Engineering - 1.10.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild