Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37677217
en ru br
Репозитории ALT
5.1: 4.10-alt0.M51.1
4.1: 4.7.9-alt0.M41.1
+backports:4.7.6-alt1.M41.1
4.0: 4.5.2-alt1
3.0: 4.2.1-alt1
+backports:4.4.3-alt0.M30.1
www.altlinux.org/Changes

Группа :: Разработка/Python
Пакет: python-module-sip

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

%define version 4.4.3
%define release alt0.M30.1
#define snap_date 20051229
#define snap_rel 0

%setup_python_module sip

Summary: Python bindings generator for C++ class libraries
Name: %packagename
Version: %version
License: PSF
Group: Development/Python

%ifdef snap_date
Release: %release.snap%snap_date.%snap_rel
Source0: %modulename-snapshot-%snap_date.tar.gz
%else
Release: %release
Source0: %modulename-%version.tar.gz
%endif

URL: http://www.riverbankcomputing.co.uk/sip/
Packager: Python Development Team <python at packages.altlinux.org>

Provides: %modulename = %version-%release
Obsoletes: %modulename <= 4.1-alt2.1

# Automatically added by buildreq on Tue Sep 21 2004

BuildRequires: xorg-x11-devel gcc-c++ libqt3-devel libstdc++-devel

%description
Generates Python bindings for C++ class libraries from a set of class
specification files.  Also includes a Python extension module needed by all
generated bindings.

%package devel
Requires: %name = %version-%release
Summary: Header files for sip
Group: Development/Python
Provides: %modulename-devel = %version-%release
%py_package_provides %modulename-devel = %version-%release
Obsoletes: %modulename-devel

%description devel
Header files for sip

%prep
%ifdef snap_date
%setup -n %modulename-snapshot-%snap_date
%else
%setup -n %modulename-%version
%endif

%build
%__python configure.py -d %python_sitelibdir
%make

%install
make DESTDIR=%buildroot install

%files
%_bindir/*
%python_sitelibdir/*
%doc README ChangeLog NEWS LICENSE

%files devel
%python_includedir/*
%doc doc/*

%changelog

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

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