SPECS: deskzilla.spec (NEW) - new
glen
glen at pld-linux.org
Mon Jun 25 20:00:47 CEST 2007
Author: glen Date: Mon Jun 25 18:00:47 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
deskzilla.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/deskzilla.spec
diff -u /dev/null SPECS/deskzilla.spec:1.1
--- /dev/null Mon Jun 25 20:00:47 2007
+++ SPECS/deskzilla.spec Mon Jun 25 20:00:42 2007
@@ -0,0 +1,42 @@
+# $Revision$, $Date$
+%define _ver %(echo %{version} | tr . _)
+Summary: Desktop client for Mozilla's Bugzilla's bug tracking system
+Name: deskzilla
+Version: 1.4.1
+Release: 0.1
+License: - (enter GPL/GPL v2/LGPL/BSD/BSD-like/other license name here)
+Group: Applications
+Source0: http://d1.almworks.com/.files/%{name}-%{_ver}.tar.gz
+# NoSource0-md5: 07bbc361e330d3f9ab044b6b9a085736
+NoSource: 0
+URL: http://www.almworks.com/deskzilla/overview.html
+BuildArch: noarch
+Requires: jre
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Deskzilla is a desktop client for Mozilla's Bugzilla's bug tracking
+system. It provides Bugzilla users with an interactive working
+environment and extra features, serving as a valuable tool for every
+project participant.
+
+%prep
+%setup -q -n %{name}-%{_ver}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.txt RELEASE.txt license.html
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2007/06/25 18:00:42 glen
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list