Accepted submit request 53237 from user rmax OBS-URL: https://build.opensuse.org/request/show/53237 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vtcl?expand=0&rev=8
112 lines
3.2 KiB
RPMSpec
112 lines
3.2 KiB
RPMSpec
#
|
|
# spec file for package vtcl (Version 1.6.0)
|
|
#
|
|
# Copyright (c) 2009 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: vtcl
|
|
License: GPL v2 or later
|
|
Group: Development/Languages/Tcl
|
|
Requires: tcl tk
|
|
AutoReqProv: on
|
|
Version: 1.6.0
|
|
Release: 175
|
|
Summary: Visual Tcl
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
Source0: %name-%version.tar.bz2
|
|
Source1: vtcl
|
|
Patch0: vtcl-tkversion.patch
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
Visual Tcl is a freely-available, high-quality application development
|
|
environment for UNIX, Windows, and Macintosh platforms. Writing
|
|
entirely in Tcl and generating pure Tcl should make porting either
|
|
unnecessary or trivial.
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
Stewart Allen <stewart@neuron.com>
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch0
|
|
|
|
%build
|
|
#
|
|
# There is nothing to build here :)
|
|
#
|
|
|
|
%install
|
|
LIBDIR=$RPM_BUILD_ROOT/usr/share/vtcl
|
|
BINDIR=$RPM_BUILD_ROOT%_bindir
|
|
mkdir -p $BINDIR $LIBDIR
|
|
cp -a *.tcl images lib $LIBDIR
|
|
install -m 755 %SOURCE1 $BINDIR
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
/usr/share/vtcl
|
|
%attr(0755,root,root) /usr/bin/vtcl
|
|
%doc LICENSE ChangeLog README doc demo sample
|
|
|
|
%clean
|
|
test "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
|
|
|
|
%changelog
|
|
* Wed Jan 25 2006 mls@suse.de
|
|
- converted neededforbuild to BuildRequires
|
|
* Thu Feb 05 2004 max@suse.de
|
|
- New version: 1.6.0
|
|
- Building as a non-root user.
|
|
* Tue Sep 17 2002 ro@suse.de
|
|
- removed bogus self-provides
|
|
* Wed Sep 05 2001 max@suse.de
|
|
- New version: 1.5.2
|
|
- revamped user interface
|
|
- rewritten bindings editor
|
|
- rewritten menu editor
|
|
- new widget description system
|
|
- easier insertion of widgets
|
|
- multiple file projects support
|
|
- inline images
|
|
- options can be saved or not on a widget basis
|
|
- support for namespaces in proc editor
|
|
- font and image code included in project only when needed
|
|
- Using BuildRoot
|
|
- As this package is script only, I moved it's files to
|
|
/usr/share/vtcl and changed it to be noarch.
|
|
- bzip2 the sources
|
|
* Tue Apr 10 2001 ro@suse.de
|
|
- added group tag
|
|
* Fri Nov 05 1999 max@suse.de
|
|
- changed wish's location to /usr/bin
|
|
* Mon Sep 13 1999 bs@suse.de
|
|
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
|
* Wed Nov 25 1998 max@suse.de
|
|
- new version 1.2.0
|
|
- created patch for variables window in main menu
|
|
* Fri Oct 17 1997 hf@suse.de
|
|
ready for autobuild
|
|
* Thu Jun 05 1997 hf@suse.de
|
|
A new package vtcl.
|
|
Visual Tcl is a freely-available, high-quality application development
|
|
environment for UNIX. Written entirely in Tcl and generating pure Tcl
|
|
should make porting either unnecessary or trivial.
|