rpms/tcl-tcludp/devel import.log, NONE, 1.1 tcl-tcludp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tom Callaway spot at fedoraproject.org
Wed Oct 22 15:19:55 UTC 2008


Author: spot

Update of /cvs/extras/rpms/tcl-tcludp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3596/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log tcl-tcludp.spec 
Log Message:

initial import



--- NEW FILE import.log ---
tcl-tcludp-1_0_8-1_fc10:HEAD:tcl-tcludp-1.0.8-1.fc10.src.rpm:1224688659


--- NEW FILE tcl-tcludp.spec ---
%{!?tcl_version: %define tcl_version %(echo 'puts $tcl_version' | tclsh)}
%{!?tcl_sitearch: %define tcl_sitearch %{_libdir}/tcl%{tcl_version}}
%define realname tcludp

Name:		tcl-%{realname}
Version:	1.0.8
Release:	1%{?dist}
Summary:	Tcl extension for UDP support
Group:		System Environment/Libraries
License:	MIT
URL:		http://sourceforge.net/projects/tcludp
Source0:	http://downloads.sourceforge.net/%{realname}/%{realname}-%{version}.tar.gz
BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Provides:	tcl-udp = %{version}-%{release}
Provides:	%{realname} = %{version}-%{release}
BuildRequires:	tcl-devel, tk-devel
Requires:	tcl(abi) = 8.5

%description
The Tcl UDP extension provides a simple library to support UDP socket in Tcl.

%prep
%setup -q -n %{realname}-%{version}

%build
%configure
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install
install -d %{buildroot}%{tcl_sitearch}
mv %{buildroot}%{_libdir}/udp%{version} %{buildroot}%{tcl_sitearch}/udp%{version}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README license.terms ChangeLog
%{tcl_sitearch}/udp%{version}/
%{_mandir}/mann/udp*

%changelog
* Thu Jun 26 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.0.8-1
- initial package for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/tcl-tcludp/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Oct 2008 15:13:17 -0000	1.1
+++ .cvsignore	22 Oct 2008 15:19:24 -0000	1.2
@@ -0,0 +1 @@
+tcludp-1.0.8.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/tcl-tcludp/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Oct 2008 15:13:17 -0000	1.1
+++ sources	22 Oct 2008 15:19:24 -0000	1.2
@@ -0,0 +1 @@
+60dd3a553fc8e579ecfd6622252da2d2  tcludp-1.0.8.tar.gz




More information about the scm-commits mailing list