Author: glen Date: Fri May 23 12:21:16 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - initial nothing
---- Files affected: SPECS: cvstrac.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/cvstrac.spec diff -u /dev/null SPECS/cvstrac.spec:1.1 --- /dev/null Fri May 23 14:21:16 2008 +++ SPECS/cvstrac.spec Fri May 23 14:21:11 2008 @@ -0,0 +1,43 @@ +# $Revision$, $Date$ +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) + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008-05-23 12:21:11 glen +- initial nothing ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
