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