Author: paszczus Date: Tue Aug 5 08:32:54 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - package more files
---- Files affected: SPECS: nx.spec (1.20 -> 1.21) ---- Diffs: ================================================================ Index: SPECS/nx.spec diff -u SPECS/nx.spec:1.20 SPECS/nx.spec:1.21 --- SPECS/nx.spec:1.20 Mon Aug 4 21:50:19 2008 +++ SPECS/nx.spec Tue Aug 5 10:32:48 2008 @@ -10,7 +10,7 @@ Summary(pl.UTF-8): NoMachine NX to schemat kompresji nowej generacji dla X Name: nx Version: 3.2.0 -Release: 1 +Release: 1.1 License: GPL Group: Libraries #SourceDownload: http://www.nomachine.com/download/snapshot/nxsources/ @@ -89,8 +89,16 @@ cd .. done +# build X11 Support Libraries and Agents + cd nx-X11 %{__make} World +cd .. + +# build Extended Compression Library +cd nxcompext +%configure +%{__make} %install @@ -105,6 +113,11 @@ install nx-X11/programs/Xserver/nxagent $RPM_BUILD_ROOT%{_bindir} rm -f $RPM_BUILD_ROOT%{_libdir}/libX{11-nx.so.6,ext-nx.so.6,render-nx.so.1} +# install Compression Libraries and Proxy +cp -a nxcomp/libXcomp.so.* $RPM_BUILD_ROOT%{_libdir} +cp -a nxcompext/libXcompext.so.* $RPM_BUILD_ROOT%{_libdir} +cp -a nxcompshad/libXcompshad.so.* $RPM_BUILD_ROOT%{_libdir} + # proxy install nxproxy/nxproxy $RPM_BUILD_ROOT%{_bindir} @@ -118,6 +131,7 @@ %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/* %attr(755,root,root) %{_libdir}/*.so +%attr(755,root,root) %{_libdir}/*.so.* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -125,6 +139,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.21 2008/08/05 08:32:48 paszczus +- package more files + Revision 1.20 2008/08/04 19:50:19 paszczus - huh, updated to 3.2.0 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/nx.spec?r1=1.20&r2=1.21&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
