From aa972475aebe6a40ea94f303234ec9b21b52cb17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Wed, 21 Feb 2007 13:18:55 +0000 Subject: [PATCH] *** empty log message *** --- .cvsignore | 1 + sources | 1 + tcl.spec | 17 ++++++++++++++++- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/.cvsignore b/.cvsignore index 68cdbbc..1365c8c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ tcl8.4.13-src.tar.gz +tcl8.4.13-html.tar.gz diff --git a/sources b/sources index 642fcf6..e26f33e 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 3010a43faa30e5a5d69cbb5e8ab67e37 tcl8.4.13-src.tar.gz +a4f80c2e262f4270daa2db61cb49c96d tcl8.4.13-html.tar.gz diff --git a/tcl.spec b/tcl.spec index 0816aed..11b3569 100644 --- a/tcl.spec +++ b/tcl.spec @@ -9,6 +9,7 @@ License: BSD Group: Development/Languages URL: http://tcl.sourceforge.net/ Source0: http://puzzle.dl.sourceforge.net/sourceforge/tcl/tcl%{version}-src.tar.gz +Source1: http://superb-east.dl.sourceforge.net/sourceforge/tcl/tcl8.4.13-html.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Buildrequires: autoconf ##Conflicts: tcldict @@ -45,8 +46,18 @@ applications. The package contains the development files and man pages for tcl. +%package html +Summary: Tcl/Tk manual in html format +Group: Development/Libraries +URL: http://superb-east.dl.sourceforge.net/sourceforge/tcl/tcl8.4.13-html.tar.gz + +%description html +Tcl/Tk is a powerful scripting language and GUI toolkit. + +This package contains the html manual. + %prep -%setup -T -D -c %{name}-%{version} -q -a 0 +%setup -T -D -c %{name}-%{version} -q -a 0 -a 1 cd %{name}%{version} chmod -x generic/tclThreadAlloc.c @@ -135,6 +146,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/%{name}Config.sh #%doc is in html +%files html +%defattr(-,root,root) +%doc %{name}%{version}/html/* + %changelog * Thu Feb 21 2007 Marcela Maslanova - 1:8.4.13-11 - review