File tcllib.spec of Package tcllib

#
# spec file for package tcllib (Version 1.11)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           tcllib
Url:            http://tcllib.sf.net
BuildRequires:  tcl
Version:        1.11
Release:        1
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Group:          Development/Libraries/Tcl
License:        BSD 3-Clause
Summary:        Tcl Standard Library
BuildArch:      noarch
Source0:        %name-%version.tar.bz2
Source1:        %name-rpmlintrc

%description
This package is intended to be a collection of Tcl packages that
provide utility functions useful to a large collection of Tcl
programmers.



Authors:
--------
    Andreas Kupries <andreas_kupries@users.sourceforge.net>
    Arjen Markus <arjenmarkus@users.sourceforge.net>
    Brent Welch <welch@ajubasolutions.com>
    Brett Schwarz <schwarzkopf@users.sourceforge.net>
    Dan Kuchler <kuchler@ajubasolutions.com>
    David N. Welton <davidw@dedasys.com>
    Don Porter <dgp@users.sourceforge.net>
    Donal K. Fellows <fellowsd@cs.man.ac.uk>
    Eric Melski <ericm@scriptics.com>
    Gerald Lester <gwlester@users.sourceforge.net>
    Jeff Hobbs <jeffh@ActiveState.com>
    Joe English <jenglish@users.sourceforge.net>
    Kevin Kenny <kennykb@users.sourceforge.net>
    Melissa Chawla <hershey@scriptics.com>
    Miguel Sofer <mig@utdt.edu>
    Pat Thoyts <patthoyts@users.sourceforge.net>
    Peter MacDonald <peter@pdqi.com>
    Reinhard Max <max@suse.de>
    Ross Mohn <rpmohn@panix.com>
    Sandeep Tamhankar <sandeep@scriptics.com>
    Scott Redman <redman@scriptics.com>
    Scott Stanton <stanton@scriptics.com>
    Steffen Traeger <Steffen.Traeger@t-online.de>
    Steve Ball <Steve.Ball@zveno.com>
    vogeler <vogeler@users.sourceforge.net>

%prep
%setup -q
chmod 644 examples/mapproj/ncar780.txt
# upstream typo

%build

%install
tclsh ./installer.tcl -no-examples -no-html \
 -app-path   %buildroot/%_bindir \
 -pkg-path   %buildroot/%_datadir/tcl/%name%version \
 -nroff-path %buildroot%_mandir/mann \
 -no-wait -no-gui

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc license.terms README ChangeLog
%doc support/releases/history/README-*
%_datadir/tcl
%_bindir/*
%doc examples
%doc %_mandir/mann/*

%changelog
* Fri Oct 24 2008 max@suse.de
- New version: 1.11
- Added packages and modules:
  * amazon-s3: access to amazon's S3 service
  * xsxp: XML processing helper
  * picoirc: minimal irc client
  * simulation: simulation tools
  * stringprep, unicode: preparation for internationalized strings
  * struct::disjointset: union-merge structure
  * huddle: generic serialization format
  * yaml: YAML processing
- Modules that got new features and/or bug fixes: aes, asn,
  base64, bench, blowfish, cmdline, comm, crc, dns, doctools,
  fileutil, ftp, ftpd, grammar_fa, htmlparse, http, inifile,
  jpeg, ldap, log, math, md4, md5, md5crypt, mime, nmea, nns,
  pluginmgr, sasl, term. textutil, tie, tiff, transfer, uev, wip
- Details can be found under /usr/share/doc/packages/tcllib .
* Thu Apr 03 2008 max@suse.de
- New version: 1.10
- Added modules:
  * mapproj: Map projections
  * nns: nameservice
  * uevent: user events
  * wip: word interpreter
- Modules that got new features and/or bug fixes: asn, base64,
  bench, blowfish, comm, des, dns, doctools, fileutil, ftp, ftpd,
  grammar, http, inifile, interp, ldap, log, math, mime, nmea,
  page, png, sasl, sha1, snit, struct, tar, uri.
- Details can be found under /usr/share/doc/packages/tcllib .
* Wed Oct 18 2006 tpatzig@suse.de
- New version: 1.9
- Added modules:
  base32: Base32 encoding
  bench: Benchmarking support
  interp: Interpreter utilities
  json: JavaScript Object Notation
  ldapx: OO wrapper around ldap
  math::bigfloat: Large FP numbers
  nmea: NMEA gps messages
  otp: RFC 2289 One-Time Passwd
  page: Generator for MEcpu code and graph-based compiler
  SASL::XGoogleToken: X-GOOGLE-TOKEN auth
  term: Low-level terminal control
  tiff: TIFF image manipulation
  transfer: Classes handling and organizing various types of
  data transfers across sockets.
- Textutil functionality split into separate packages.
- Updates and bugfixes to most other modules.
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Fri Dec 23 2005 max@suse.de
- New version: 1.8
* Tue Jun 14 2005 max@suse.de
- Moved to /usr/share/tcl .
* Thu Oct 07 2004 max@suse.de
- New version: 1.7
* Tue Aug 17 2004 max@suse.de
- New version: 1.6.1
* Fri Feb 27 2004 max@suse.de
- Fixed path and name of tclsh in the examples.
* Mon Feb 16 2004 max@suse.de
- New version: 1.6.
* Mon May 12 2003 max@suse.de
- New version: 1.4.
* Mon Aug 05 2002 max@suse.de
- Copying man.macros into the manpages.
* Tue Jun 11 2002 max@suse.de
- New version 1.3
- Many new modules. See /usr/share/doc/packages/tcllib/ChangeLog
  for details.
* Wed Mar 13 2002 max@suse.de
- fixed the install script to also install the modules
  irc, doctools, and stats.
* Mon Jan 21 2002 max@suse.de
- added creation of install dirs
* Mon Jan 21 2002 max@suse.de
- new version: 1.2
- new modules: calendar, crc, doctools, irc, smtpd, and stooop.
* Mon Nov 05 2001 max@suse.de
- new version: 1.1
- new module: comm - remote communications facility
- new module: control - Procedures for control flow structures
* Thu Aug 02 2001 max@suse.de
- new package tcllib
- A script-only standard library for Tcl/Tk
openSUSE Build Service is sponsored by