python 2.7 mass rebuild [release 0.1.9-3mamba;Fri May 17 2013]

This commit is contained in:
Silvan Calarco 2024-01-05 16:39:22 +01:00
parent 7c5b67654e
commit eb8d69dee7
2 changed files with 61 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# python-sexy # python-sexy
Python binding to libsexy.

59
python-sexy.spec Normal file
View File

@ -0,0 +1,59 @@
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