source: projects/specs/trunk/t/thunarx-python/thunarx-python-vl.spec @ 5711

Revision 5711, 1.8 KB checked in by kudoh, 12 years ago (diff)

thunarx-python-vl.spec

Line 
1Name:   thunarx-python
2Version: 0.3.0
3Release: 2%{?_dist_release}
4Summary: Python bindings for the Thunar Extension Framework
5Summary(ja): Thunar 機能拡張フレームワーク用の Python バインディング
6
7Group:  System Environment/Libraries
8License: LGPLv2+       
9URL: http://goodies.xfce.org/projects/bindings/thunarx-python
10Source0: http://archive.xfce.org/src/bindings/thunarx-python/0.3/%{name}-%{version}.tar.bz2
11
12BuildRoot: %{_tmppath}/%{name}-%{version}-root
13
14BuildRequires: gtk2-devel >= 2.6.0
15BuildRequires: Thunar-devel >= 0.4.0
16BuildRequires: pygtk2-devel >= 2.6.0
17BuildRequires: pygobject-devel
18BuildRequires: pygobject-doc
19BuildRequires: python-devel
20BuildRequires: gnome-python-devel >= 2.12.0
21BuildRequires: gtk-doc
22
23Requires: Thunar
24
25%description
26These bindings allow one to create python plugins for Thunar.
27
28%prep
29%setup -q
30
31
32%build
33%configure --enable-gtk-doc
34make %{?_smp_mflags}
35
36
37%install
38rm -rf $RPM_BUILD_ROOT
39make install DESTDIR=$RPM_BUILD_ROOT
40rm -f $RPM_BUILD_ROOT%{_libdir}/*/*.la
41
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46
47%files
48%defattr(-,root,root,-)
49%doc AUTHORS COPYING ChangeLog NEWS README
50%{_libdir}/thunarx-2/
51%{_libdir}/thunarx-python/
52%doc %{_datadir}/gtk-doc/
53%doc %{_datadir}/doc/thunarx-python/
54
55
56%changelog
57* Tue Feb 21 2012 Toshiharu kudoh <toshi.kd2@gmail.com> 0.3.0-2
58- rebuilt with python-2.7
59
60* Wed Feb 08 2012 Toshiharu kudoh <toshi.kd2@gmail.com> 0.3.0-1
61- initial build for Vine Linux
62
63* Tue Mar 22 2011 G.Balaji <balajig81@gmail.com> 0.2.3-3.1
64- Addressed build issues for fedora_14.
65* Tue Mar 21 2011 G.Balaji <balajig81@gmail.com> 0.2.3-3
66- Addressed Second level of Review Comments.
67* Tue Mar 21 2011 G.Balaji <balajig81@gmail.com> 0.2.3-2
68- Addressed Review Comments.
69* Tue Mar 15 2011 G.Balaji <balajig81@gmail.com> 0.2.3-1
70- Initial Version.
Note: See TracBrowser for help on using the repository browser.