rpms/python-progressbar/F-10 import.log, NONE, 1.1 python-progressbar.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Christof Damian cdamian at fedoraproject.org
Wed Jan 14 21:14:55 UTC 2009


Author: cdamian

Update of /cvs/pkgs/rpms/python-progressbar/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9967/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-progressbar.spec 
Log Message:
initial import of python-progressbar-2.2-5 from the package review



--- NEW FILE import.log ---
python-progressbar-2_2-5_fc10:F-10:python-progressbar-2.2-5.fc10.src.rpm:1231967371


--- NEW FILE python-progressbar.spec ---
%{!?python_sitelib: %define 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:        5%{?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
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  python-devel
BuildArch:      noarch

%description

This library provides a text mode progress bar. This is typically used to 
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.

%prep
%setup -q -n %{realname}-%{version}


%build
%{__python} setup.py build


%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


%files
%defattr(-,root,root,-)
%doc LICENSE
%doc README
%{python_sitelib}/*

%changelog
* Thu Jan 8 2009 Christof Damian <christof at damian.net> 2.2-5
- don't include sitelib in files 

* Thu Jan 8 2009 Christof Damian <christof at damian.net> 2.2-4
- change the attributes of progressbar.py in install

* Thu Jan 8 2009 Christof Damian <christof at damian.net> 2.2-3
- changed attributes for progressbar.py, it contains excuteable examples

* Tue Jan 6 2009 Christof Damian <christof at damian.net> 2.2-2
- remove version from upstream url

* Sat Jan 3 2009 Christof Damian <christof at damian.net> 2.2-1
- initial spec file


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-progressbar/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	11 Jan 2009 17:20:25 -0000	1.1
+++ .cvsignore	14 Jan 2009 21:14:24 -0000	1.2
@@ -0,0 +1 @@
+progressbar-2.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-progressbar/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Jan 2009 17:20:25 -0000	1.1
+++ sources	14 Jan 2009 21:14:24 -0000	1.2
@@ -0,0 +1 @@
+8ea4e2c17a8ec9e7d153767c5f2a7b28  progressbar-2.2.tar.gz




More information about the fedora-extras-commits mailing list