diff --git a/vtcl.changes b/vtcl.changes index bbb5b27..bbcf462 100644 --- a/vtcl.changes +++ b/vtcl.changes @@ -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 diff --git a/vtcl.spec b/vtcl.spec index d6a3e26..03df8fa 100644 --- a/vtcl.spec +++ b/vtcl.spec @@ -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