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