SPECS: freenx-client.spec - added R: nxssh - adaptarized - rel 2
paszczus
paszczus at pld-linux.org
Tue Oct 7 11:50:59 CEST 2008
Author: paszczus Date: Tue Oct 7 09:50:59 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added R: nxssh
- adaptarized
- rel 2
---- Files affected:
SPECS:
freenx-client.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SPECS/freenx-client.spec
diff -u SPECS/freenx-client.spec:1.5 SPECS/freenx-client.spec:1.6
--- SPECS/freenx-client.spec:1.5 Tue Sep 23 15:05:32 2008
+++ SPECS/freenx-client.spec Tue Oct 7 11:50:54 2008
@@ -2,26 +2,27 @@
Summary: a Free NoMachine (NX) client
Name: freenx-client
Version: 0.9
-Release: 1
+Release: 2
License: GPL v2 or later
Group: X11/Applications/Networking
Patch0: %{name}-keypath.patch
URL: http://freenx.berlios.de/
-BuildRequires: doxygen
-BuildRequires: libnxcl-devel
+BuildRequires: QtCore-devel >= 4.4.0
BuildRequires: QtGui-devel >= 4.4.0
BuildRequires: QtXml-devel >= 4.4.0
-BuildRequires: QtCore-devel >= 4.4.0
-BuildRequires: qt4-qmake >= 4.4.0
+BuildRequires: doxygen
+BuildRequires: libnxcl-devel
BuildRequires: qt4-build >= 4.4.0
+BuildRequires: qt4-qmake >= 4.4.0
Requires(post,postun): desktop-file-utils
Requires(post,postun): hicolor-icon-theme
Requires(post,postun): shared-mime-info
-Source0: http://download.berlios.de/freenx/freenx-client-%{version}.tar.bz2
+Requires: nxssh
+Source0: http://download.berlios.de/freenx/%{name}-%{version}.tar.bz2
Source1: %{name}.desktop
Source2: %{name}.svg
# Source0-md5: 777b3cda7a245e3870d4870a9460cb73
-BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -34,19 +35,19 @@
%build
cd qtnx
qmake-qt4
-%{__make}
+%{__make}
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_bindir}
-install qtnx/qtnx $RPM_BUILD_ROOT%{_bindir}
+install qtnx/qtnx $RPM_BUILD_ROOT%{_bindir}
install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
install qtnx/id.key $RPM_BUILD_ROOT%{_datadir}/%{name}/default.key
install -d $RPM_BUILD_ROOT%{_iconsdir}/hicolor/scalable/apps/
install %{SOURCE2} $RPM_BUILD_ROOT%{_iconsdir}/hicolor/scalable/apps/
-install -d $RPM_BUILD_ROOT%{_datadir}/applications/
-install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
+install -d $RPM_BUILD_ROOT%{_desktopdir}/
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop
%clean
rm -rf $RPM_BUILD_ROOT
@@ -67,7 +68,7 @@
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*.key
%{_iconsdir}/*/*/apps/%{name}.svg
-%{_datadir}/applications/%{name}.desktop
+%{_desktopdir}/%{name}.desktop
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -75,6 +76,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2008/10/07 09:50:54 paszczus
+- added R: nxssh
+- adaptarized
+- rel 2
+
Revision 1.5 2008/09/23 13:05:32 paszczus
- proper group; rel 1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/freenx-client.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list