From 13117d0bb9e4b362323206f11fee54d7f1733632 Mon Sep 17 00:00:00 2001 From: G.Balaji Date: Mar 22 2011 15:35:52 +0000 Subject: Initial import (688659). --- diff --git a/.gitignore b/.gitignore index e69de29..235be5a 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/thunarx-python-0.2.3.tar.bz2 diff --git a/sources b/sources index e69de29..aee70db 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +6154df9ab701ec3aba6de251011a3d00 thunarx-python-0.2.3.tar.bz2 diff --git a/thunarx-python.spec b/thunarx-python.spec new file mode 100644 index 0000000..79eea3a --- /dev/null +++ b/thunarx-python.spec @@ -0,0 +1,58 @@ +Name: thunarx-python +Version: 0.2.3 +Release: 3%{?dist} +Summary: Python bindings for the Thunar Extension Framework + +Group: System Environment/Libraries +License: LGPLv2+ +URL: http://goodies.xfce.org/projects/bindings/thunarx-python +Source0: http://archive.xfce.org/src/bindings/thunarx-python/0.2/thunarx-python-0.2.3.tar.bz2 +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) + +BuildRequires: Thunar-devel >= 0.4.0 +BuildRequires: pygtk2-devel >= 2.6.0 +BuildRequires: pygobject2-devel >= 2.6.0 +BuildRequires: gnome-python2-devel >= 2.12.0 +BuildRequires: gtk-doc + +%description +These bindings allow one to create python plugins for Thunar. + +%prep +%setup -q + + +%build +%configure --enable-gtk-doc +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT +rm -f $RPM_BUILD_ROOT%{_libdir}/*/*.la + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc AUTHORS COPYING ChangeLog NEWS README +%{_libdir}/thunarx-2/ +%{_libdir}/thunarx-python/ +%doc %{_datadir}/gtk-doc/ +%doc %{_datadir}/doc/thunarx-python/ + + + + +%changelog + +* Tue Mar 21 2011 G.Balaji 0.2.3-3 +- Addressed Second level of Review Comments. +* Tue Mar 21 2011 G.Balaji 0.2.3-2 +- Addressed Review Comments. +* Tue Mar 15 2011 G.Balaji 0.2.3-1 +- Initial Version.