]> git.pld-linux.org Git - packages/cvstrac.git/blob - cvstrac.spec
- initial nothing
[packages/cvstrac.git] / cvstrac.spec
1 Summary:        A Web-Based Bug And Patch-Set Tracking System For CVS, Subversion and GIT
2 Name:           cvstrac
3 Version:        2.0.1
4 Release:        0.1
5 License:        GPL
6 Group:          Applications/WWW
7 Source0:        http://www.cvstrac.org/%{name}-%{version}.tar.gz
8 # Source0-md5:  684bcb739eb5a6e1932fb8797ffe6a91
9 URL:            http://www.cvstrac.org/
10 BuildArch:      noarch
11 BuildRoot:      %{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
19 A Web-Based Bug And Patch-Set Tracking System For CVS, Subversion and
20 GIT
21
22 %prep
23 %setup -q
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27
28 %clean
29 rm -rf $RPM_BUILD_ROOT
30
31
32 %files
33 %defattr(644,root,root,755)
This page took 0.066588 seconds and 3 git commands to generate.