SPECS: ltsp_localdev.spec (NEW) - init - missing pl desc (all desc...

sardzent sardzent at pld-linux.org
Wed Jun 29 19:40:15 CEST 2005


Author: sardzent                     Date: Wed Jun 29 17:40:15 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init
- missing pl desc (all desc needs to be rewritten)
- wrong perms i package
- destination dir like in ltsp_core
- not tested

---- Files affected:
SPECS:
   ltsp_localdev.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/ltsp_localdev.spec
diff -u /dev/null SPECS/ltsp_localdev.spec:1.1
--- /dev/null	Wed Jun 29 19:40:15 2005
+++ SPECS/ltsp_localdev.spec	Wed Jun 29 19:40:10 2005
@@ -0,0 +1,78 @@
+# $Revision$, $Date$
+%define		_arch	i386
+%define		_pver	4.1
+
+Summary:	Linux Terminal Server Project - Core system for terminals
+Summary(pl):	Podstawowy system dla terminali z Linux Terminal Server Project
+Name:		ltsp_localdev
+Version:	4.0.1
+Release:	0.1
+License:	GPL
+Group:		Applications/Networking
+Source0:	http://www.ltsp.org/ltsp-utils-0.11.tgz
+# Source0-md5:	b17b350b18b04d769fcadcd12885a573
+Source1:	http://ltsp.mirrors.tds.net/pub/ltsp/ltsp-%{_pver}/ltsp-localdev-1.2-0-i386.tgz
+# Source1-md5:	0f2750bfd151a79e9d48e894645b5e5b
+Source2:	http://ltsp.mirrors.tds.net/pub/ltsp/ltsp-%{_pver}/ltsp-samba-1.3-0-i386.tgz
+# Source2-md5:	245ec4396b48227d660af33c2e39609c
+URL:		http://www.ltsp.org/
+Requires:	ltsp_core
+AutoProv:	0
+AutoReq:	0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_ltspdir	/home/services/ltsp
+#%define		no_install_post_strip	1
+
+%description
+LTSP is an add-on package for Linux that allows you to connect lots of
+low-powered thin client terminals to a Linux server. Applications
+typically run on the server and accept input and display their output
+on the thin client display. LTSP is available as a set of packages that
+can be installed on any Linux system.
+
+This package contains local device tools for LTSP terminals.
+
+%description -l pl
+- Jak obniżyć koszty I ocalić planetę?
+- Przekształcić te stare pecety na X-terminale z użyciem LTSP.
+
+Ten pakiet zawiera pliki obsługujące lokalne urządzenia dla terminali LTSP.
+
+%prep
+%setup -q -n ltsp-utils
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_ltspdir}
+tar zxf %{SOURCE1}
+tar zxf %{SOURCE2}
+cd i386
+cp -r {sbin,etc,usr} $RPM_BUILD_ROOT%{_ltspdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+#%doc README
+%dir %{_ltspdir}
+%attr(755,root,root) %{_ltspdir}/sbin
+# XXX: fix perms inside!!!
+%{_ltspdir}/etc/*
+%{_ltspdir}/usr/*
+
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/06/29 17:40:10  sardzent
+- init
+- missing pl desc (all desc needs to be rewritten)
+- wrong perms i package
+- destination dir like in ltsp_core
+- not tested
+
================================================================



More information about the pld-cvs-commit mailing list