From: Elan Ruusamäe Date: Fri, 23 May 2008 12:21:11 +0000 (+0000) Subject: - initial nothing X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcvstrac.git;a=commitdiff_plain;h=bcd100f691bdcf9eebf075185b3d54a51bed5280 - initial nothing Changed files: cvstrac.spec -> 1.1 --- bcd100f691bdcf9eebf075185b3d54a51bed5280 diff --git a/cvstrac.spec b/cvstrac.spec new file mode 100644 index 0000000..b86b620 --- /dev/null +++ b/cvstrac.spec @@ -0,0 +1,33 @@ +Summary: A Web-Based Bug And Patch-Set Tracking System For CVS, Subversion and GIT +Name: cvstrac +Version: 2.0.1 +Release: 0.1 +License: GPL +Group: Applications/WWW +Source0: http://www.cvstrac.org/%{name}-%{version}.tar.gz +# Source0-md5: 684bcb739eb5a6e1932fb8797ffe6a91 +URL: http://www.cvstrac.org/ +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define _datadir %{_prefix}/share/%{name} +%define _webapps /etc/webapps +%define _webapp %{name} +%define _sysconfdir %{_webapps}/%{_webapp} + +%description +A Web-Based Bug And Patch-Set Tracking System For CVS, Subversion and +GIT + +%prep +%setup -q + +%install +rm -rf $RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(644,root,root,755)