From bcd100f691bdcf9eebf075185b3d54a51bed5280 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 23 May 2008 12:21:11 +0000 Subject: [PATCH] - initial nothing Changed files: cvstrac.spec -> 1.1 --- cvstrac.spec | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 cvstrac.spec 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) -- 2.43.0