source: projects/specs/trunk/p/python-logilab-common/python-logilab-common-vl.spec @ 6011

Revision 6011, 4.9 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

Line 
1Name:           python-logilab-common
2Version:        0.57.1
3Release:        1%{?_dist_release}
4Summary:        Common libraries for Logilab projects
5
6Group:          Development/Libraries
7License:        GPLv2+
8URL:            http://www.logilab.org/projects/common
9Source0:        ftp://ftp.logilab.org/pub/common/logilab-common-%{version}.tar.gz
10BuildArch:      noarch
11BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
12
13BuildRequires:  python-devel python-setuptools python-unittest2
14Requires:       python-egenix-mx-base
15
16
17%description
18This package contains several modules providing low level functionality
19shared among some python projects developed by logilab.
20
21
22%prep
23%setup -q -n logilab-common-%{version}
24
25
26%build
27%{__python} setup.py build
28
29
30%install
31rm -rf $RPM_BUILD_ROOT
32%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
33rm -rf $RPM_BUILD_ROOT%{_python_sitelib}/logilab/common/test
34
35%check
36%{__python} setup.py test
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41
42%files
43%defattr(-,root,root,-)
44%doc README ChangeLog COPYING
45%{python_sitelib}/logilab*
46%{_bindir}/*
47
48
49%changelog
50* Wed Apr 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.57.1-1
51- initial build for Vine Linux
52
53
54* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.57.1-2
55- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
56
57* Fri Nov 18 2011 Brian C. Lane <bcl@redhat.com> - 0.57.1-1
58- Upstream 0.57.1
59
60* Fri Jul 29 2011 Brian C. Lane <bcl@redhat.com> - 0.56.0-1
61- Upstream 0.56.0
62
63* Mon Mar 28 2011 Brian C. Lane <bcl@redhat.com> - 0.55.1-1
64- Upstream 0.55.1
65- Add unit tests to spec
66
67* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.53.0-2
68- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
69
70* Mon Nov 29 2010 Brian C. Lane <bcl@redhat.com> - 0.53.0-1
71- Upstream 0.53.0
72
73* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.50.3-2
74- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
75
76* Thu Jul 08 2010 Brian C. Lane <bcl@brdhat.com> - 0.50.3-1
77- Upstream 0.50.3
78
79* Fri Mar 26 2010 Brian C. Lane <bcl@redhat.com> - 0.49.0-2
80- Add python-setuptools to BuildRequires
81
82* Thu Mar 25 2010 Brian C. Lane <bcl@redhat.com> - 0.49.0-1
83- Upstream 0.49.0
84
85* Sun Aug 30 2009 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.45.0-1
86- Upstream 0.45.0 (small enhancements and bugfixes)
87
88* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.41.0-3
89- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
90
91* Wed Jun 17 2009 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.41.0-2
92- Upstream 0.41.0
93- Bugfixes and a few minor new features
94
95* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.38.0-2
96- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
97
98* Wed Jan 28 2009 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.38.0-1
99- Upstream 0.38.0
100
101* Tue Dec 30 2008 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.37.0-1
102- Upstream 0.37.0
103
104* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.32.0-2
105- Rebuild for Python 2.6
106
107* Mon Jun 30 2008 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.32.0-1
108- Upstream 0.32.0
109
110* Sun Feb 17 2008 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.28.0-1
111- Upstream 0.28.0
112
113* Thu Jan 17 2008 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.26.1-1
114- Upstream 0.26.1
115- Package egg-info and other files.
116
117* Mon Dec 24 2007 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.25.2-1
118- Upstream 0.25.2
119
120* Sun Nov 18 2007 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.24.0-1
121- Upstream 0.24.0
122- Adjust license to the new standard
123
124* Sun Apr 01 2007 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.21.2-1
125- Upstream 0.21.2
126
127* Sun Dec 17 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.21.0-1
128- Upstream 0.21.0
129- Include COPYING with docs
130
131* Tue Sep 26 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.19.2-1
132- Upstream 0.19.2
133- Ghostbusting
134- Require mx
135
136* Mon May 01 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.15.0-1
137- Version 0.15.0
138
139* Sun Mar 12 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.14.1-2
140- Also handle __init__.pyc and __init__.pyo
141
142* Sun Mar 12 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.14.1-1
143- Version 0.14.1
144
145* Thu Jan 12 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.13.0-1
146- Version 0.13.0
147- astng no longer part of the package
148
149* Thu Nov 17 2005 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.12.0-1
150- Version 0.12.0
151
152* Mon Jun 13 2005 Konstantin Ryabitsev <icon@linux.duke.edu> - 0.10.0-1
153- Version 0.10.0.
154- Disttagging.
155
156* Thu May 05 2005 Konstantin Ryabitsev <icon@linux.duke.edu> - 0.9.3-3
157- Fix paths.
158
159* Tue Apr 26 2005 Konstantin Ryabitsev <icon@linux.duke.edu> - 0.9.3-2
160- Ghost .pyo files.
161- Get rid of test, which doesn't do anything.
162
163* Fri Apr 22 2005 Konstantin Ryabitsev <icon@linux.duke.edu> - 0.9.3-1
164- Initial packaging.
Note: See TracBrowser for help on using the repository browser.