Summary: Enhanced wiki and issue tracking system for software development project Name: trac Version: 0.10.5 Release: 22%{?dist} License: BSD-like Group: Development/Tools URL: http://projects.edgewall.com/trac/ Source0: ftp://ftp.edgewall.com/pub/trac/%{name}-%{version}.tar.gz Source1: ftp://ftp.edgewall.com/pub/trac/%{name}-%{version}.tar.gz.md5 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: python-devel >= 2.3 BuildArch: noarch Requires: %{python_libdir} Requires: swig >= 1.3.21 Requires: subversion >= 1.0 Requires: sqlite >= 2.8.0 Requires: python-sqlite >= 1.0.0 Requires: clearsilver >= 0.9.3, %{python_sitearch}/neo_cgi.so %description Trac is an enhanced wiki and issue tracking system for software development projects. Trac uses a minimalistic approach to web-based software project management. Our mission; to help developers write great software while staying out of the way. Trac should impose as little as possible on a team's established development process and policies. It provides an interface to Subversion, an integrated Wiki and convenient report facilities. Trac allows wiki markup in issue descriptions and commit messages, creating links and seamless references between bugs, tasks, changesets, files and wiki pages. A timeline shows all project events in order, making getting an overview of the project and tracking progress very easy. %prep %setup -q %install rm -rf %{buildroot} python setup.py install --root=%{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc %{_bindir}/trac-admin %{_bindir}/tracd #%{_bindir}/tracdb2env %{python_libdir}/trac* %{_datadir}/trac %{_mandir}/man1/trac-admin.1* %{_mandir}/man1/tracd.1* #%{_mandir}/man1/tracdb2env.1* %changelog * Sat Aug 16 2008 Axel Thimm - 0.10.5-22 - Update to 0.10.5. * Sat Jul 21 2007 Axel Thimm - 0.10.4-20 - Update to 0.10.4. * Thu Mar 8 2007 Axel Thimm - 0.10.3.1-19 - Update to 0.10.3.1. * Wed Dec 13 2006 Axel Thimm - 0.10.3-18 - Update to 0.10.3. * Tue Nov 14 2006 Axel Thimm - 0.10.2-17 - Update to 0.10.2. * Thu Nov 9 2006 Axel Thimm - 0.10.1-16 - Update to 0.10.1. * Sat Sep 30 2006 Axel Thimm - 0.10-15 - Update to 0.10 final. * Sun Aug 13 2006 Axel Thimm - 0.10-12 - Update to latest svn (r3612). * Fri Jul 28 2006 Axel Thimm - 0.10-11 - Update to latest svn (r3578). * Fri Jun 16 2006 Axel Thimm - Update to latest svn (r3417). * Mon May 8 2006 Axel Thimm - Upgrade to 0.10 (r3278). * Thu Apr 20 2006 Axel Thimm - Update to 0.9.5. * Thu Feb 16 2006 Axel Thimm - Update to 0.9.4. * Sun Jan 8 2006 Axel Thimm - Update to 0.9.3. * Tue Dec 6 2005 Axel Thimm - Update to 0.9.2. * Mon Dec 5 2005 Axel Thimm - Update to 0.9.1. * Mon Oct 31 2005 Axel Thimm - Update to 0.9. * Sat Jul 2 2005 Axel Thimm - Initial build.