rpms/python-Lightbox/EL-5 import.log, NONE, 1.1 python-Lightbox.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Itamar Reis Peixoto itamarjp at fedoraproject.org
Sun Jul 26 02:50:27 UTC 2009


Author: itamarjp

Update of /cvs/pkgs/rpms/python-Lightbox/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3555/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-Lightbox.spec 
Log Message:
initial rpm version



--- NEW FILE import.log ---
python-Lightbox-2_1-2_fc12:EL-5:python-Lightbox-2.1-2.fc12.src.rpm:1248565782


--- NEW FILE python-Lightbox.spec ---
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?pyver: %global pyver %(%{__python} -c "import sys ; print sys.version[:3]")}

Name:           python-Lightbox
Version:        2.1
Release:        2%{?dist}
Summary:        Lightbox photo display widget

Group:          Development/Libraries
License:        MIT
URL:            http://pypi.python.org/pypi/Lightbox/2.1
Source0:        http://pypi.python.org/packages/source/L/Lightbox/Lightbox-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  TurboGears python-devel
Requires:       TurboGears
Requires:       python-Scriptaculous


%description
Lightbox is a TurboGears widget wrapper for the Lightbox2 JavaScript
library by Lokesh Dhakar.
It displays a thumbnail image which, when clicked, opens an overlay
popup window for viewing the linked image in full size.
You can also browse through several Lightbox images that are grouped together

%prep
%setup -q -n Lightbox-%{version}
rm -rf tests

%build
%{__python} setup.py build


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

#fix wrong permissions script-without-shebang rpmlint warning
%{__chmod} 0644 %{buildroot}%{python_sitelib}/lightbox/static/javascript/lightbox.js
%{__chmod} 0644 %{buildroot}%{python_sitelib}/lightbox/static/css/lightbox.css

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README.txt PKG-INFO
%{python_sitelib}/Lightbox-%{version}-py%{pyver}.egg-info
%{python_sitelib}/lightbox/

%changelog
* Fri Jul 17 2009 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 2.1-2
- fix BZ #508511 Comment #1 From jussi.lehtola at iki.fi - dir listed twice
- fix BZ #508511 Comment #5 From panemade at gmail.com   - rpmlint messages

* Sat Jun 27 2009 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 2.1-1
- Initial RPM version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-Lightbox/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	23 Jul 2009 16:39:02 -0000	1.1
+++ .cvsignore	26 Jul 2009 02:50:27 -0000	1.2
@@ -0,0 +1 @@
+Lightbox-2.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-Lightbox/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	23 Jul 2009 16:39:02 -0000	1.1
+++ sources	26 Jul 2009 02:50:27 -0000	1.2
@@ -0,0 +1 @@
+23068b8660a910c79f8b3f3bd4041aff  Lightbox-2.1.tar.bz2




More information about the fedora-extras-commits mailing list