source: projects/specs/trunk/p/python-genshi/python-genshi-vl.spec @ 5701

Revision 5701, 1.8 KB checked in by Takemikaduchi, 12 years ago (diff)

python-2.7.2

Line 
1%{!?python_sitearch:    %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
2
3%define ver 0.6
4%define rel 3
5
6Summary: Python toolkit for generation of output for the web
7Name: python-genshi
8Version: %{ver}
9Release: %{rel}%{?_dist_release}
10Source0: http://ftp.edgewall.com/pub/genshi/Genshi-%{version}.tar.gz
11License: modified BSD-style License
12Group: Development/Libraries
13URL: http://genshi.edgewall.org/
14
15BuildRoot: %{_tmppath}/%{name}-%{version}-root
16Requires: python-babel >= 0.8 python-setuptools >= 0.6a2
17BuildRequires: python-devel
18BuildRequires: python-babel >= 0.8 python-setuptools >= 0.6a2
19BuildArch: noarch
20
21Vendor: Project Vine
22Distribution: Vine Linux
23
24
25%description
26Genshi is a Python library that provides an integrated set of components for parsing, generating, and processing HTML, XML or other textual content for output generation on the web.
27
28%prep
29%setup -q -n Genshi-%{version}
30
31%build
32python setup.py build
33
34%install
35%{__rm} -rf ${RPM_BUILD_ROOT}
36python setup.py install --root=${RPM_BUILD_ROOT}
37
38
39%clean
40%{__rm} -rf ${RPM_BUILD_ROOT}
41
42
43%files
44%defattr(-,root,root)
45%doc COPYING ChangeLog README.txt doc examples
46##%{python_sitearch}/Genshi-*.egg-info
47##%{python_sitearch}/genshi
48%{python_sitelib}/Genshi-*.egg-info
49%{python_sitelib}/genshi
50
51
52%changelog
53* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-3
54- rebuild with python-2.7.2
55
56* Wed Apr 13 2011 Shu KONNO <owa@bg.wakwak.com> 0.6-2
57- fixed python path
58- added BuildArch: noarch
59
60* Sun Apr 10 2011 IWAI, Masaharu <iwai@alib.jp> 0.6-1
61- new upstream release
62- add BuildRequires: python-devel
63
64* Tue Feb 02 2010 Shu KONNO <owa@bg.wakwak.com> 0.5.1-2
65- rebuild with python-2.6
66
67* Sun Apr  5 2009 IWAI, Masaharu <iwai@alib.jp> 0.5.1-1
68- initial release
69
Note: See TracBrowser for help on using the repository browser.