[python-typepad] changes lines and new upstream version

Luis Enrique Bazán De León lbazan at fedoraproject.org
Wed Aug 1 16:18:48 UTC 2012


commit 5feae2a512f5a8d44d53a586acd54002b58a91d3
Author: Luis Bazan <lbazan at fedoraproject.org>
Date:   Wed Aug 1 11:19:33 2012 -0500

    changes lines and new upstream version

 python-typepad.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/python-typepad.spec b/python-typepad.spec
index b40153a..c09f967 100644
--- a/python-typepad.spec
+++ b/python-typepad.spec
@@ -1,14 +1,14 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-typepad
-Version:        1.1.2
-Release:        5%{?dist}
+Version:        2.0
+Release:        1%{?dist}
 Summary:        Connectivity to the TypePad API through remote objects
 
 Group:          Development/Languages
 License:        BSD
 URL:            http://sixapart.github.com/python-typepad-api/
-Source0:        http://pypi.python.org/packages/source/t/typepad/typepad-%{version}.tar.gz
+Source0:        http://pypi.python.org/packages/source/t/%{pkgname}/%{pkgname}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -21,7 +21,7 @@ content objects and an OAuth client for making authenticated requests to
 the API.
 
 %prep
-%setup -q -n typepad-%{version}
+%setup -q -n %{pkgname}-%{version}
 
 
 %build


More information about the scm-commits mailing list