]> git.pld-linux.org Git - packages/deskzilla.git/blame - deskzilla.spec
- new
[packages/deskzilla.git] / deskzilla.spec
CommitLineData
7654298b
ER
1%define _ver %(echo %{version} | tr . _)
2Summary: Desktop client for Mozilla's Bugzilla's bug tracking system
3Name: deskzilla
4Version: 1.4.1
5Release: 0.1
6License: - (enter GPL/GPL v2/LGPL/BSD/BSD-like/other license name here)
7Group: Applications
8Source0: http://d1.almworks.com/.files/%{name}-%{_ver}.tar.gz
9# NoSource0-md5: 07bbc361e330d3f9ab044b6b9a085736
10NoSource: 0
11URL: http://www.almworks.com/deskzilla/overview.html
12BuildArch: noarch
13Requires: jre
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17Deskzilla is a desktop client for Mozilla's Bugzilla's bug tracking
18system. It provides Bugzilla users with an interactive working
19environment and extra features, serving as a valuable tool for every
20project participant.
21
22%prep
23%setup -q -n %{name}-%{_ver}
24
25%install
26rm -rf $RPM_BUILD_ROOT
27install -d $RPM_BUILD_ROOT
28
29%files
30%defattr(644,root,root,755)
31%doc README.txt RELEASE.txt license.html
This page took 0.081099 seconds and 4 git commands to generate.