Author: paszczus Date: Wed Aug 6 08:13:23 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: freenx-client.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/freenx-client.spec diff -u /dev/null SPECS/freenx-client.spec:1.1 --- /dev/null Wed Aug 6 10:13:23 2008 +++ SPECS/freenx-client.spec Wed Aug 6 10:13:17 2008 @@ -0,0 +1,51 @@ +# $Revision$, $Date$ +Summary: a Free NoMachine (NX) client +Name: freenx-client +Version: 0.9 +Release: 0.1 +License: GPL v2 or later +Group: System/X11/Utilities +URL: http://freenx.berlios.de/ +BuildRequires: doxygen +BuildRequires: libnxcl-devel +BuildRequires: QtGui-devel >= 4.4.0 +BuildRequires: QtXml-devel >= 4.4.0 +BuildRequires: QtCore-devel >= 4.4.0 +Source0: http://download.berlios.de/freenx/freenx-client-%{version}.tar.bz2 +# Source0-md5: 777b3cda7a245e3870d4870a9460cb73 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + + +%description +This is a free implementation of a NX session client. + +%prep +%setup -q + +%build +cd qtnx +qmake-qt4 +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +install -d $RPM_BUILD_ROOT%{_bindir} +install qtnx/qtnx $RPM_BUILD_ROOT%{_bindir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/qtnx + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008/08/06 08:13:17 paszczus +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
