source: projects/specs/trunk/p/pyparsing/pyparsing-vl.spec @ 8154

Revision 8154, 2.6 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

Line 
1%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
2
3Name:           pyparsing
4Version:        1.5.0
5Release:        4%{?_dist_release}
6Summary:        An object-oriented approach to text processing
7Summary(ja):    オブジェクト指向のテキストパース用 Python モジュール
8
9Group:          Development/Libraries
10License:        MIT
11URL:            http://pyparsing.wikispaces.com/
12Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
13Source1:        pyparsing-LICENSE
14BuildRoot:      %{_tmppath}/%{name}-%{version}-root
15BuildArch:      noarch
16
17BuildRequires:  python-devel
18
19Vendor: Project Vine
20Distribution: Vine Linux
21
22%description
23pyparsing is a module that can be used to easily and directly configure syntax
24definitions for any number of text parsing applications.
25
26%prep
27%setup -q
28
29%build
30%{__python} setup.py build
31mv pyparsingClassDiagram.PNG pyparsingClassDiagram.png
32install -p -m 0644 %{SOURCE1} $RPM_BUILD_DIR/%{name}-%{version}/LICENSE
33
34%install
35rm -rf $RPM_BUILD_ROOT
36%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(-,root,root,-)
43%doc CHANGES docs examples HowToUsePyparsing.html htmldoc pyparsingClassDiagram.* README LICENSE
44%{python_sitelib}/pyparsing*egg-info
45%{python_sitelib}/pyparsing.py*
46
47
48%changelog
49* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.0-4
50- rebuild with VineSeed environment
51
52* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.0-3
53- rebuilt with python-2.7.2
54
55* Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 1.5.0-2
56- rebuilt with python-2.6.4
57
58* Sun Dec 28 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.5.0-1
59- initial build for Vine Linux based on fedora package
60
61* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.5.0-3
62- Rebuild for Python 2.6
63
64* Mon Aug  4 2008 José Matos <jamatos[AT]fc.up.pt> - 1.5.0-2
65- respun (now with the right sources)
66
67* Mon Aug  4 2008 José Matos <jamatos[AT]fc.up.pt> - 1.5.0-1
68- new upstream release.
69
70* Tue Apr  1 2008 José Matos <jamatos[AT]fc.up.pt> - 1.4.11-1
71- New upstream version, add egg-info for F9+.
72
73* Wed Aug 29 2007 José Matos <jamatos[AT]fc.up.pt> - 1.4.7-1
74- New upstream version.
75
76* Sat Apr 21 2007 José Matos <jamatos[AT]fc.up.pt> - 1.4.6-1
77- New upstream version.
78
79* Mon Dec 11 2006 José Matos <jamatos[AT]fc.up.pt> - 1.4.4-1
80- New upstream version.
81
82* Mon Sep 11 2006 José Matos <jamatos[AT]fc.up.pt> - 1.4.3-1
83- New version.
84
85* Wed Aug  3 2005 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 1.3-1
86- Initial RPM release
Note: See TracBrowser for help on using the repository browser.