SPECS: ltsp_addtl_fonts.spec (NEW) - init - bad desc

sardzent sardzent at pld-linux.org
Wed Jun 29 21:47:15 CEST 2005


Author: sardzent                     Date: Wed Jun 29 19:47:15 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init
- bad desc

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

---- Diffs:

================================================================
Index: SPECS/ltsp_addtl_fonts.spec
diff -u /dev/null SPECS/ltsp_addtl_fonts.spec:1.1
--- /dev/null	Wed Jun 29 21:47:15 2005
+++ SPECS/ltsp_addtl_fonts.spec	Wed Jun 29 21:47:10 2005
@@ -0,0 +1,67 @@
+# $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_addtl_fonts
+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-x-fonts-100dpi-1.5-0-%{_arch}.tgz
+# Source1-md5:	47207226af590f3e58eea16a6c7c2a04
+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
+
+%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 100dpi fonts 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 czcionki 100dpi dla terminali LTSP.
+
+%prep
+%setup -q -n ltsp-utils
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_ltspdir}
+tar zxf %{SOURCE1}
+cd i386
+cp -r usr $RPM_BUILD_ROOT%{_ltspdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+#%doc README
+%dir %{_ltspdir}
+%{_ltspdir}/usr/X11R6/lib/X11/fonts/100dpi
+
+%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 19:47:10  sardzent
+- init
+- bad desc
+
================================================================



More information about the pld-cvs-commit mailing list