Browse Source

trac 0.12.4-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7281 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 11 years ago
parent
commit
62c7695cfe
1 changed files with 8 additions and 8 deletions
  1. 8 8
      t/trac/trac-vl.spec

+ 8 - 8
t/trac/trac-vl.spec

@@ -1,6 +1,6 @@
 %define name trac
-%define version 0.12.2
-%define release 2%{?_dist_release}
+%define version 0.12.4
+%define release 1%{?_dist_release}
 %define japanize ja1
 
 Summary: A web-based software project management and bug/issue tracking system
@@ -16,19 +16,14 @@ URL: http://trac.edgewall.org/
 
 BuildArch: noarch
 Requires: python, python-genshi >= 0.6, python-setuptools >= 0.6b1
-%if %{?_dist_release} == "vl6"
-## pysqlite included in 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: unzip
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
 Vendor: Project Vine
 Distribution: Vine Linux
+Packager: iwaim
 
 %description
 Trac is an enhanced wiki and issue tracking system for software
@@ -79,6 +74,11 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{python_sitelib}/tracext
 
 %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
 - rebuild with python-2.7.2