Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > main-release-src > by-pkgid > bdd319a4180d1ac1d04b3757a8df2867 > files > 1

python-sexy-0.1.9-4mdv2010.1.src.rpm

%define name python-sexy
%define version 0.1.9
%define release %mkrel 4
%define oname sexy-python

Summary: Python bingings for the sexy GTK+ widgets
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{oname}-%{version}.tar.bz2
License: LGPL
Group: Development/Python
Url: http://www.chipx86.com/wiki/Libsexy#sexy-python
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: pygtk2.0-devel
BuildRequires: libsexy-devel
Requires: pygtk2.0

%description
Sexy-python is a set of Python bindings around libsexy.

Libsexy is a collection of GTK+ widgets that extend the functionality
of such standard widgets as GtkEntry and GtkLabel by subclassing them
and working around the limitations of the widgets.

%prep
%setup -q -n %oname-%version

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
rm -f %buildroot%py_platsitedir/gtk-2.0/sexy.la

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS README NEWS
%py_platsitedir/gtk-2.0/sexy.so
%_datadir/pygtk/2.0/defs/sexy.defs


%changelog
* Wed Mar 17 2010 Oden Eriksson <oeriksson@mandriva.com> 0.1.9-4mdv2010.1
+ Revision: 523877
- rebuilt for 2010.1

* Sat Dec 27 2008 Funda Wang <fwang@mandriva.org> 0.1.9-3mdv2009.1
+ Revision: 319756
- rebuild for new python

* Mon Jun 16 2008 Thierry Vignaud <tv@mandriva.org> 0.1.9-2mdv2009.0
+ Revision: 219583
- rebuild
- kill re-definition of %%buildroot on Pixel's request

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

* Tue Aug 14 2007 Götz Waschk <waschk@mandriva.org> 0.1.9-1mdv2008.0
+ Revision: 62980
- Import python-sexy



* Tue Aug 14 2007 Götz Waschk <waschk@mandriva.org> 0.1.9-1mdv2008.0
- initial package