Name: trac Version: 1.2.3 Release: 2%{?dist} Summary: Enhanced wiki and issue tracking system License: BSD URL: http://trac.edgewall.com/ Source0: http://ftp.edgewall.com/pub/trac/Trac-%{version}.tar.gz #Source1: trac.conf Source2: trac.ini Source3: trac.ini-environment_sample Source4: %{name}-README.fedora Source5: trac.wsgi BuildArch: noarch BuildRequires: python2-devel BuildRequires: python2-setuptools BuildRequires: python2-genshi >= 0.6 Requires: python2-setuptools Requires: python2-genshi >= 0.6 # optional packages to ensure we run all Trac tests (if one of these are not # installed the test would be skipped) BuildRequires: git BuildRequires: php BuildRequires: python2-configobj BuildRequires: python2-docutils BuildRequires: python2-lxml # running the functional tests with twill doesn't work presumably because # Fedora's twill behaves differently due to unbundled libraries. # twill 1.8 is incompatible with Trac: http://trac.edgewall.org/ticket/11642 # BuildRequires: python-twill < 1.8 BuildRequires: python2-pygments BuildRequires: python2-subversion %description Trac is an integrated system for managing software projects, an enhanced wiki, a flexible web-based issue tracker, and an interface to the Subversion revision control system. At the core of Trac lies an integrated wiki and issue/bug database. Using wiki markup, all objects managed by Trac can directly link to other issues/bug reports, code changesets, documentation and files. Around the core lies other modules, providing additional features and tools to make software development more streamlined and effective. %prep %setup -q -n Trac-%{version} find contrib -type f -exec chmod -x '{}' \; # don't package windows specific files rm -f contrib/trac-post-commit-hook.cmd %{__cp} -a %{SOURCE4} README.fedora %build %py2_build %check PYTHONPATH=$(pwd) %{__python2} setup.py test %install %py2_install install -dm 755 $RPM_BUILD_ROOT%{_var}/www/cgi-bin #mv cgi-bin/trac.*cgi $RPM_BUILD_ROOT%{_var}/www/cgi-bin #install -Dpm 755 %{SOURCE5} $RPM_BUILD_ROOT%{_var}/www/cgi-bin #install -Dpm 755 %{SOURCE5} contrib/cgi-bin/ #install -Dpm 644 %{SOURCE1} $RPM_BUILD_ROOT/etc/httpd/conf.d/trac.conf install -Dpm 644 %{SOURCE2} $RPM_BUILD_ROOT/etc/trac/trac.ini install -Dpm 644 %{SOURCE3} $RPM_BUILD_ROOT/etc/trac/trac.ini-environment_sample install -dpm 755 $RPM_BUILD_ROOT/etc/trac/{plugin,template}s.d find sample-plugins/ -type f -name '*.py' -exec install -pm 644 '{}' $RPM_BUILD_ROOT/etc/trac/plugins.d \; find sample-plugins/ -type f -name '*.ini*' -exec install -pm 644 '{}' $RPM_BUILD_ROOT/etc/trac/ \; install -dm 755 $RPM_BUILD_ROOT%{_sbindir} mv $RPM_BUILD_ROOT{%{_bindir}/tracd,%{_sbindir}/tracd} %files %license COPYING %doc AUTHORS ChangeLog INSTALL* README* RELEASE* THANKS UPGRADE* contrib/ %{_bindir}/trac-admin %{_sbindir}/tracd %{python2_sitelib}/* #%%config(noreplace) /etc/httpd/conf.d/trac.conf %dir /etc/trac %config(noreplace) /etc/trac/* #%%{_var}/www/cgi-bin/trac.cgi #%%{_var}/www/cgi-bin/trac.fcgi #%%{_var}/www/cgi-bin/trac.wsgi %changelog * Sun Feb 03 2019 Fedora Release Engineering - 1.2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Aug 02 2018 Gwyn Ciesla - 1.2.3-1 - 1.2.3 * Sat Jul 14 2018 Fedora Release Engineering - 1.2.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Jul 06 2018 Felix Schwarz - 1.2.2-4 - use Python 2-specific macros to fix build in rawhide ("F29") * Fri Feb 09 2018 Igor Gnatenko - 1.2.2-3 - Escape macros in %%changelog * Thu Feb 01 2018 Iryna Shcherbina - 1.2.2-2 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Mon Sep 11 2017 Jon Ciesla - 1.2.2-1 - 1.2.2 * Thu Jul 27 2017 Fedora Release Engineering - 1.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Nov 14 2016 Jon Ciesla - 1.2-1 - 1.2 * Mon Sep 19 2016 Jon Ciesla - 1.0.13-1 - 1.0.13 * Tue Sep 06 2016 Jon Ciesla - 1.0.12-1 - 1.0.12 * Wed Apr 20 2016 Dave Johansen - 1.0.10-1 - Upstream update * Fri Feb 05 2016 Fedora Release Engineering - 1.0.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Sep 03 2015 Jon Ciesla - 1.0.8-1 - 1.0.8 - Fix FTBFS, BZ 1240073. - Patches upstreamed. * Fri Jun 19 2015 Fedora Release Engineering - 1.0.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Dec 13 2014 Felix Schwarz - 1.0.2-3 - add BuildRequires so most Trac tests are run during %%check - add patch so git tests pass (upstream issue 11876) * Sat Nov 08 2014 Felix Schwarz - 1.0.2-2 - add patch for upstream issue 11805 * Thu Oct 30 2014 Felix Schwarz - 1.0.2-1 - 1.0.2 * Mon Jun 30 2014 Toshio Kuratomi - 1.0.1-6 - Replace python-setuptools-devel BR with python-setuptools * Sun Jun 08 2014 Fedora Release Engineering - 1.0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Fri May 30 2014 Dan Horák - 1.0.1-4 - spec cleanup * Sun Aug 04 2013 Fedora Release Engineering - 1.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed May 01 2013 Luke Macken - 1.0.1-2 - Run the test suite * Mon Feb 04 2013 Jon Ciesla - 1.0.1-1 - 1.0.1, BZ 907068 * Wed Sep 12 2012 Jon Ciesla - 1.0-1 - 1.0, BZ 855519 - Pidfile patch upstreamed. * Fri Jul 27 2012 Fedora Release Engineering - 0.12.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Jun 29 2012 Jon Ciesla - 0.12.3-3 - Drop httpd dep, BZ 232921. * Fri May 04 2012 Jon Ciesla - 0.12.3-2 - Patch for pidfile open mode, BZ 818385. * Thu Feb 09 2012 Jon Ciesla - 0.12.3-1 - Update to 0.12.3, BZ 788775. * Mon Feb 06 2012 Jon Ciesla - 0.12.2-8 - Only ship trac.wsgi in doc, updated README. * Sat Jan 14 2012 Fedora Release Engineering - 0.12.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Wed Oct 26 2011 Fedora Release Engineering - 0.12.2-6 - Rebuilt for glibc bug#747377 * Tue Jun 14 2011 Jon Ciesla - 0.12.2-5 - Added .wsgi file, BZ 701762. - No longer ship mod_python trac.conf, deprecated. * Sun Apr 03 2011 Jesse Keating - 0.12.2-1 - New upstream release mostly bugfixes - http://trac.edgewall.org/browser//tags/trac-0.12.2/ChangeLog * Wed Feb 09 2011 Fedora Release Engineering - 0.12.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Fri Dec 10 2010 Jesse Keating - 0.12.1-3 - Update the trac-README.fedora content for global ini * Fri Oct 15 2010 Jesse Keating - 0.12.1-2 - Fix README.fedora installation * Tue Oct 12 2010 Jesse Keating - 0.12.1-1 - Update to 0.12.1 * Thu Jul 22 2010 David Malcolm - 0.11.7-2 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild * Wed Mar 10 2010 Felix Schwarz - 0.11.7-1 - New upstream release (including security fix) * Sat Mar 06 2010 Felix Schwarz - 0.11.6-3 - don't package Windows commit hook - package now includes trac.test module * Sun Jan 24 2010 Felix Schwarz - 0.11.6-2 - add missing setuptools requirement - removed python-sqlite requirement as Python 2.6 already contains a suitable module in the standard library - removed dependencies on subversion and python-pygments as these are actually optional - added README.fedora to explain which packages can be installed for additional functionality * Sat Dec 05 2009 Felix Schwarz - 0.11.6-1 - New upstream release * Sun Jul 26 2009 Fedora Release Engineering - 0.11.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Tue May 05 2009 Jesse Keating - 0.11.4-1 - New upstream release to fix bugs and minor enhancements. * Tue Mar 31 2009 Michael Schwendt - 0.11.3-4 - Fix unowned directory (#473989) * Mon Mar 09 2009 Jesse Keating - 0.11.3-3 - Obsolete trac-webadmin, its now built in * Wed Feb 25 2009 Fedora Release Engineering - 0.11.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sun Feb 15 2009 Jeffrey C. Ollie - 0.11.3-1 - Trac 0.11.3 contains a number of bug fixes and minor enhancements. - The following list contains only a few highlights: - - * Compatibility with Python 2.6 (#7876, #7458) - * PostgreSQL db backend improvement (#4987, #7600) - * Highlighting of search results is more robust (#7324, #7830) - * Unicode related fixes (#7672, #7959, #7845, #7935, #8024) - * Fixed Trac link rendering in ReST (#7712) - - You can find a more detailed release note at: - http://trac.edgewall.org/wiki/TracDev/ReleaseNotes/0.11 * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.11.2.1-4 - Rebuild for Python 2.6 * Fri Nov 28 2008 Jeffrey C. Ollie - 0.11.2.1-3 - Add dependency on python-pygments - Rebuild for Python 2.6 * Tue Nov 18 2008 Jeffrey C. Ollie - 0.11.2.1-2 - Upload new sources - Add new files to CVS * Tue Nov 18 2008 Jeffrey C. Ollie - 0.11.2.1-0.1 - Update to 0.11.2.1 * Mon Jun 23 2008 Ryan B. Lynch - 0.11-1 - Update to 0.11 * Sun Jun 22 2008 Jeffrey C. Ollie - 0.10.5-1 - Update to 0.10.5 * Thu Jan 3 2008 Jeffrey C. Ollie - 0.10.4-2 - Simplify files section so that it picks up the egg info files. * Thu May 3 2007 Jeffrey C. Ollie - 0.10.4-1 - Update to 0.10.4 * Mon Mar 12 2007 Jeffrey C. Ollie - 0.10.3.1-2 - Switch requires back to python-sqlite * Sat Mar 10 2007 Jeffrey C. Ollie - 0.10.3.1-1 - Update to 0.10.3.1 to fix security bug * Sun Jan 7 2007 Joost Soeterbroek - 0.10.3-2 - change req: python-sqlite -> python-sqlite2 * Tue Jan 2 2007 Joost Soeterbroek - 0.10.3 - upstream release 0.10.3 (#221162) * Sat Dec 9 2006 Joost Soeterbroek - 0.10.3 - rebuild for python 2.5, add python-devel to BR * Tue Nov 28 2006 Joost Soeterbroek - 0.10.2 - upstream release 0.10.2 (#217539) * Sat Nov 11 2006 Joost Soeterbroek - 0.10.1 - upstream release 0.10.1 (fixes CSRF vulnerability, bugzilla #215077) * Thu Sep 28 2006 Joost Soeterbroek - 0.10 - upstream release 0.10 'Zengia' * Wed Aug 30 2006 Joost Soeterbroek - 0.9.6-3 - remove %%ghost for .pyo files; bugzilla #205439 * Wed Aug 30 2006 Joost Soeterbroek - 0.9.6-2 - rebuild for Fedora Extras 6 * Thu Jul 6 2006 Joost Soeterbroek - 0.9.6-1 - upstream release 0.9.6 * Tue Apr 18 2006 Joost Soeterbroek - 0.9.5-1 - bug fix release 0.9.5 * Wed Feb 15 2006 Joost Soeterbroek - 0.9.4-1 - 0.9.4 * Deletion of reports has been fixed. * Various encoding issues with the timeline RSS feed have been fixed. * Fixed a memory leak when syncing with the repository. * Milestones in the roadmap are now ordered more intelligently. * Fixed bugs: 1064, 1150, 2006, 2253, 2324, 2330, 2408, 2430, 2431, 2459, 2544, 2459, 2481, 2485, 2536, 2544, 2553, 2580, 2583, 2606, 2613, 2621, 2664, 2666, 2680, 2706, 2707, 2735 * Mon Feb 13 2006 Joost Soeterbroek - 0.9.3-5 - Rebuild for Fedora Extras 5 * Mon Jan 16 2006 Joost Soeterbroek - 0.9.3-4 - updated trac.conf to allow for trac.*cgi * Mon Jan 16 2006 Joost Soeterbroek - 0.9.3-3 - re-added tracd and trac.fcgi by user request. * Tue Jan 10 2006 Joost Soeterbroek - 0.9.3-2 - removed trac.fcgi (bugzilla #174546, comment #11) - applied patch (bugzilla #174546, attachment id=123008) * Mon Jan 9 2006 Joost Soeterbroek - 0.9.3-1 - 0.9.3 - removed tracd (bugzilla #174546, comment #6) - added trac.conf for httpd - removed %%{python_sitelib}/trac/test.py - removed comments * Tue Dec 6 2005 Joost Soeterbroek - 0.9.2-2 - added /etc/init.d/tracd - added /etc/sysconfig/tracd * Tue Dec 6 2005 Joost Soeterbroek - 0.9.2-1 - 0.9.2 - fixes SQL Injection Vulnerability in ticket search module. - fixes broken ticket email notifications. * Sat Dec 3 2005 Joost Soeterbroek - 0.9.1-1 - 0.9.1 - fixes SQL Injection Vulnerability * Tue Nov 29 2005 Joost Soeterbroek - 0.9-1 - Rebuild for Fedora Extras * Tue Nov 1 2005 Ville Skyttä - 0.9-1 - 0.9. * Mon Jun 20 2005 Ville Skyttä - 0.8.4-0.1 - 0.8.4. - Move tracd to %%{_sbindir} and man page to section 8. * Thu Jun 16 2005 Ville Skyttä - 0.8.3-0.1 - 0.8.3. * Wed Jun 1 2005 Ville Skyttä - 0.8.2-0.1 - 0.8.2. * Sun May 29 2005 Ville Skyttä - 0.8.1-0.2 - Rebuild for FC4. * Fri Apr 8 2005 Ville Skyttä - 0.8.1-0.1 - First build.