|
@@ -1,6 +1,6 @@
|
|
%define name trac
|
|
%define name trac
|
|
-%define version 0.12.2
|
|
+%define version 0.12.4
|
|
-%define release 2%{?_dist_release}
|
|
+%define release 1%{?_dist_release}
|
|
%define japanize ja1
|
|
%define japanize ja1
|
|
|
|
|
|
Summary: A web-based software project management and bug/issue tracking system
|
|
Summary: A web-based software project management and bug/issue tracking system
|
|
@@ -16,19 +16,14 @@ URL: http://trac.edgewall.org/
|
|
|
|
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
Requires: python, python-genshi >= 0.6, python-setuptools >= 0.6b1
|
|
Requires: python, python-genshi >= 0.6, python-setuptools >= 0.6b1
|
|
-%if %{?_dist_release} == "vl6"
|
|
|
|
-## pysqlite included in python-2.6
|
|
|
|
Requires: python >= 2.6
|
|
Requires: python >= 2.6
|
|
-%else
|
|
|
|
-Requires: python
|
|
|
|
-Requires: pysqlite
|
|
|
|
-%endif
|
|
|
|
BuildRequires: python-devel, python-genshi >= 0.6, python-setuptools >= 0.6b1
|
|
BuildRequires: python-devel, python-genshi >= 0.6, python-setuptools >= 0.6b1
|
|
BuildRequires: unzip
|
|
BuildRequires: unzip
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
|
|
+Packager: iwaim
|
|
|
|
|
|
%description
|
|
%description
|
|
Trac is an enhanced wiki and issue tracking system for software
|
|
Trac is an enhanced wiki and issue tracking system for software
|
|
@@ -79,6 +74,11 @@ rm -rf $RPM_BUILD_ROOT
|
|
%dir %{python_sitelib}/tracext
|
|
%dir %{python_sitelib}/tracext
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Jan 1 2013 IWAI, Masaharu <iwai@alib.jp> 0.12.4-1
|
|
|
|
+- new upstream release
|
|
|
|
+- add Packager
|
|
|
|
+- drop vl5's code
|
|
|
|
+
|
|
* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.2-2
|
|
* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.2-2
|
|
- rebuild with python-2.7.2
|
|
- rebuild with python-2.7.2
|
|
|
|
|