diff --git a/.gitignore b/.gitignore deleted file mode 100644 index d9f0c39..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/wlroots-*.tar.gz -/wlroots-*.tar.gz.sig diff --git a/README.md b/README.md deleted file mode 100644 index 57ed5f0..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# wlroots0.13 - -The wlroots0.13 package diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5b6e2e9 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +This compat package is no longer used diff --git a/gpgkey-0FDE7BE0E88F5E48.gpg b/gpgkey-0FDE7BE0E88F5E48.gpg deleted file mode 100644 index 3530f32..0000000 Binary files a/gpgkey-0FDE7BE0E88F5E48.gpg and /dev/null differ diff --git a/sources b/sources deleted file mode 100644 index 749c526..0000000 --- a/sources +++ /dev/null @@ -1,2 +0,0 @@ -SHA512 (wlroots-0.13.0.tar.gz) = 1c942a6b8a628383e2b68cd9096d3525021347c5c363a8239a3b4fb0d5736ffcd3e2c1333fdd7d95ecf214dd04bf01062b4f1b4fbbcd88d1d086a55261ca0c82 -SHA512 (wlroots-0.13.0.tar.gz.sig) = 85cb0ac339ea00d328171b6a7266797a662020815ffff150d593ed997b5e256d7f3839bcaedc37c0fc098f101671fc863fe15ad1054537799456fc7878a5ef38 diff --git a/wlroots0.13.spec b/wlroots0.13.spec deleted file mode 100644 index c47ba05..0000000 --- a/wlroots0.13.spec +++ /dev/null @@ -1,118 +0,0 @@ -# Version of the .so library -%global abi_ver 8 -%global compat_ver 0.13 -%global compat_name wlroots - -Name: %{compat_name}%{compat_ver} -Version: %{compat_ver}.0 -Release: 3%{?dist} -Summary: A modular Wayland compositor library - -# Source files/overall project licensed as MIT, but -# - LGPLv2.1+ -# * protocol/idle.xml -# * protocol/server-decoration.xml -# Those files are processed to C-compilable files by the -# `wayland-scanner` binary during build and don't alter -# the main license of the binaries linking with them by -# the underlying licenses. -License: MIT -URL: https://github.com/swaywm/%{compat_name} -Source0: %{url}/releases/download/%{version}/%{compat_name}-%{version}.tar.gz -Source1: %{url}/releases/download/%{version}/%{compat_name}-%{version}.tar.gz.sig -# 0FDE7BE0E88F5E48: emersion -Source2: https://emersion.fr/.well-known/openpgpkey/hu/dj3498u4hyyarh35rkjfnghbjxug6b19#/gpgkey-0FDE7BE0E88F5E48.gpg - -BuildRequires: gcc -BuildRequires: gnupg2 -BuildRequires: meson >= 0.56.0 -BuildRequires: pkgconfig(egl) -BuildRequires: pkgconfig(gbm) >= 17.1.0 -BuildRequires: pkgconfig(glesv2) -BuildRequires: pkgconfig(libdrm) >= 2.4.95 -BuildRequires: pkgconfig(libinput) >= 1.14.0 -BuildRequires: pkgconfig(libsystemd) >= 237 -BuildRequires: pkgconfig(libudev) -BuildRequires: pkgconfig(pixman-1) -BuildRequires: pkgconfig(uuid) -BuildRequires: pkgconfig(wayland-client) -BuildRequires: pkgconfig(wayland-egl) -BuildRequires: pkgconfig(wayland-protocols) >= 1.17 -BuildRequires: pkgconfig(wayland-scanner) -BuildRequires: pkgconfig(wayland-server) >= 1.19 -BuildRequires: pkgconfig(x11-xcb) -BuildRequires: pkgconfig(xcb) -BuildRequires: pkgconfig(xcb-icccm) -BuildRequires: pkgconfig(xcb-renderutil) -BuildRequires: pkgconfig(xkbcommon) -BuildRequires: pkgconfig(xwayland) - -%description -%{summary}. - - -%package devel -Summary: Development files for %{name} -Requires: %{name}%{?_isa} == %{version}-%{release} -# not required per se, so not picked up automatically by RPM -Recommends: pkgconfig(xcb-icccm) -# Conflicts with other wlroots-devel packages -Conflicts: pkgconfig(wlroots) - -%description devel -Development files for %{name}. - - -%prep -%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}' -%autosetup -p1 -n %{compat_name}-%{version} - - -%build -MESON_OPTIONS=( - # Disable options requiring extra/unpackaged dependencies - -Dexamples=false - -Dxcb-errors=disabled - -Dlibseat=disabled - # select systemd logind provider - -Dlogind-provider=systemd - -%ifarch s390x - # Disable -Werror on s390x: https://github.com/swaywm/wlroots/issues/2018 - -Dwerror=false -%endif -) - -%{meson} "${MESON_OPTIONS[@]}" -%{meson_build} - - -%install -%{meson_install} - - -%check -%{meson_test} - - -%files -%license LICENSE -%doc README.md -%{_libdir}/lib%{compat_name}.so.%{abi_ver}* - - -%files devel -%{_includedir}/wlr -%{_libdir}/lib%{compat_name}.so -%{_libdir}/pkgconfig/%{compat_name}.pc - - -%changelog -* Sat Jan 22 2022 Fedora Release Engineering - 0.13.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 0.13.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jul 07 2021 Aleksei Bavshin - 0.13.0-1 -- Initialize compat wlroots0.13 package