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:
commit
95fe3d0971
@ -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
|
Wed May 25 09:56:15 UTC 2011 - max@novell.com
|
||||||
|
|
||||||
|
25
vtcl.spec
25
vtcl.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package vtcl
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,24 +15,24 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: vtcl
|
Name: vtcl
|
||||||
|
Version: 1.6.1a1
|
||||||
|
Release: 0
|
||||||
|
Summary: Visual Tcl
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Development/Languages/Tcl
|
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
|
Url: http://vtcl.sourceforge.net
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
Source: http://sourceforge.net/projects/vtcl/files/%name-%version.tar.bz2
|
Source: http://sourceforge.net/projects/vtcl/files/%name-%version.tar.bz2
|
||||||
Source1: vtcl
|
Source1: vtcl
|
||||||
Patch0: vtcl-tkversion.patch
|
Patch0: vtcl-tkversion.patch
|
||||||
Patch1: vtcl-browser.patch
|
Patch1: vtcl-browser.patch
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Requires: tcl
|
||||||
|
Requires: tix
|
||||||
|
Requires: tk
|
||||||
|
Requires: xdg-utils
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Visual Tcl is a freely-available, high-quality application development
|
Visual Tcl is a freely-available, high-quality application development
|
||||||
@ -71,11 +71,8 @@ Authors:
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/usr/share/vtcl
|
%_datadir/vtcl
|
||||||
%attr(0755,root,root) /usr/bin/vtcl
|
%_bindir/vtcl
|
||||||
%doc LICENSE ChangeLog README doc demo sample examples
|
%doc LICENSE ChangeLog README doc demo sample examples
|
||||||
|
|
||||||
%clean
|
|
||||||
test "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user