Accepting request 997719 from home:matwey:branches:devel:languages:tcl

- Update to version 0.81
  Drop jimtcl-fix_doc_paths.patch

OBS-URL: https://build.opensuse.org/request/show/997719
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/jimtcl?expand=0&rev=5
This commit is contained in:
Matwey Kornilov 2022-09-10 07:56:07 +00:00 committed by Git OBS Bridge
parent 25d01265f5
commit e26a866427
3 changed files with 30 additions and 13 deletions

3
jimtcl-0.81.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ab7eb3680ba0d16f4a9eb1e05b7fcbb7d23438e25185462c55cd032a1954a985
size 3977705

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Aug 18 10:15:19 UTC 2022 - Matwey Kornilov <matwey.kornilov@gmail.com>
- Update to version 0.81
Drop jimtcl-fix_doc_paths.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Mar 30 10:11:45 UTC 2014 - matwey.kornilov@gmail.com Sun Mar 30 10:11:45 UTC 2014 - matwey.kornilov@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package jimtcl # spec file for package jimtcl
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2022 SUSE LLC
# #
# 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
@ -12,21 +12,22 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
%define libjim_name libjim0_75
%define libjim_name libjim0_81
Name: jimtcl Name: jimtcl
Version: 0.75 Version: 0.81
Release: 0 Release: 0
Summary: A small embeddable Tcl interpreter Summary: A small embeddable Tcl interpreter
License: BSD-2-Clause License: BSD-2-Clause
Group: Development/Languages/Tcl Group: Development/Languages/Tcl
Url: http://jim.tcl.tk URL: http://jim.tcl.tk
Source: jimtcl-%{version}.tar.gz Source: https://github.com/msteveb/jimtcl/archive/%{version}/%{name}-%{version}.tar.gz
Patch0: jimtcl-fix_doc_paths.patch
BuildRequires: asciidoc BuildRequires: asciidoc
BuildRequires: hostname
%description %description
Jim is an opensource small-footprint implementation of the Tcl programming Jim is an opensource small-footprint implementation of the Tcl programming
@ -38,8 +39,8 @@ UTF-8 support.
%package devel %package devel
Summary: Development files for %{name} Summary: Development files for %{name}
Group: Development/Libraries/Tcl Group: Development/Libraries/Tcl
Requires: %{name} = %{version}
Requires: %{libjim_name} = %{version} Requires: %{libjim_name} = %{version}
Requires: %{name} = %{version}
%description devel %description devel
The %{name}-devel package contains libraries and header files for The %{name}-devel package contains libraries and header files for
@ -54,7 +55,7 @@ Jim is an opensource small-footprint implementation of the Tcl programming langu
%prep %prep
%setup -q -n %{name}-%{version} %setup -q -n %{name}-%{version}
%patch0
iconv --from=ISO-8859-1 --to=UTF-8 AUTHORS > AUTHORS.new ; mv AUTHORS.new AUTHORS iconv --from=ISO-8859-1 --to=UTF-8 AUTHORS > AUTHORS.new ; mv AUTHORS.new AUTHORS
iconv --from=ISO-8859-1 --to=UTF-8 LICENSE > LICENSE.new ; mv LICENSE.new LICENSE iconv --from=ISO-8859-1 --to=UTF-8 LICENSE > LICENSE.new ; mv LICENSE.new LICENSE
@ -73,7 +74,7 @@ make test
%install %install
%make_install %make_install
rm -rf %{buildroot}%{_datadir}/doc/%{name} rm -rf %{buildroot}%{_prefix}/docs
pushd %{buildroot}%{_libdir}/ pushd %{buildroot}%{_libdir}/
ln -s libjim.so.* libjim.so ln -s libjim.so.* libjim.so
popd popd
@ -84,19 +85,26 @@ popd
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc LICENSE AUTHORS README Tcl.html %license LICENSE
%doc AUTHORS README
%{_bindir}/jimsh %{_bindir}/jimsh
%{_bindir}/jimdb
%files -n %{libjim_name} %files -n %{libjim_name}
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc LICENSE %license LICENSE
%{_libdir}/libjim.so.* %{_libdir}/libjim.so.*
%dir %{_libdir}/jim
%{_libdir}/jim/README.extensions
%{_libdir}/jim/tcltest.tcl
%files devel %files devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc DEVELOPING README.extensions README.metakit README.namespaces README.oo README.utf-8 STYLE %license LICENSE
%doc DEVELOPING README.metakit README.namespaces README.oo README.utf-8 STYLE Tcl.html
%{_includedir}/* %{_includedir}/*
%{_bindir}/build-jim-ext %{_bindir}/build-jim-ext
%{_libdir}/libjim.so %{_libdir}/libjim.so
%{_libdir}/pkgconfig/jimtcl.pc
%changelog %changelog