SPECS: cyclades-serial-client.spec (NEW) - new
qboosh
qboosh at pld-linux.org
Fri Mar 10 10:22:34 CET 2006
Author: qboosh Date: Fri Mar 10 09:22:34 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
cyclades-serial-client.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/cyclades-serial-client.spec
diff -u /dev/null SPECS/cyclades-serial-client.spec:1.1
--- /dev/null Fri Mar 10 10:22:34 2006
+++ SPECS/cyclades-serial-client.spec Fri Mar 10 10:22:29 2006
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+# TODO: fix lib install when "%{_lib}" != "lib"
+Summary: Serial Port Interface for RFC 2217 compliant terminal servers
+Summary(pl): Interfejs portów szeregowych dla serwerów terminali zgodnych z RFC 2217
+Name: cyclades-serial-client
+Version: 0.93
+Release: 0.1
+License: GPL v2
+Group: Applications/Communications
+Source0: http://www.lysator.liu.se/~astrand/projects/cyclades-serial-client/%{name}-%{version}.tgz
+# Source0-md5: 6f43a9b4998ce966b42f12eca12ab3fb
+URL: http://www.lysator.liu.se/~astrand/projects/cyclades-serial-client/
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package connects a pseudo-tty on a local system to a remote
+serial port.
+
+%description -l pl
+Ten pakiet połącza pseudoterminal na systemie lokalnym do zdalnego
+portu szeregowego.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make} \
+ CCFLAGS="%{rpmcflags} -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -pedantic" \
+ LDFLAGS="%{rpmldflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ prefix=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc debian/changelog
+%attr(755,root,root) %{_sbindir}/cyclades-serial-client
+%attr(755,root,root) %{_sbindir}/cyclades-ser-cli
+%attr(755,root,root) %{_libdir}/libcyclades-ser-cli.so
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cyclades-devices
+%{_mandir}/man[58]/*
+
+%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/10 09:22:29 qboosh
+- new
================================================================
More information about the pld-cvs-commit
mailing list