- update to 8.5.3
- create vers macro for provides, obsoletes
This commit is contained in:
parent
e386b1ea52
commit
38a68abb2a
@ -1 +1 @@
|
||||
tcl8.5.2-src.tar.gz
|
||||
tcl8.5.3-src.tar.gz
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
2eeff7a61844b3e6de5202da1275cff1 tcl8.5.2-src.tar.gz
|
||||
651b2dc097a0291e31d44c72dcb5135e tcl8.5.3-src.tar.gz
|
||||
|
||||
13
tcl.spec
13
tcl.spec
@ -1,9 +1,10 @@
|
||||
%define majorver 8.5
|
||||
%define vers %{majorver}.3
|
||||
|
||||
Summary: Tcl scripting language development environment
|
||||
Name: tcl
|
||||
Version: %{majorver}.2
|
||||
Release: 3%{?dist}
|
||||
Version: %{vers}
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
License: TCL
|
||||
Group: Development/Languages
|
||||
@ -12,8 +13,8 @@ Source0: http://downloads.sourceforge.net/sourceforge/tcl/tcl%{version}-src.tar.
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Buildrequires: autoconf
|
||||
Provides: tcl(abi) = %{majorver}
|
||||
Obsoletes: tcl-tcldict <= 8.5.2
|
||||
Provides: tcl-tcldict = 8.5.2
|
||||
Obsoletes: tcl-tcldict <= %{vers}
|
||||
Provides: tcl-tcldict = %{vers}
|
||||
Patch0: tcl-8.5.1-autopath.patch
|
||||
Patch1: tcl-8.5.0-conf.patch
|
||||
Patch2: tcl-8.5.0-hidden.patch
|
||||
@ -123,6 +124,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/%{name}8.5/%{name}Config.sh
|
||||
|
||||
%changelog
|
||||
* Fri Jul 25 2008 Marcela Maslanova <mmaslano@redhat.com> - 1:8.5.3-1
|
||||
- update to 8.5.3
|
||||
- create vers macro for provides, obsoletes
|
||||
|
||||
* Mon Jul 2 2008 Marcela Maslanova <mmaslano@redhat.com> - 1:8.5.2-3
|
||||
- tclConfig.sh was fixed again with symlink into libdir/tcl8.5.
|
||||
Many packages are looking in /usr/lib, because tcl dir is versioned.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user