Skip to content

Commit

Permalink
Base Version: Updating version from 1.12.0 -> 1.15.2 (Fedora 40).
Browse files Browse the repository at this point in the history
  • Loading branch information
v-smalavathu committed Nov 22, 2024
1 parent d647152 commit a7ff44b
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 20 deletions.
6 changes: 6 additions & 0 deletions SPECS-EXTENDED/libwpe/libwpe-1.15.2.tar.xz.asc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
-----BEGIN PGP SIGNATURE-----

iF0EABEDAB0WIQRao7wzT9fjNp58d7KRxVnb5MkSOwUCZbJ1TAAKCRCRxVnb5MkS
O1rjAJ9E4u/3REGQy3Inzfu4bIhpFGsAcACfccAXqH7RV6hN7OCEdmZwE9ADoBY=
=48jg
-----END PGP SIGNATURE-----
4 changes: 3 additions & 1 deletion SPECS-EXTENDED/libwpe/libwpe.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"Signatures": {
"libwpe-1.12.0.tar.xz": "e8eeca228a6b4c36294cfb63f7d3ba9ada47a430904a5a973b3c99c96a44c18c"
"libwpe-1.15.2.tar.xz": "6d769f64cee0fb1b5069c3b250b0f91e5cd90564cd2efdf633442bab96e5dbe8",
"libwpe-1.15.2.tar.xz.asc": "17577d9bf2603c0caba8cda5dfa8a69cb11114c57282071f8dce1b96385e6ab4",
"gpgkey-5AA3BC334FD7E3369E7C77B291C559DBE4C9123B.gpg": "acfa112e3719b1f5aee1a658affe36a9ab4f0b068a139fbcf8ac2ccd3c1f3959"
}
}
37 changes: 20 additions & 17 deletions SPECS-EXTENDED/libwpe/libwpe.spec
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
Summary: General-purpose library for the WPE-flavored port of WebKit
Name: libwpe
Version: 1.12.0
Version: 1.15.2
Release: 1%{?dist}
License: BSD
Vendor: Microsoft Corporation
Distribution: Azure Linux
URL: https://github.com/WebPlatformForEmbedded/%{name}
Source0: https://github.com/WebPlatformForEmbedded/libwpe/releases/download/%{version}/%{name}-%{version}.tar.xz
BuildRequires: cmake
Source1: https://github.com/WebPlatformForEmbedded/libwpe/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
# Created from https://keys.openpgp.org/vks/v1/by-fingerprint/5AA3BC334FD7E3369E7C77B291C559DBE4C9123B
# $ gpg --import 5AA3BC334FD7E3369E7C77B291C559DBE4C9123B.asc
# $ gpg2 --export --export-options export-minimal 5AA3BC334FD7E3369E7C77B291C559DBE4C9123B > gpgkey-5AA3BC334FD7E3369E7C77B291C559DBE4C9123B.gpg
Source2: gpgkey-5AA3BC334FD7E3369E7C77B291C559DBE4C9123B.gpg

BuildRequires: gcc-c++
BuildRequires: libxkbcommon-devel
BuildRequires: mesa-libEGL-devel
Provides: wpebackend = %{version}-%{release}
Obsoletes: wpebackend < 0.2.0-2
BuildRequires: gnupg2
BuildRequires: meson
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(xkbcommon)

%description
General-purpose library developed for the WPE-flavored port of WebKit

%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}

%description devel
The %{name}-devel package contains libraries, build data, and header
files for developing applications that use %{name}.

%prep
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
%autosetup -p1 -n libwpe-%{version}

%build
mkdir -p %{_target_platform}
pushd %{_target_platform}
%cmake \
-DCMAKE_BUILD_TYPE=Release \
..
popd

%make_build -C %{_target_platform}
%meson
%meson_build

%install
%make_install -C %{_target_platform}
%meson_install

%files
%license COPYING
Expand All @@ -53,6 +53,9 @@ popd
%{_libdir}/pkgconfig/wpe-1.0.pc

%changelog
* Thu Nov 22 2024 Sreenivasulu Malavathula <v-smalavathu@microsoft.com> - 1.15.2-1
- Updating Azure-Linux to 1.15.2 that impprt from Fedora 40 (license: MIT).

* Sat May 14 2022 Sriram Nambakam <snambakam@microsoft.com> - 1.12.0-1
- Update to 1.12.0
- License verified
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11561,8 +11561,8 @@
"type": "other",
"other": {
"name": "libwpe",
"version": "1.12.0",
"downloadUrl": "https://github.com/WebPlatformForEmbedded/libwpe/releases/download/1.12.0/libwpe-1.12.0.tar.xz"
"version": "1.15.2",
"downloadUrl": "https://github.com/WebPlatformForEmbedded/libwpe/releases/download/1.15.2/libwpe-1.15.2.tar.xz"
}
}
},
Expand Down

0 comments on commit a7ff44b

Please sign in to comment.