File bwidget.spec of Package bwidget
#
# spec file for package bwidget (Version 1.8.0)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: bwidget
BuildRequires: tcl
License: BSD 3-Clause
Version: 1.8.0
Release: 1
Summary: A Set of Megawidgets for Tcl/Tk
Group: Development/Libraries/Tcl
BuildArch: noarch
Requires: tk
AutoReqProv: on
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %name-%{version}-20071031.tar.bz2
%description
Add useful and nice-looking widgets to your interfaces with the BWidget
Toolkit, a set of native Tk 8.x Widgets using Tcl8.x namespaces. The
BWidgets have a professional look and feel as in other well-known
toolkits (Tix or Incr Widget). However, the concept is radically
different because everything is native. There is no platform
compilation and no compiled extension libraries are needed. The code is
in pure Tcl/Tk.
Authors:
--------
Philippe Chassany <philc@unifix-online.com>
Bob Techentin <techentin.robert@mayo.edu>
%prep
%setup -q
%build
%install
dir=%buildroot%tcl_noarchdir/%name%version
mkdir -m755 -p $dir
cp -a *.tcl images lang $dir
chmod a+x demo/demo.tcl
%clean
rm -rf %buildroot
%files
%defattr(-,root,root)
%doc demo BWman/* ChangeLog CHANGES.txt LICENSE.txt README.txt
%tcl_noarchdir
%changelog
* Thu Apr 17 2008 max@suse.de
- New version 1.8.0 from CVS as of 2007-10-31.
- Many bug fixes, new translations and adjustments for Tk 8.5.
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Fri Jun 17 2005 max@suse.de
- Moved script library to /usr/share/tcl .
* Fri Jan 30 2004 max@suse.de
- new version: 1.7.0 + some newer fixes from CVS.
- building as a non-root user.
* Mon May 26 2003 max@suse.de
- new version: 1.6
* Thu Jun 13 2002 max@suse.de
- new version: 1.4.1
* Mon Feb 25 2002 max@suse.de
- fixed permissions of library and demo scripts.
* Mon Jul 23 2001 max@suse.de
- new version 1.3.1
- changed RPM group to Development/Libraries/Tcl
- using buildroot
- BuildArchitectures: noarch
- added missing ./config subdir and it's contents.
* Sat Dec 09 2000 nashif@suse.de
- sorted
* Tue Oct 12 1999 max@suse.de
- new package (version 1.2.1)