Accepting request 256930 from devel:languages:tcl

1

OBS-URL: https://build.opensuse.org/request/show/256930
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vtcl?expand=0&rev=19
This commit is contained in:
Stephan Kulow 2014-10-16 16:15:09 +00:00 committed by Git OBS Bridge
commit 95fe3d0971
2 changed files with 16 additions and 14 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 8 12:02:49 UTC 2014 - jengelh@inai.de
- Remove old specfile tags and sections. Use implicit attributes.
-------------------------------------------------------------------
Wed May 25 09:56:15 UTC 2011 - max@novell.com

View File

@ -1,7 +1,7 @@
#
# spec file for package vtcl
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 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
@ -15,24 +15,24 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: vtcl
Version: 1.6.1a1
Release: 0
Summary: Visual Tcl
License: GPL-2.0+
Group: Development/Languages/Tcl
Requires: tcl tk tix xdg-utils
AutoReqProv: on
Version: 1.6.1a1
Release: 1
Summary: Visual Tcl
Url: http://vtcl.sourceforge.net
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: http://sourceforge.net/projects/vtcl/files/%name-%version.tar.bz2
Source1: vtcl
Patch0: vtcl-tkversion.patch
Patch1: vtcl-browser.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Requires: tcl
Requires: tix
Requires: tk
Requires: xdg-utils
%description
Visual Tcl is a freely-available, high-quality application development
@ -71,11 +71,8 @@ Authors:
%files
%defattr(-,root,root)
/usr/share/vtcl
%attr(0755,root,root) /usr/bin/vtcl
%_datadir/vtcl
%_bindir/vtcl
%doc LICENSE ChangeLog README doc demo sample examples
%clean
test "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
%changelog