SPECS: vttest.spec (NEW) - new

qboosh qboosh at pld-linux.org
Sat Mar 4 20:00:57 CET 2006


Author: qboosh                       Date: Sat Mar  4 19:00:57 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/vttest.spec
diff -u /dev/null SPECS/vttest.spec:1.1
--- /dev/null	Sat Mar  4 20:00:57 2006
+++ SPECS/vttest.spec	Sat Mar  4 20:00:51 2006
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+Summary:	Test VT100-type terminal
+Summary(pl):	Narzędzie do testowania terminala typu VT100
+Name:		vttest
+Version:	20051020
+Release:	1
+License:	MIT-like
+Group:		Applications
+Source0:	ftp://invisible-island.net/vttest/%{name}-%{version}.tgz
+# Source0-md5:	9a516ae104867bbdb8ebd53df5ec5c55
+URL:		http://dickey.his.com/vttest/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is a program to test the compatibility (or to demonstrate the
+non-compatibility) of so-called "VT100-compatible" terminals.
+
+%description -l pl
+Ten program służy do testowania kompatybilności (lub demonstrowania
+niekompatybilności) tak zwanych terminali "zgodnych z VT100".
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	mandir=$RPM_BUILD_ROOT%{_mandir}/man1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc BUGS CHANGES COPYING README
+%attr(755,root,root) %{_bindir}/vttest
+%{_mandir}/man1/vttest.1*
+
+%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  2006/03/04 19:00:51  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list