rpms/tcl-tcludp/EL-4 tcl-tcludp.spec,NONE,1.1 sources,1.1,1.2

Tom Callaway spot at fedoraproject.org
Wed Oct 22 15:30:46 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/tcl-tcludp/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5705/EL-4

Modified Files:
	sources 
Added Files:
	tcl-tcludp.spec 
Log Message:
initial branching


--- 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 = 8.4

%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: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tcl-tcludp/EL-4/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:30:15 -0000	1.2
@@ -0,0 +1 @@
+60dd3a553fc8e579ecfd6622252da2d2  tcludp-1.0.8.tar.gz




More information about the fedora-extras-commits mailing list