Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37600576
en ru br
ALT Linux repos
5.0: 0.15-alt1.1
4.1: 0.15-alt1.1

Group :: Development/Python
RPM: python-module-pyxdg

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define version 0.15
%define release alt1

%define oname pyxdg

%setup_python_module pyxdg

Name: %packagename
Version: %version
Release: %release.1

Summary: Implementations of freedesktop.org standards in python
License: LGPLv2
Group: Development/Python
URL: http://freedesktop.org/Software/pyxdg

Source0: http://www.freedesktop.org/~lanius/%oname-%version.tar.gz

Packager: Igor Zubkov <icesik at altlinux.org>

BuildArch: noarch

Provides: pyxdg = %version-%release

# Automatically added by buildreq on Sat Sep 29 2007 (-bi)

BuildRequires: python-dev python-modules-compiler

%description
PyXDG contains implementations of freedesktop.org standards in python.

%prep
%setup -q -n %oname-%version

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

%install
mkdir -p %buildroot/
cp -pr buildroot/usr %buildroot/

unset RPM_PYTHON

%files -f INSTALLED_FILES
%doc AUTHORS ChangeLog README TODO

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin