Accepting request 97584 from devel:languages:tcl
- tcl's license is BSD-3-Clause - add autoconf as buildrequire to avoid implicit dependency (forwarded request 97552 from coolo) OBS-URL: https://build.opensuse.org/request/show/97584 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tix?expand=0&rev=12
This commit is contained in:
parent
e34a456014
commit
c01c1aa6ec
10
tix.changes
10
tix.changes
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 21 10:46:44 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- tcl's license is BSD-3-Clause
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 21 10:45:53 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- add autoconf as buildrequire to avoid implicit dependency
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 4 17:58:54 CEST 2008 - max@suse.de
|
Fri Apr 4 17:58:54 CEST 2008 - max@suse.de
|
||||||
|
|
||||||
|
73
tix.spec
73
tix.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tix (Version 8.4.3)
|
# spec file for package tix
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2011 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: tix
|
Name: tix
|
||||||
BuildRequires: fdupes itcl tk-devel xorg-x11-devel
|
BuildRequires: autoconf
|
||||||
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: itcl
|
||||||
|
BuildRequires: tk-devel
|
||||||
|
BuildRequires: xorg-x11-devel
|
||||||
%define V_TIX 8.1.%tcl_version
|
%define V_TIX 8.1.%tcl_version
|
||||||
%define prefix /usr
|
%define prefix /usr
|
||||||
%define mandir /usr/share/man
|
%define mandir /usr/share/man
|
||||||
Version: 8.4.3
|
Version: 8.4.3
|
||||||
Release: 49
|
Release: 0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: Tools for tk
|
Summary: Tools for tk
|
||||||
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/Tcl
|
Group: Development/Libraries/Tcl
|
||||||
AutoReqProv: on
|
|
||||||
Source: Tix%version-src.tar.bz2
|
Source: Tix%version-src.tar.bz2
|
||||||
Patch0: %name.patch
|
Patch0: %name.patch
|
||||||
Group: Development/Libraries/Tcl
|
|
||||||
License: tcl license
|
|
||||||
Summary: Tools for tk
|
Summary: Tools for tk
|
||||||
Provides: tixwish tixwish%V_TIX
|
Provides: tixwish tixwish%V_TIX
|
||||||
|
|
||||||
@ -86,58 +86,3 @@ rm -rf %buildroot
|
|||||||
%_libdir/tcl
|
%_libdir/tcl
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Apr 04 2008 max@suse.de
|
|
||||||
- New version 8.4.3, works with Tcl/Tk 8.5.
|
|
||||||
* Tue Jun 05 2007 max@suse.de
|
|
||||||
- New version: 8.4.0
|
|
||||||
- Lots of cleanup and bugs fixed.
|
|
||||||
- Better per-default compliance with rpmlint.
|
|
||||||
- The 'tixwish' executable is gone. Use tclsh or wish and load the
|
|
||||||
Tix package dynamically.
|
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
|
||||||
- converted neededforbuild to BuildRequires
|
|
||||||
* Fri Jul 29 2005 max@suse.de
|
|
||||||
- Moved script library to /usr/share/tcl .
|
|
||||||
* Thu Feb 05 2004 max@suse.de
|
|
||||||
- Building as a shared lib again.
|
|
||||||
- Added -fno-strict-aliasing to CFLAGS.
|
|
||||||
* Thu Jan 15 2004 max@suse.de
|
|
||||||
- New version: 8.1.4
|
|
||||||
* Sat Jan 10 2004 adrian@suse.de
|
|
||||||
- build as user
|
|
||||||
* Wed Jul 23 2003 max@suse.de
|
|
||||||
- Added tk-devel to neededforbuild.
|
|
||||||
* Wed May 21 2003 ro@suse.de
|
|
||||||
- remove .cvsignore files
|
|
||||||
- fix filelist
|
|
||||||
* Tue Nov 12 2002 ro@suse.de
|
|
||||||
- changed neededforbuild <xshared> to <x-devel-packages>
|
|
||||||
- changed neededforbuild <xdevel> to <>
|
|
||||||
* Tue Jul 09 2002 max@suse.de
|
|
||||||
- Ready for Tcl/Tk 8.4.
|
|
||||||
- Doesn't break on KDE3 anymore [Bug #16428].
|
|
||||||
* Wed Apr 10 2002 max@suse.de
|
|
||||||
- Fixed for new version of autobuild.
|
|
||||||
* Wed Feb 20 2002 max@suse.de
|
|
||||||
- Fixed for lib64-s390x.
|
|
||||||
* Thu Jan 17 2002 max@suse.de
|
|
||||||
- New version 8.1.3
|
|
||||||
- Tix is a separate package again. The new version is able to build
|
|
||||||
without having the Tcl/Tk sources at hand.
|
|
||||||
- Don't build static libs anymore.
|
|
||||||
* Tue Nov 24 1998 max@suse.de
|
|
||||||
- merged spec-files into tcl_new.spec
|
|
||||||
* Mon Nov 23 1998 max@suse.de
|
|
||||||
- building with new Tcl/Tk version: 8.0.4
|
|
||||||
- tixwish is now dynamically linked to libtcl
|
|
||||||
* Wed Sep 23 1998 ro@suse.de
|
|
||||||
- added to specfile: applx patch for tcl8.0
|
|
||||||
* Thu May 14 1998 hf@suse.de
|
|
||||||
- english and german README.SuSE
|
|
||||||
* Mon Feb 23 1998 hf@suse.de
|
|
||||||
- changed README.SuSE
|
|
||||||
* Mon Feb 16 1998 hf@suse.de
|
|
||||||
- changes in spec file
|
|
||||||
* Thu Feb 05 1998 hf@suse.de
|
|
||||||
new package Tix for Tcl/Tk 8.0
|
|
||||||
and new directorypath to tcl/tk in /usr/lib/tcltk
|
|
||||||
|
Loading…
Reference in New Issue
Block a user