SPECS: tcl-udp.spec (NEW) - initial

arekm arekm at pld-linux.org
Wed Jun 4 19:03:29 CEST 2008


Author: arekm                        Date: Wed Jun  4 17:03:29 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

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

---- Diffs:

================================================================
Index: SPECS/tcl-udp.spec
diff -u /dev/null SPECS/tcl-udp.spec:1.1
--- /dev/null	Wed Jun  4 19:03:29 2008
+++ SPECS/tcl-udp.spec	Wed Jun  4 19:03:24 2008
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+Summary:	Create UDP sockets in Tcl
+Name:		tcl-udp
+Version:	1.0.8
+Release:	1
+License:	distributable
+Group:		Development/Languages/Tcl
+Source0:	http://dl.sourceforge.net/tcludp/tcludp-%{version}.tar.gz
+# Source0-md5:	60dd3a553fc8e579ecfd6622252da2d2
+URL:		http://tcludp.sourceforge.net/
+BuildRequires:	tcl-devel >= 8.4.3
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Tcl UDP extension provides a simple library to support UDP socket
+in Tcl.
+
+%prep
+%setup -q -n tcludp-%{version}
+
+%build
+%configure \
+	--enable-64bit
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR="$RPM_BUILD_ROOT"
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog README
+%dir %{_libdir}/udp*
+%attr(755,root,root) %{_libdir}/udp*/libudp*.so
+%{_libdir}/udp*/*.tcl
+%{_mandir}/man*/udp*
+
+%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  2008-06-04 17:03:24  arekm
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list