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

Группа :: Разработка/Прочее
Пакет: trac

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

%define name trac
%define version 0.8.4
%define release alt1

Summary: Integrated scm, wiki, issue tracker and project environment
Name: %name
Version: %version
Release: %release
Source0: %name-%version.tar.gz
License: GPL
Group: Development/Other
Vendor: Edgewall Software <info at edgewall.com>
Packager: Ivan Fedorov <ns at altlinux.ru>
URL: http://trac.edgewall.com/

PreReq: python = %__python_version
BuildPreReq: python-devel = %__python_version

%description
Trac is a minimalistic web-based software project management and bug/issue
tracking system. It provides an interface to the Subversion revision control
systems, an integrated wiki, flexible issue tracking and convenient report
facilities.

%prep
%setup

%build
rm trac/test.py
%__python setup.py build
pushd build/scripts-%__python_version/
%__subst s,%_bindir/python,%_bindir/python%__python_version, *
popd

%install
%__python setup.py install --root=%buildroot --record=INSTALLED_FILES
%__grep -v %_man1dir INSTALLED_FILES > INSTALLED_FILES.nomans
%__rm INSTALLED_FILES
%__mv INSTALLED_FILES.nomans INSTALLED_FILES

%files -f INSTALLED_FILES
%_man1dir/*
%dir %python_libdir/site-packages/trac
%dir %python_libdir/site-packages/trac/mimeviewers
%dir %python_libdir/site-packages/trac/upgrades
%dir %python_libdir/site-packages/trac/wikimacros
%python_libdir/site-packages/trac/*.pyo
%python_libdir/site-packages/trac/mimeviewers/*.pyo
%python_libdir/site-packages/trac/upgrades/*.pyo
%python_libdir/site-packages/trac/wikimacros/*.pyo

%changelog

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

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