diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-06 02:23:03 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-06 02:23:03 +0000 |
commit | eac342e162b012bf5bd1d59535b3f31bfb0b5558 (patch) | |
tree | cbc8717451415927966d12446b19169fad364e89 | |
parent | aae24df7cbeca65b3b2e16c69e0fa075cac1159a (diff) |
automatic import of libdecoropeneuler24.03_LTS
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | libdecor.spec | 72 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 74 insertions, 0 deletions
@@ -0,0 +1 @@ +/libdecor-0.1.1.tar.xz diff --git a/libdecor.spec b/libdecor.spec new file mode 100644 index 0000000..66c5362 --- /dev/null +++ b/libdecor.spec @@ -0,0 +1,72 @@ +Name: libdecor +Version: 0.1.1 +Release: 1%{?dist} +Summary: Wayland client side decoration library + +License: MIT +URL: https://gitlab.gnome.org/jadahl/libdecor +Source: %{url}/uploads/ee5ef0f2c3a4743e8501a855d61cb397/libdecor-0.1.1.tar.xz + +BuildRequires: gcc +BuildRequires: meson +BuildRequires: pkgconfig(wayland-client) +BuildRequires: pkgconfig(dbus-1) +BuildRequires: pkgconfig(wayland-protocols) +BuildRequires: pkgconfig(cairo) +BuildRequires: pkgconfig(pangocairo) +BuildRequires: pkgconfig(wayland-cursor) +BuildRequires: pkgconfig(xkbcommon) + +%description +Libdecor provides a small helper library for providing client side decoration +to Wayland clients. + +%package devel +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. + + +%prep +%autosetup -p1 + + +%build +%meson -Ddemo=false +%meson_build + + +%install +%meson_install + + +%files +%license LICENSE +%doc README.md +%{_libdir}/libdecor-0.so.0* +%dir %{_libdir}/libdecor/ +%dir %{_libdir}/libdecor/plugins-1 +%{_libdir}/libdecor/plugins-1/libdecor-cairo.so + +%files devel +%{_includedir}/libdecor-0/ +%{_libdir}/libdecor-0.so +%{_libdir}/pkgconfig/libdecor-0.pc + + +%changelog +* Sun Nov 06 2022 Neal Gompa <ngompa@centosproject.org> - 0.1.1-1 +- Update to 0.1.1 + Resolves: rhbz#2140414 + +* Tue Dec 07 2021 Wim Taymans <wtaymans@redhat.com> - 0.1.0-3 +- Version bump for rebuild + +* Tue Dec 07 2021 Wim Taymans <wtaymans@redhat.com> - 0.1.0-2 +- Version bump for resync + +* Fri Jul 23 2021 Jonas Ã…dahl <jadahl@redhat.com> - 0.1.0-1 +- Initial Fedora packaging @@ -0,0 +1 @@ +7201e594958075d125e6f372d1cf56d7 libdecor-0.1.1.tar.xz |