| [5593] | 1 | Name: thunarx-python |
|---|
| 2 | Version: 0.3.0 |
|---|
| [5711] | 3 | Release: 2%{?_dist_release} |
|---|
| [5593] | 4 | Summary: Python bindings for the Thunar Extension Framework |
|---|
| 5 | Summary(ja): Thunar 機能拡張フレームワーク用の Python バインディング |
|---|
| 6 | |
|---|
| 7 | Group: System Environment/Libraries |
|---|
| 8 | License: LGPLv2+ |
|---|
| 9 | URL: http://goodies.xfce.org/projects/bindings/thunarx-python |
|---|
| 10 | Source0: http://archive.xfce.org/src/bindings/thunarx-python/0.3/%{name}-%{version}.tar.bz2 |
|---|
| 11 | |
|---|
| 12 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 13 | |
|---|
| 14 | BuildRequires: gtk2-devel >= 2.6.0 |
|---|
| 15 | BuildRequires: Thunar-devel >= 0.4.0 |
|---|
| 16 | BuildRequires: pygtk2-devel >= 2.6.0 |
|---|
| 17 | BuildRequires: pygobject-devel |
|---|
| 18 | BuildRequires: pygobject-doc |
|---|
| 19 | BuildRequires: python-devel |
|---|
| 20 | BuildRequires: gnome-python-devel >= 2.12.0 |
|---|
| 21 | BuildRequires: gtk-doc |
|---|
| 22 | |
|---|
| 23 | Requires: Thunar |
|---|
| 24 | |
|---|
| 25 | %description |
|---|
| 26 | These bindings allow one to create python plugins for Thunar. |
|---|
| 27 | |
|---|
| 28 | %prep |
|---|
| 29 | %setup -q |
|---|
| 30 | |
|---|
| 31 | |
|---|
| 32 | %build |
|---|
| 33 | %configure --enable-gtk-doc |
|---|
| 34 | make %{?_smp_mflags} |
|---|
| 35 | |
|---|
| 36 | |
|---|
| 37 | %install |
|---|
| 38 | rm -rf $RPM_BUILD_ROOT |
|---|
| 39 | make install DESTDIR=$RPM_BUILD_ROOT |
|---|
| 40 | rm -f $RPM_BUILD_ROOT%{_libdir}/*/*.la |
|---|
| 41 | |
|---|
| 42 | |
|---|
| 43 | %clean |
|---|
| 44 | rm -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 |
|---|
| [5711] | 57 | * Tue Feb 21 2012 Toshiharu kudoh <toshi.kd2@gmail.com> 0.3.0-2 |
|---|
| 58 | - rebuilt with python-2.7 |
|---|
| 59 | |
|---|
| [5593] | 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. |
|---|