source: projects/specs/trunk/p/python-sexy/python-sexy-vl.spec @ 8158

Revision 8158, 3.1 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

Line 
1#%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
2%define real_name sexy-python
3Name:           python-sexy
4Version:        0.1.9
5Release:        7%{?_dist_release}
6
7Summary:        Python bindings to libsexy
8Summary(ja):    libsexy の Python バインディング
9
10Group:          System Environment/Libraries
11License:        LGPL
12URL:            http://www.chipx86.com/wiki/Libsexy
13Source0:        http://releases.chipx86.com/libsexy/sexy-python/sexy-python-%{version}.tar.gz
14BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
15
16BuildRequires:  libsexy-devel >= 0.1.10
17BuildRequires:  python-devel >= 2
18BuildRequires:  pygtk2-devel >= 2.8.0
19BuildRequires:  libxml2-devel
20Requires:  libsexy >= 0.1.10
21
22Vendor: Project Vine
23Distribution: Vine Linux
24
25
26%description
27sexy-python is a set of Python bindings around libsexy.
28
29
30%prep
31%setup -q -n  %{real_name}-%{version}
32
33%build
34%configure --enable-docs
35make %{?_smp_mflags}
36
37
38%install
39rm -rf $RPM_BUILD_ROOT
40make DESTDIR=${RPM_BUILD_ROOT} install
41find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
42
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47
48
49%files
50%defattr(-, root, root, -)
51%doc AUTHORS COPYING ChangeLog NEWS README
52%{python_sitearch}/gtk-2.0/sexy.so
53%{_datadir}/pygtk/2.0/defs/sexy.defs
54
55
56%changelog
57* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.9-7
58- rebuild with VineSeed environment
59
60* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.9-6
61- rebuild with python-2.7.2
62
63* Sat Apr 16 2011 Shu KONNO <owa@bg.wakwak.com> 0.1.9-5
64- rebuilt with rpm-4.8.1-3
65
66* Tue Feb 02 2010 Shu KONNO <owa@bg.wakwak.com> 0.1.9-4
67- rebuild with python-2.6
68
69* Sat Jun 06 2009 Shu KONNO <owa@bg.wakwak.com> 0.1.9-3
70- spec in utf-8
71- chmod -x spec-file
72- use rpm macro: system python_sitearch
73
74* Wed Jul 23 2008 Shu KONNO <owa@bg.wakwak.com> 0.1.9-2
75- rebuilt with python-2.5.2
76
77* Wed Jun 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.9-1
78- initial build for Vine Linux
79
80* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.1.9-5
81- Autorebuild for GCC 4.3
82
83* Fri May 04 2007 Ha誰kel Gu辿mar <karlthered@gmail.com> - 0.1.9-4
84- Rebuild on ppc64
85
86* Sat Dec 23 2006 Jason L Tibbitts III <tibbs@math.uh.edu> - 0.1.9-3
87- Rebuild with Python 2.5.
88
89* Thu Oct 26 2006 Ha誰kel Gu辿mar <karlthered@gmail.com> - 0.1.9-2
90- fixed requires that asked libsexy-devel instead of libsexy.
91
92* Tue Oct 17 2006 Ha誰kel Gu辿mar <karlthered@gmail.com> - 0.1.9-1
93- updated to 0.1.9, license file issue has been fixed upstream
94
95* Tue Sep 12 2006 Ha誰kel Gu辿mar <karlthered@gmail.com> - 0.1.8-5
96- rebuild for FC6
97
98* Thu Aug 17 2006 Ha誰kel Gu辿mar <karlthered@gmail.com> - 0.1.8-4
99- Added quiet extraction of source tarball, some cleaning to the spec file
100
101* Sun Aug 13 2006 Ha誰kel Gu辿mar <karlthered@gmail.com> - 0.1.8-3
102- fixed some rpmlint issues, add a patch to correct the license file
103
104* Fri May 26 2006 Ha誰kel Gu辿mar <karlthered@gmail.com> - 0.1.8-2
105- Some cleaning to the spec file
106
107* Mon May 22 2006 Karl <karlthered@gmail.com> - 0.1.8-1
108- First Packaging
Note: See TracBrowser for help on using the repository browser.