]> git.pld-linux.org Git - packages/deskzilla.git/commitdiff
- new
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 25 Jun 2007 18:00:42 +0000 (18:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    deskzilla.spec -> 1.1

deskzilla.spec [new file with mode: 0644]

diff --git a/deskzilla.spec b/deskzilla.spec
new file mode 100644 (file)
index 0000000..ec8092d
--- /dev/null
@@ -0,0 +1,31 @@
+%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
This page took 0.055808 seconds and 4 git commands to generate.