commit
9eb2990b45
@ -0,0 +1 @@
|
|||||||
|
SOURCES/libdecor-0.1.0.tar.xz
|
@ -0,0 +1 @@
|
|||||||
|
0dafe4dcaafa75fbaf32b822f6a97670f30261f5 SOURCES/libdecor-0.1.0.tar.xz
|
@ -0,0 +1,68 @@
|
|||||||
|
Name: libdecor
|
||||||
|
Version: 0.1.0
|
||||||
|
Release: 3%{?dist}
|
||||||
|
Summary: Wayland client side decoration library
|
||||||
|
|
||||||
|
License: MIT
|
||||||
|
URL: https://gitlab.gnome.org/jadahl/libdecor
|
||||||
|
Source: %{url}/uploads/81adf91d27620e20bcc5f6b9b312d768/libdecor-0.1.0.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
|
||||||
|
* 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
|
Loading…
Reference in new issue