SPECS: freenx-client.spec - include default NX key
aredridel
aredridel at pld-linux.org
Sun Aug 17 00:41:04 CEST 2008
Author: aredridel Date: Sat Aug 16 22:41:04 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- include default NX key
---- Files affected:
SPECS:
freenx-client.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/freenx-client.spec
diff -u SPECS/freenx-client.spec:1.2 SPECS/freenx-client.spec:1.3
--- SPECS/freenx-client.spec:1.2 Sat Aug 16 23:38:29 2008
+++ SPECS/freenx-client.spec Sun Aug 17 00:40:58 2008
@@ -5,6 +5,7 @@
Release: 0.1
License: GPL v2 or later
Group: System/X11/Utilities
+Patch0: %{name}-keypath.patch
URL: http://freenx.berlios.de/
BuildRequires: doxygen
BuildRequires: libnxcl-devel
@@ -23,6 +24,7 @@
%prep
%setup -q
+%patch0 -p1
%build
cd qtnx
@@ -34,6 +36,8 @@
install -d $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
%clean
rm -rf $RPM_BUILD_ROOT
@@ -41,6 +45,8 @@
%files
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/qtnx
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/*.key
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -48,6 +54,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2008/08/16 22:40:58 aredridel
+- include default NX key
+
Revision 1.2 2008/08/16 21:38:29 aredridel
- BR: qt4-qmake
- BR: qt4-build
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/freenx-client.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list