SPECS: detachtty.spec (NEW) - New package.

japhy japhy at pld-linux.org
Thu Dec 13 00:56:43 CET 2007


Author: japhy                        Date: Wed Dec 12 23:56:43 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- New package.

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

---- Diffs:

================================================================
Index: SPECS/detachtty.spec
diff -u /dev/null SPECS/detachtty.spec:1.1
--- /dev/null	Thu Dec 13 00:56:43 2007
+++ SPECS/detachtty.spec	Thu Dec 13 00:56:37 2007
@@ -0,0 +1,79 @@
+# $Revision$, $Date$
+#
+%define		_snapshot	bese20071213
+Summary:	An utility that lets you run interactive programs non-interactively.
+Summary(pl.UTF-8):	Narzędzie pozwalające na nieinteraktywne uruchamianie interaktywnych programów.
+Name:		detachtty
+Version:	0.%{_snapshot}
+Release:	1
+License:	GPL v2
+Group:		Applications
+#		darcs get http://common-lisp.net/project/bese/repos/detachtty/
+Source0:	%{name}-%{version}.tar.gz
+# Source0-md5:	9ad00851091df6ecf40489ef83c668f7
+URL:		http://www.cliki.net/detachtty
+%if %{with initscript}
+BuildRequires:	rpmbuild(macros) >= 1.228
+Requires(post,preun):	/sbin/chkconfig
+%endif
+Suggests:	openssh-clients
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Detachtty is a Unix utility that lets you run interactive programs
+(such as Lisp) non-interactively. Also, it allows you to connect to
+them over the network when you do need to interact with them. It is
+intended for use with long-running server processes running in Common
+Lisp implementations.
+
+%description -l pl.UTF-8
+Detachtty jest uniksowym narzędziem pozwalającym na uruchamianie
+programów interaktywnych (jak Lisp) w sposób nieinteraktywny.
+Ponadto, pozwala połączyć się z tymi procesami przez sieć, gdy
+zachodzi potrzeba interakcji.  Stworzony został z myślą o długo
+działających procesach uruchomionych w środowisku Common Lisp.
+
+%prep
+%setup -q
+
+%build
+# if ac/am/* rebuilding is necessary, do it in this order and add
+# appropriate BuildRequires
+#%%{__intltoolize}
+#%%{__gettextize}
+#%%{__libtoolize}
+#%%{__aclocal}
+#%%{__autoconf}
+#%%{__autoheader}
+#%%{__automake}
+#cp -f /usr/share/automake/config.sub .
+
+%{__make} \
+	CFLAGS="%{rpmcflags} -DNEED_PTY_H" \
+	LDFLAGS="%{rpmldflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	INSTALL_DIR=%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/*
+
+%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  2007-12-12 23:56:37  japhy
+- New package.
+
================================================================


More information about the pld-cvs-commit mailing list