Author: neoclust
Date: Mon Dec 18 15:28:47 2006
New Revision: 98593
Added:
packages/cooker/tcl-tcllib/current/SPECS/tcl-tcllib.spec
Removed:
packages/cooker/tcl-tcllib/current/SPECS/tcllib.spec
Log:
- Change package name
Added: packages/cooker/tcl-tcllib/current/SPECS/tcl-tcllib.spec
==============================================================================
--- (empty file)
+++ packages/cooker/tcl-tcllib/current/SPECS/tcl-tcllib.spec Mon Dec 18
15:28:47 2006
@@ -0,0 +1,51 @@
+%define oname tcllib
+Name: tcl-%{oname}
+Version: 1.9
+Release: %mkrel 1
+Summary: Tcllib is a collection of utility modules for Tcl
+License: BSD
+Group: Networking/WWW
+Source: %oname-%version.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-root
+URL: http://www.tcl.tk/software/tcllib/
+
+Obsoletes: tcllib
+
+BuildRequires: tcl
+
+%description
+
+Tcllib is a collection of utility modules for Tcl. These modules
+provide a wide variety of functionality, from implementations of
+standard data structures to implementations of common networking
+protocols. The intent is to collect commonly used function into
+a single library, which users can rely on to be available and
+stable.
+
+%files
+%defattr(-,root,root,0755)
+%{_bindir}/page
+%{_bindir}/tcldocstrip
+%{_bindir}/dtplite
+%dir %{_libdir}/tcllib1.9
+%{_libdir}/tcllib1.9/
+%{_mandir}/mann/*.bz2
+
+#--------------------------------------------------------------------
+
+%prep
+%setup -q -n %oname-%version
+%build
+
+%configure
+
+%make
+
+
+%install
+rm -rf %{buildroot}
+
+%makeinstall
+
+%clean
+rm -rf %{buildroot}