Accepting request 823072 from home:mrey:branches:devel:libraries:c_c++
- Update to 2.5.0: * CBOR support, minor fixes and improvements - spec file changes * change http to https in URLs * use RPM macros OBS-URL: https://build.opensuse.org/request/show/823072 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/duktape?expand=0&rev=15
This commit is contained in:
parent
6f4a0c387f
commit
3ca2622962
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:86a89307d1633b5cedb2c6e56dc86e92679fc34b05be551722d8cc69ab0771fc
|
|
||||||
size 1027744
|
|
3
duktape-2.5.0.tar.xz
Normal file
3
duktape-2.5.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:83d411560a1cd36ea132bd81d8d9885efe9285c6bc6685c4b71e69a0c4329616
|
||||||
|
size 1031188
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 28 07:16:30 UTC 2020 - Martin Rey <mrey@suse.com>
|
||||||
|
|
||||||
|
- Update to 2.5.0:
|
||||||
|
* CBOR support, minor fixes and improvements
|
||||||
|
- spec file changes
|
||||||
|
* change http to https in URLs
|
||||||
|
* use RPM macros
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 29 16:13:30 UTC 2019 - Alexei Podvalsky <avvissu@yandex.by>
|
Mon Jul 29 16:13:30 UTC 2019 - Alexei Podvalsky <avvissu@yandex.by>
|
||||||
|
|
||||||
|
15
duktape.spec
15
duktape.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package duktape
|
# spec file for package duktape
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 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
|
||||||
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
%define sover 201
|
%define sover 201
|
||||||
Name: duktape
|
Name: duktape
|
||||||
Version: 2.4.0
|
Version: 2.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Embeddable Javascript engine
|
Summary: Embeddable Javascript engine
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://duktape.org/
|
URL: https://duktape.org/
|
||||||
Source0: http://duktape.org/%{name}-%{version}.tar.xz
|
Source0: https://duktape.org/%{name}-%{version}.tar.xz
|
||||||
Source1: duktape.pc.in
|
Source1: duktape.pc.in
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -68,7 +68,7 @@ sed -e '/^INSTALL_PREFIX/s|[^=]*$|%{_prefix}|' \
|
|||||||
-e 's/\(\$.INSTALL_PREFIX.\)/$(DESTDIR)\1/' \
|
-e 's/\(\$.INSTALL_PREFIX.\)/$(DESTDIR)\1/' \
|
||||||
-e 's/\/lib\b/\/%{_lib}/g' \
|
-e 's/\/lib\b/\/%{_lib}/g' \
|
||||||
< Makefile.sharedlibrary > Makefile
|
< Makefile.sharedlibrary > Makefile
|
||||||
make -j1
|
%make_build -j1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -79,13 +79,12 @@ install -Dm0644 %{name}.pc.in %{buildroot}%{_libdir}/pkgconfig/%{name}.pc
|
|||||||
%postun -n lib%{name}%{sover} -p /sbin/ldconfig
|
%postun -n lib%{name}%{sover} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n lib%{name}%{sover}
|
%files -n lib%{name}%{sover}
|
||||||
%defattr(-,root,root)
|
%doc AUTHORS.rst
|
||||||
%doc AUTHORS.rst LICENSE.txt
|
%license LICENSE.txt
|
||||||
%{_libdir}/libduktape.so.*
|
%{_libdir}/libduktape.so.*
|
||||||
%{_libdir}/libduktaped.so.*
|
%{_libdir}/libduktaped.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_includedir}/duk_config.h
|
%{_includedir}/duk_config.h
|
||||||
%{_includedir}/duktape.h
|
%{_includedir}/duktape.h
|
||||||
%{_libdir}/libduktape.so
|
%{_libdir}/libduktape.so
|
||||||
|
Loading…
Reference in New Issue
Block a user