Author: sardzent Date: Wed Jun 29 20:08:21 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 4.0.1 - doesn't build (Unable to recognise the format of the input file) - not tested - missing desc
---- Files affected: SPECS: ltsp_x_core.spec (1.9 -> 1.10) ---- Diffs: ================================================================ Index: SPECS/ltsp_x_core.spec diff -u SPECS/ltsp_x_core.spec:1.9 SPECS/ltsp_x_core.spec:1.10 --- SPECS/ltsp_x_core.spec:1.9 Sat Sep 11 19:53:57 2004 +++ SPECS/ltsp_x_core.spec Wed Jun 29 22:08:15 2005 @@ -1,17 +1,24 @@ # $Revision$, $Date$ -# # TODO: # longer descriptions # +%define _arch i386 +%define _pver 4.1 Summary: Linux Terminal Server Project - X core for terminals Summary(pl): Podstawowa X dla terminali z Linux Terminal Server Project Name: ltsp_x_core -Version: 3.0.4 -Release: 2 +Version: 4.0.1 +Release: 0.1 License: GPL Group: Applications/Networking -Source0: http://dl.sourceforge.net/ltsp/%{name}-%{version}-i386.tgz -# Source0-md5: 94dc471e8537d47568f35044b1bcfd4a +Source0: http://www.ltsp.org/ltsp-utils-0.11.tgz +# Source0-md5: b17b350b18b04d769fcadcd12885a573 +Source1: http://ltsp.mirrors.tds.net/pub/ltsp/ltsp-%{_pver}/ltsp-x-fonts-1.5-0-%{_arch}.tgz +# Source1-md5: 59de48e31774c3d36a7cd535ae3be9dc +Source2: http://ltsp.mirrors.tds.net/pub/ltsp/ltsp-%{_pver}/ltsp-x-core-1.5-0-%{_arch}.tgz +# Source2-md5: 6bec9fe1f85b346f3812e0a5bacdbb1d +Source3: http://ltsp.mirrors.tds.net/pub/ltsp/ltsp-%{_pver}/ltsp-freetype-1.1-0-%{_arch}.tgz +# Source3-md5: 33244fc4ebaf79e64bd019e9c0136b77 URL: http://www.ltsp.org/ Requires: ltsp_core AutoProv: 0 @@ -19,7 +26,6 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _ltspdir /home/services/ltsp -%define no_install_post_strip 1 %description This package contains X core for LTSP terminals. @@ -28,30 +34,36 @@ Ten pakiet zawiera podstawowe X dla terminali LTSP. %prep -%setup -q -n %{name} +%setup -q -n ltsp-utils %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_ltspdir} - +tar zxf %{SOURCE1} +tar zxf %{SOURCE2} +tar zxf %{SOURCE3} cd i386 -cp -r {bin,etc,usr} $RPM_BUILD_ROOT%{_ltspdir} - +cp -r {etc,usr} $RPM_BUILD_ROOT%{_ltspdir} +ln -sf ../init.d/xprint $RPM_BUILD_ROOT%{_ltspdir}/etc/rc.d/xprint %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc README -%attr(755,root,root) %{_ltspdir}/bin/* +#%doc README %{_ltspdir}/etc/* %dir %{_ltspdir}/usr/X11R6 %attr(755,root,root) %{_ltspdir}/usr/X11R6/bin +%{_ltspdir}/usr/X11R6/include/X11/fonts %dir %{_ltspdir}/usr/X11R6/lib %{_ltspdir}/usr/X11R6/lib/*.a %attr(755,root,root) %{_ltspdir}/usr/X11R6/lib/*.so* %attr(755,root,root) %{_ltspdir}/usr/X11R6/lib/X11 %attr(755,root,root) %{_ltspdir}/usr/X11R6/lib/modules +%attr(755,root,root) %{_ltspdir}/usr/bin +%{_ltspdir}/usr/include +%{_ltspdir}/usr/lib +%{_ltspdir}/usr/share %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -59,6 +71,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2005/06/29 20:08:15 sardzent +- up to 4.0.1 +- doesn't build (Unable to recognise the format of the input file) +- not tested +- missing desc + Revision 1.9 2004/09/11 17:53:57 wolf - correct group - rel++ ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/ltsp_x_core.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
