[python-yapsy] first commit for 1.10.423

Pete Travis immanetize at fedoraproject.org
Tue Jun 17 05:21:58 UTC 2014


commit d35736faddf56ec2a1526742c46bf93b15d1a692
Author: Pete Travis <immanetize at fedoraproject.org>
Date:   Mon Jun 16 22:33:25 2014 -0600

    first commit for 1.10.423

 python-yapsy.spec |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)
---
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 <immanetize at fedoraproject.org> - 1.10.423-1
+- Updating to upstream release 1.10.423
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.10.2-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list