]> git.pld-linux.org Git - packages/cvstrac.git/blame - cvstrac.spec
- initial nothing
[packages/cvstrac.git] / cvstrac.spec
CommitLineData
bcd100f6
ER
1Summary: A Web-Based Bug And Patch-Set Tracking System For CVS, Subversion and GIT
2Name: cvstrac
3Version: 2.0.1
4Release: 0.1
5License: GPL
6Group: Applications/WWW
7Source0: http://www.cvstrac.org/%{name}-%{version}.tar.gz
8# Source0-md5: 684bcb739eb5a6e1932fb8797ffe6a91
9URL: http://www.cvstrac.org/
10BuildArch: noarch
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%define _datadir %{_prefix}/share/%{name}
14%define _webapps /etc/webapps
15%define _webapp %{name}
16%define _sysconfdir %{_webapps}/%{_webapp}
17
18%description
19A Web-Based Bug And Patch-Set Tracking System For CVS, Subversion and
20GIT
21
22%prep
23%setup -q
24
25%install
26rm -rf $RPM_BUILD_ROOT
27
28%clean
29rm -rf $RPM_BUILD_ROOT
30
31
32%files
33%defattr(644,root,root,755)
This page took 0.113017 seconds and 4 git commands to generate.