Compare commits

...

10 Commits

Author SHA1 Message Date
Michael Catanzaro fb6e87c495 Rebuilt to add -devel subpackage to CRB 2023-05-18 14:57:11 +00:00
Mohan Boddu ea272fff9c Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-08-09 21:52:33 +00:00
Tomas Pelka e5ad8b264b enabling gating for el9 2021-06-16 13:36:26 +02:00
Mohan Boddu 6e3274b066 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-04-16 01:46:14 +00:00
DistroBaker f619ddc059 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/libwpe.git#5b3bc7ea19758345245e43dc91f0be5a309813f2
2021-03-27 23:10:19 +00:00
DistroBaker e2fd192be1 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/libwpe.git#caa83cb7d42c245ef989254ebb4dfbe50594b715
2021-03-21 13:20:28 +00:00
DistroBaker b16cd6d733 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/libwpe.git#b97ccd2849114eea47b11cb86426698bfc6ca5a5
2021-03-18 15:10:29 +00:00
DistroBaker 04e32337bd Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/libwpe.git#6be8e601dabeec55bb2c318031fa237f65ff786e
2021-02-02 12:39:05 +00:00
DistroBaker db01b0b7c3 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/libwpe.git#1b3e806e48cff8845a16f8b48147ab4b745e579c
2021-01-18 17:30:06 +00:00
Petr Šabata 3f77896b35 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/libwpe#937dd096d128b1e6f3375a1fd22b094bfc2fe367
2020-10-15 18:05:55 +02:00
6 changed files with 137 additions and 0 deletions

13
.gitignore vendored
View File

@ -0,0 +1,13 @@
/libwpe-1.0.0.tar.xz
/libwpe-1.2.0.tar.xz
/libwpe-1.3.0.tar.xz
/libwpe-1.3.1.tar.xz
/libwpe-1.4.0.tar.xz
/libwpe-1.5.90.tar.xz
/libwpe-1.6.0.tar.xz
/libwpe-1.7.1.tar.xz
/libwpe-1.8.0.tar.xz
/libwpe-1.9.1.tar.xz
/libwpe-1.9.90.tar.xz
/libwpe-1.9.91.tar.xz
/libwpe-1.10.0.tar.xz

1
.libwpe.metadata Normal file
View File

@ -0,0 +1 @@
b3f48a48b0401da19deb60cb8f15f193dff799c1 libwpe-1.10.0.tar.xz

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# libwpe
libwpe is a general purpose library developed for the wpe-flavored port of webkit

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}

113
libwpe.spec Normal file
View File

@ -0,0 +1,113 @@
Name: libwpe
Version: 1.10.0
Release: 4%{?dist}
Summary: General-purpose library for the WPE-flavored port of WebKit
License: BSD
URL: https://github.com/WebPlatformForEmbedded/%{name}
Source0: https://github.com/WebPlatformForEmbedded/libwpe/releases/download/%{version}/%{name}-%{version}.tar.xz
BuildRequires: gcc-c++
BuildRequires: meson
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(xkbcommon)
Provides: wpebackend = %{version}-%{release}
Obsoletes: wpebackend < 0.2.0-2
%description
General-purpose library developed for the WPE-flavored port of WebKit
%package devel
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
%autosetup -p1 -n libwpe-%{version}
%build
%meson
%meson_build
%install
%meson_install
%files
%license COPYING
%doc NEWS
%{_libdir}/libwpe-1.0.so.1.*
%{_libdir}/libwpe-1.0.so.1
%files devel
%{_includedir}/wpe-1.0/
%{_libdir}/libwpe-1.0.so
%{_libdir}/pkgconfig/wpe-1.0.pc
%changelog
* Wed Mar 09 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 1.10.0-4
- Rebuilt to add -devel subpackage to CRB
Resolves: #2059251
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.10.0-3
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.10.0-2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Fri Mar 26 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 1.10.0-1
- Update to 1.10.0
* Mon Mar 15 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 1.9.91-1
- Update to 1.9.91
* Mon Mar 08 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 1.9.90-1
- Update to 1.9.90
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Jan 18 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 1.9.1-1
- Update to 1.9.1
* Fri Sep 11 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 1.8.0-1
- Update to 1.8.0
* Wed Jul 29 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 1.7.1-1
- Update to 1.7.1 and switch to meson build system
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Thu Mar 12 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 1.6.0-1
- Update to 1.6.0
* Mon Mar 02 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 1.5.90-1
- Update to 1.5.90
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Wed Sep 18 2019 Chris King <bunnyapocalypse@protonmail.org> - 1.4.0-1
- New version
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Mon Jun 17 2019 Chris King <bunnyapocalypse@protonmail.org> - 1.3.1-1
- New version
* Wed May 8 2019 Chris King <bunnyapocalypse@protonmail.org> - 1.3.0-1
- New version
* Mon Mar 25 2019 Chris King <bunnyapocalypse@protonmail.org> - 1.2.0-1
- New vsn with soname bump
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Mon Aug 27 2018 Chris King <bunnyapocalypse@protonmail.org> - 1.0.0-1
- Initial RPM package

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (libwpe-1.10.0.tar.xz) = b5634dd71cca70eb960f3c045ad109346ab6ce6b01aa8c8bc8f326d232eb16ac1600757896a4b99720af3c77084351ea4f69e2e2c81b9c32cc8bc12a5c66ba3c