rpms/python-tidy/F-8 python-tidy.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Terje Røsten (terjeros) fedora-extras-commits at redhat.com
Sun Feb 17 18:12:27 UTC 2008


Author: terjeros

Update of /cvs/extras/rpms/python-tidy/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10531/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	python-tidy.spec 
Log Message:
Importing python-tidy: F-7 F-8.




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

%define oname uTidylib

Summary:       Python wrapper for tidy, from the HTML tidy project
Name:          python-tidy
Version:       0.2
Release:       3
License:       MIT
Group:         Development/Languages
URL:           http://utidylib.berlios.de/
Source0:       http://download.berlios.de/utidylib/%{oname}-%{version}.zip
Requires:      python >= 2.5 libtidy >= 0.99.0
BuildRequires: python-devel >= 2.5
BuildArch:     noarch
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
Python wrapper (bindings) for tidylib, this allows you to tidy HTML
files through a Pythonic interface.

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

%build
%{__python} setup.py build

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

%clean
%{__rm} -rf %{buildroot}

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

%changelog
* Sun Feb 17 2008 Terje Rosten <terjeros at phys.ntnu.no> - 0.2-3
- Fix license (again)

* Sun Feb 17 2008 Terje Rosten <terjeros at phys.ntnu.no> - 0.2-2
- Simplify %%files
- Fix license, req and group

* Sat Feb 16 2008 Terje Rosten <terjeros at phys.ntnu.no> - 0.2-1
- Initial build.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-tidy/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Feb 2008 17:32:28 -0000	1.1
+++ .cvsignore	17 Feb 2008 18:11:52 -0000	1.2
@@ -0,0 +1 @@
+uTidylib-0.2.zip


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-tidy/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Feb 2008 17:32:28 -0000	1.1
+++ sources	17 Feb 2008 18:11:52 -0000	1.2
@@ -0,0 +1 @@
+c9f16988f92ef660f46523192ef37462  uTidylib-0.2.zip




More information about the fedora-extras-commits mailing list