Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > media > core-src > by-pkgid > 26b17ef4d45f20da71389e1830421481 > files > 2

trac-webadminusers-0.1.0-alt2.1.src.rpm

%define tarname webadminusersplugin
Name: trac-webadminusers
Version: 0.1.0
Release: alt2.1

Summary: Account Management from Web Admin

Group: Development/Python
# FIXME: unknown?
License: http://www.opensource.org/licenses/mit-license.php
Url: http://trac-hacks.org/wiki/WebAdminUsersPlugin

Packager: Vitaly Lipatov <lav@altlinux.ru>

Source: %tarname.zip
# disable import ez_setup
Patch: %name.patch

BuildArch: noarch

# manually removed: python-module-Pyrex python-module-Rabbyt python-module-lxml
# Automatically added by buildreq on Sun Jan 06 2008
BuildRequires: python-module-MySQLdb python-module-ruledispatch python-module-setuptools unzip

%description
This plugin adds a page to WebAdminPlugin to allow admins to add and
delete users, and also to reset user passwords.

%prep
%setup -q -n %tarname
%patch

%build
%__python setup.py build

%install
%__python setup.py install --root %buildroot

%files
%python_sitelibdir/acct_admin/
# need for discover by trac as plugin
%python_sitelibdir/WebAdminUsers-%version-py%__python_version.egg-info/

%changelog
* Thu Jan 31 2008 Grigory Batalov <bga@altlinux.ru> 0.1.0-alt2.1
- Rebuilt with python-2.5.

* Thu Jan 31 2008 Grigory Batalov <bga@altlinux.ru> 0.1.0-alt2
- Use __python_version macro while packaging.

* Sun Jan 06 2008 Vitaly Lipatov <lav@altlinux.ru> 0.1.0-alt1
- initial build for ALT Linux Sisyphus