From 5523d5c772677505c931be765d4e08d71b3d4501 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 17:47:06 +0100 Subject: [PATCH] update to 1.2.2 [release 1.2.2-1mamba;Wed Mar 18 2015] --- shiboken.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/shiboken.spec b/shiboken.spec index a928dd1..9d459a7 100644 --- a/shiboken.spec +++ b/shiboken.spec @@ -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 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 1.2.2-1mamba +- update to 1.2.2 + * Fri May 24 2013 Silvan Calarco 1.1.2-2mamba - python 2.7 rebuild