[python-progressbar] upstream 2.3

Christof Damian cdamian at fedoraproject.org
Sat Apr 27 10:40:20 UTC 2013


commit c7c51e6756ea0f766cc7f1b124866afd00a8e0ec
Author: Christof Damian <christof at damian.net>
Date:   Sat Apr 27 12:30:09 2013 +0200

    upstream 2.3

 .gitignore              |    1 +
 python-progressbar.spec |   21 ++++++++++++---------
 sources                 |    2 +-
 3 files changed, 14 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4eb2587..d2c146b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 progressbar-2.2.tar.gz
+/progressbar-2.3.tar.gz
diff --git a/python-progressbar.spec b/python-progressbar.spec
index 241ccee..200b9f9 100644
--- a/python-progressbar.spec
+++ b/python-progressbar.spec
@@ -1,19 +1,20 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 %define realname progressbar
 
 Name:           python-%{realname}
-Version:        2.2
-Release:        12%{?dist}
+Version:        2.3
+Release:        1%{?dist}
 Summary:        Text progressbar library for python
 
 Group:          Development/Libraries
 License:        LGPLv2+ 
-URL:            http://pypi.python.org/pypi/%{realname}/
-Source0:        http://pypi.python.org/packages/source/p/%{realname}/%{realname}-%{version}.tar.gz
+URL:            http://code.google.com/p/%{name}/
+Source0:        http://%{name}.googlecode.com/files/%{realname}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel
+BuildRequires:  python-setuptools
 BuildArch:      noarch
 
 %description
@@ -23,7 +24,7 @@ display the progress of a long running operation, providing a visual clue that
 processing is under way.
 
 The progressbar module is very easy to use, yet very powerful. And 
-automatically supports features like auto-resizing when available.
+automatically supports features like auto-re-sizing when available.
 
 %prep
 %setup -q -n %{realname}-%{version}
@@ -36,7 +37,6 @@ automatically supports features like auto-resizing when available.
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
-chmod 0755 $RPM_BUILD_ROOT/%{python_sitelib}/progressbar.py
  
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -44,11 +44,14 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE
-%doc README
+%doc LICENSE.txt
+%doc README.txt
 %{python_sitelib}/*
 
 %changelog
+* Sat Apr 27 2013 Christof Damian <christof at damian.net> - 2.3-1
+- upstream 2.3
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 4c95590..f858c07 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8ea4e2c17a8ec9e7d153767c5f2a7b28  progressbar-2.2.tar.gz
+4f904e94b783b4c6e71aa74fd2432c59  progressbar-2.3.tar.gz


More information about the scm-commits mailing list