python-sexy/python-sexy.spec

60 lines
1.6 KiB
RPMSpec
Raw Permalink Normal View History

Name: python-sexy
Version: 0.1.9
Release: 3mamba
Summary: Python binding to libsexy
Group: System/Libraries/Python
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://releases.chipx86.com/libsexy/sexy-python
Source: http://releases.chipx86.com/libsexy/sexy-python/sexy-python-%{version}.tar.gz
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libatk-devel
BuildRequires: libcairo-devel
BuildRequires: libglib-devel
BuildRequires: libgtk-devel
BuildRequires: libpango-devel
BuildRequires: libpython-devel
BuildRequires: libsexy-devel
BuildRequires: libxml2-devel
BuildRequires: pygtk-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Python binding to libsexy.
%prep
%setup -q -n sexy-python-%{version}
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_libdir}/python?.?/site-packages/gtk-2.0/sexy.la
%{_libdir}/python?.?/site-packages/gtk-2.0/sexy.so
%{_datadir}/pygtk/2.0/defs/sexy.defs
%doc AUTHORS COPYING ChangeLog NEWS README
%changelog
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.9-3mamba
- python 2.7 mass rebuild
* Thu Dec 11 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.9-2mamba
- rebuilt with python 2.6
* Sun May 18 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.9-1mamba
- package created by autospec