Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37423149
en ru br
Репозитории ALT
S:0-alt3.git.dafdb72
www.altlinux.org/Changes

Группа :: Разработка/C++
Пакет: pythonqt

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

Name: pythonqt
Version: 0
Release: alt2.git.dafdb72
Summary: CMake-ified version of PythonQt
License: LGPL-2.1
Group: Development/C++
Url: https://github.com/commontk/PythonQt

ExcludeArch: %arm

# https://github.com/commontk/PythonQt.git

Source: %name-%version.tar

Patch1: pythonqt-alt-install.patch
Patch2: pythonqt-alt-compat.patch
Patch3: pythonqt-python3.10.patch

BuildRequires: gcc-c++ cmake
BuildRequires: qt5-base-devel qt5-declarative-devel-static qt5-multimedia-devel qt5-svg-devel qt5-tools-devel-static qt5-xmlpatterns-devel
BuildRequires: python3-devel

%description
PythonQt is a dynamic Python binding for Qt.
It offers an easy way to embed the Python scripting language into your Qt applications.

%package -n lib%name
Summary: CMake-ified version of PythonQt
Group: System/Libraries

%description -n lib%name
PythonQt is a dynamic Python binding for Qt.
It offers an easy way to embed the Python scripting language into your Qt applications.

This package contains PythonQt shared libraries.

%package devel
Summary: CMake-ified version of PythonQt
Group: Development/C++
Requires: lib%name = %EVR

%description devel
PythonQt is a dynamic Python binding for Qt.
It offers an easy way to embed the Python scripting language into your Qt applications.

This package contains development files for PythonQt.

%prep
%setup
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
%cmake \
-DPythonQt_Wrap_QtAll:BOOL=ON \
%nil

%cmake_build

%install
%cmakeinstall_std

%files -n lib%name
%doc COPYING
%doc README.md
%_libdir/*.so.*

%files devel
%_includedir/*
%_libdir/*.so

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin