]> git.pld-linux.org Git - packages/freenx-client.git/blob - freenx-client.spec
- new
[packages/freenx-client.git] / freenx-client.spec
1 Summary:        a Free NoMachine (NX) client
2 Name:           freenx-client
3 Version:        0.9
4 Release:        0.1
5 License:        GPL v2 or later
6 Group:          System/X11/Utilities
7 URL:            http://freenx.berlios.de/
8 BuildRequires:  doxygen
9 BuildRequires:  libnxcl-devel
10 BuildRequires:  QtGui-devel >= 4.4.0
11 BuildRequires:  QtXml-devel >= 4.4.0
12 BuildRequires:  QtCore-devel >= 4.4.0
13 Source0:        http://download.berlios.de/freenx/freenx-client-%{version}.tar.bz2
14 # Source0-md5:  777b3cda7a245e3870d4870a9460cb73
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17
18 %description
19 This is a free implementation of a NX session client.
20
21 %prep
22 %setup -q
23
24 %build
25 cd qtnx
26 qmake-qt4
27 %{__make} 
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31
32 install -d $RPM_BUILD_ROOT%{_bindir}
33 install qtnx/qtnx $RPM_BUILD_ROOT%{_bindir} 
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %attr(755,root,root) %{_bindir}/qtnx
This page took 0.071053 seconds and 3 git commands to generate.