Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37871118
en ru br
Репозитории ALT
5.1: 2.06-alt2.1
4.1: 2.06-alt2.1
4.0: 2.06-alt2
3.0: 2.04-alt3
www.altlinux.org/Changes

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

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

# $Id: python-module-SAMPLE.spec 138 2004-03-26 23:17:36Z cray $
# vim: termencoding=koi8-r
# vim: encoding=utf-8
%define version 2.06
%define release alt2

%setup_python_module xmms

Summary: XMMS control bindings for Python
Summary(ru_RU.UTF-8): пёп©я─п╟п╡п╩п╣п╫п╦п╣ XMMS п╦п╥ Python
Name: %packagename
Version: %version
Release: %release.1
License: BSD
Group: Development/Python
Prefix: %_prefix
Url: http://people.via.ecp.fr/~flo/2002/PyXMMS
Source: %url/dist/py%modulename-%version.tar.bz2
Patch: pyxmms.setup.usr.patch

#BuildRequires: python-dev glib-devel libxmms-devel

BuildRequires: glib-devel libxmms-devel

%description
PyXMMS is a Python interface to XMMS, a free multimedia player for X-Window1.
PyXMMS consists of two components as of version 2.00:
 * a set of bindings for the xmms_remote* functions of the libxmms library,
   plus some higher-level functions
 * a Pythonic interface to manage (including reading and writing) the main
   configuration file for XMMS.
In other words, PyXMMS can be used to control XMMS or manage its main
configuration file from a Python program.

This module is built for python %__python_version

%description -l ru_RU.UTF-8
п║ п©п╬п╪п╬я┴я▄я▌ я█я┌п╬пЁп╬ п╪п╬п╢я┐п╩я▐ п╪п╬п╤п╫п╬ я┐п©я─п╟п╡п╩я▐я┌я▄ XMMS, п╪я┐п╥я▀п╨п╟п╩я▄п╫я▀п╪ п©я─п╬п╦пЁя─я▀п╡п╟я┌п╣п╩п╣п╪ п╢п╩я▐ X.
п▓ п╪п╬п╢я┐п╩я▄ п╡я┘п╬п╢п╦я┌ п╢п╡п╟ п╫п╟п╠п╬я─п╟ я└я┐п╫п╨я├п╦п╧:
 * п·п╠я▒я─я┌п╨п╦ п╢п╩ я└я┐п╫п╨я├п╦п╧ xmms_remote* п╦п╥ libxmms
 * п╓я┐п╫п╨я├п╦п╦ я─п╟п╥п╠п╬я─п╟ я└п╟п╧п╩п╟ п╫п╟я│я┌я─п╬п╣п╨ XMMS

п╜я┌п╬я┌ п╪п╬п╢я┐п╩я▄ я│п╬п╠я─п╟п╫ п╢п╩я▐ Python п╡п╣я─я│п╦п╦ %__python_version

%prep
%setup -q -n py%modulename-%version
%patch

%build
mkdir -p buildroot

# Unfortunately build and install steps should be done at once

# because otherwise .pyo files won't get into INSTALLED_FILES
# record

CFLAGS="%optflags" %__python setup.py \
install --optimize=2 \
--root=`pwd`/buildroot \
--record=INSTALLED_FILES
%__python build-documentation.py

%install

cp -pr buildroot %buildroot

unset RPM_PYTHON

%files -f INSTALLED_FILES
%doc doc/*

%changelog

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

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