source: projects/specs/trunk/t/task-trac/task-trac-vl.spec @ 2308

Revision 2308, 1.3 KB checked in by iwaim, 13 years ago (diff)

task-trac 1.0-2

Line 
1Summary: Virtual package for Trac install
2Summary(ja): Tracをインストールするための仮想パッケージ
3Name: task-trac
4Version: 1.0
5Release: 2%{?_dist_release}
6License: public domain
7Group: Applications/Development
8BuildRoot: %{_tmppath}/%{name}-%{version}-root
9BuildArch: noarch
10
11Requires: trac sqlite3
12Requires: subversion subversion-python
13%if %{?_dist_release} == "vl5"
14Requires: python
15Requires: mod_python pysqlite
16%else
17Requires: python >= 2.6
18Requires: mod_wsgi
19%endif
20
21Vendor: Project Vine
22Distribution: Vine Linux
23Packager: iwaim
24
25%description
26This is a virtual package to install Trac packages.
27If you use apt-get for RPM, This package will install
28all packages related to Trac automatically.
29
30Summary(ja): Trac仮想パッケージ
31%description -l ja
32Trac簡単にインストールするための仮想パッケージです。
33apt-get を使ってこのパッケージをインストールすることで、
34関連するTracパッケージをすべてインストールすることができます。
35
36%files
37
38%changelog
39* Mon Dec  6 2010 IWAI, Masaharu <iwai@alib.jp> 1.0-2
40- update Requires for VineSeed
41 - replace Requires: s/mod_python/mod_wsgi/
42 - drop Requires: pysqlite
43 - add Requires: python >= 2.6
44- add some tags: Vendor, Distribution and Packager
45
46* Sun Apr  5 2009 IWAI, Masaharu <iwai@alib.jp> 1.0-1
47- initial release
48
Note: See TracBrowser for help on using the repository browser.