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

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