update to 1.2.2 [release 1.2.2-1mamba;Wed Mar 18 2015]

This commit is contained in:
Silvan Calarco 2024-01-05 17:47:06 +01:00
parent 38bd220dd1
commit 5523d5c772

View File

@ -1,15 +1,15 @@
%define libname lib%{name}
Name: shiboken
Version: 1.1.2
Release: 2mamba
Version: 1.2.2
Release: 1mamba
Summary: The plugin for Generator Runner that creates the PySide bindings source files from Qt headers and auxiliary files
Group: Development/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: http://www.pyside.org/docs/pyside/howto-build/shiboken.html
Source: http://www.pyside.org/files/shiboken-%{version}.tar.bz2
Source: https://pypi.python.org/packages/source/S/Shiboken/Shiboken-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -48,14 +48,16 @@ The Shiboken Generator library.
This package contains static libraries and header files need for development.
%prep
%setup -q
%setup -q -n Shiboken-%{version}
%build
cd sources/shiboken
%cmake -d build
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
cd sources/shiboken
%makeinstall -C build
%clean
@ -69,7 +71,7 @@ This package contains static libraries and header files need for development.
%{_bindir}/*
#%{_libdir}/generatorrunner/*.so
%{_mandir}/man1/shiboken.1.gz
%doc COPYING ChangeLog
%doc sources/shiboken/COPYING
%files -n %{libname}
%defattr(-,root,root)
@ -84,6 +86,9 @@ This package contains static libraries and header files need for development.
%{_libdir}/pkgconfig/*.pc
%changelog
* Wed Mar 18 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.2-1mamba
- update to 1.2.2
* Fri May 24 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.2-2mamba
- python 2.7 rebuild