rpms/python-squaremap/F-13 import.log, NONE, 1.1 python-squaremap.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

dmalcolm dmalcolm at fedoraproject.org
Thu Mar 4 19:47:35 UTC 2010


Author: dmalcolm

Update of /cvs/pkgs/rpms/python-squaremap/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29304/F-13

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-squaremap.spec 
Log Message:
Import from review SRPM



--- NEW FILE import.log ---
python-squaremap-1_0_0-0_2_b24_fc12:F-13:python-squaremap-1.0.0-0.2.b24.fc12.src.rpm:1267732056


--- NEW FILE python-squaremap.spec ---
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

%global alphatag b24

Name:           python-squaremap
Version:        1.0.0
Release:        0.2.%{alphatag}%{?dist}
Summary:        SquareMap for wxPython

Group:          Development/Libraries
License:        BSD
URL:            https://launchpad.net/squaremap
Source0:        http://pypi.python.org/packages/source/S/SquareMap/SquareMap-%{version}%{alphatag}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel

Requires:       wxPython

%description
A simple wxPython control to display hierarchic data as a recursive set of
nested squares, each of which represents the relative size of a given child
within its parent.

%prep
%setup -q -n SquareMap-%{version}%{alphatag}

# Delete pre-built egg-info:
rm -rf *.egg-info

%build
%{__python} setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

# squaremap.py can be run as a script, for testing purposes; it shows file
# sizes within a directory:
chmod +x $RPM_BUILD_ROOT/%{python_sitelib}/squaremap/squaremap.py
 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc
%{python_sitelib}/squaremap
%{python_sitelib}/SquareMap-*.egg-info


%changelog
* Tue Mar  2 2010 David Malcolm <dmalcolm at redhat.com> - 1.0.0-0.2.b24%{?dist}
- fix permissions for squaremap.py
- change group to Development/Libraries
- delete prebuilt egg-info, and explicitly list egginfo in %%files stanza to
ensure it is regenerated during the build

* Wed Feb 24 2010 David Malcolm <dmalcolm at redhat.com> - 1.0.0-0.1.b24
- initial package



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-squaremap/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	4 Mar 2010 01:03:17 -0000	1.1
+++ .cvsignore	4 Mar 2010 19:47:34 -0000	1.2
@@ -0,0 +1 @@
+SquareMap-1.0.0b24.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-squaremap/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	4 Mar 2010 01:03:17 -0000	1.1
+++ sources	4 Mar 2010 19:47:35 -0000	1.2
@@ -0,0 +1 @@
+cef66530225cc63caaf8b878020b333d  SquareMap-1.0.0b24.tar.gz



More information about the scm-commits mailing list