|
@@ -2,14 +2,25 @@ Summary: Virtual package for Trac install
|
|
Summary(ja): Tracをインストールするための仮想パッケージ
|
|
Summary(ja): Tracをインストールするための仮想パッケージ
|
|
Name: task-trac
|
|
Name: task-trac
|
|
Version: 1.0
|
|
Version: 1.0
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
License: public domain
|
|
License: public domain
|
|
Group: Applications/Development
|
|
Group: Applications/Development
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
|
|
|
|
-Requires: trac mod_python sqlite3
|
|
+Requires: trac sqlite3
|
|
-Requires: subversion subversion-python pysqlite
|
|
+Requires: subversion subversion-python
|
|
|
|
+%if %{?_dist_release} == "vl5"
|
|
|
|
+Requires: python
|
|
|
|
+Requires: mod_python pysqlite
|
|
|
|
+%else
|
|
|
|
+Requires: python >= 2.6
|
|
|
|
+Requires: mod_wsgi
|
|
|
|
+%endif
|
|
|
|
+
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+Packager: iwaim
|
|
|
|
|
|
%description
|
|
%description
|
|
This is a virtual package to install Trac packages.
|
|
This is a virtual package to install Trac packages.
|
|
@@ -25,6 +36,13 @@ apt-get を使ってこのパッケージをインストールすることで、
|
|
%files
|
|
%files
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Dec 6 2010 IWAI, Masaharu <iwai@alib.jp> 1.0-2
|
|
|
|
+- update Requires for VineSeed
|
|
|
|
+ - replace Requires: s/mod_python/mod_wsgi/
|
|
|
|
+ - drop Requires: pysqlite
|
|
|
|
+ - add Requires: python >= 2.6
|
|
|
|
+- add some tags: Vendor, Distribution and Packager
|
|
|
|
+
|
|
* Sun Apr 5 2009 IWAI, Masaharu <iwai@alib.jp> 1.0-1
|
|
* Sun Apr 5 2009 IWAI, Masaharu <iwai@alib.jp> 1.0-1
|
|
- initial release
|
|
- initial release
|
|
|
|
|