]> git.pld-linux.org Git - packages/deskzilla.git/blob - deskzilla.spec
faecba653484e1652bd3679667cc9372546cfec4
[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 Requires:       jakarta-commons-codec >= 1.3
13 Requires:       jakarta-commons-logging >= 1.0.4
14 Requires:       javolution >= 4.0.2
15 Requires:       jdom >= 1.0
16 Requires:       jgoodies-forms >= 1.0.7
17 Requires:       jre >= 1.5
18 Requires:       nekohtml >= 0.9.5
19 Requires:       picocontainer >= 1.1
20 Requires:       java-xmlrpc >= 2.0.1
21 BuildArch:      noarch
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Deskzilla is a desktop client for Mozilla's Bugzilla's bug tracking
26 system. It provides Bugzilla users with an interactive working
27 environment and extra features, serving as a valuable tool for every
28 project participant.
29
30 %prep
31 %setup -q -n %{name}-%{_ver}
32
33 # Remove public bundled jars
34 lib="lib"
35 liborig="lib.orig"
36 mv $lib $liborig
37 mkdir $lib
38 # They've patched commons-httpclient (was version 3.0)
39 mv $liborig/commons-httpclient.jar $lib
40 # Almworks proprietary lib
41 mv $liborig/almworks-tracker-api.jar $lib
42 # IntelliJ IDEA proprietary lib
43 mv $liborig/forms_rt.jar $lib
44 # God knows what's this. Anyway, proprietary.
45 mv $liborig/twocents.jar $lib
46 rm -rf $liborig
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50 install -d $RPM_BUILD_ROOT
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc README.txt RELEASE.txt license.html
This page took 3.108683 seconds and 2 git commands to generate.