Blame SPECS/libdecor.spec

fbf69b
Name:           libdecor
ef97a4
Version:        0.1.1
ef97a4
Release:        1%{?dist}
fbf69b
Summary:        Wayland client side decoration library
fbf69b
fbf69b
License:        MIT
fbf69b
URL:            https://gitlab.gnome.org/jadahl/libdecor
ef97a4
Source:         %{url}/uploads/ee5ef0f2c3a4743e8501a855d61cb397/libdecor-0.1.1.tar.xz
fbf69b
fbf69b
BuildRequires:  gcc
fbf69b
BuildRequires:  meson
fbf69b
BuildRequires:  pkgconfig(wayland-client)
fbf69b
BuildRequires:  pkgconfig(dbus-1)
fbf69b
BuildRequires:  pkgconfig(wayland-protocols)
fbf69b
BuildRequires:  pkgconfig(cairo)
fbf69b
BuildRequires:  pkgconfig(pangocairo)
fbf69b
BuildRequires:  pkgconfig(wayland-cursor)
fbf69b
BuildRequires:  pkgconfig(xkbcommon)
fbf69b
fbf69b
%description
fbf69b
Libdecor provides a small helper library for providing client side decoration
fbf69b
to Wayland clients.
fbf69b
fbf69b
%package        devel
fbf69b
Summary:        Development files for %{name}
fbf69b
Requires:       %{name}%{?_isa} = %{version}-%{release}
fbf69b
fbf69b
%description    devel
fbf69b
The %{name}-devel package contains libraries and header files for
fbf69b
developing applications that use %{name}.
fbf69b
fbf69b
fbf69b
%prep
fbf69b
%autosetup -p1
fbf69b
fbf69b
fbf69b
%build
fbf69b
%meson -Ddemo=false
fbf69b
%meson_build
fbf69b
fbf69b
fbf69b
%install
fbf69b
%meson_install
fbf69b
fbf69b
fbf69b
%files
fbf69b
%license LICENSE
fbf69b
%doc README.md
fbf69b
%{_libdir}/libdecor-0.so.0*
fbf69b
%dir %{_libdir}/libdecor/
fbf69b
%dir %{_libdir}/libdecor/plugins-1
fbf69b
%{_libdir}/libdecor/plugins-1/libdecor-cairo.so
fbf69b
fbf69b
%files devel
fbf69b
%{_includedir}/libdecor-0/
fbf69b
%{_libdir}/libdecor-0.so
fbf69b
%{_libdir}/pkgconfig/libdecor-0.pc
fbf69b
fbf69b
fbf69b
%changelog
ef97a4
* Sun Nov 06 2022 Neal Gompa <ngompa@centosproject.org> - 0.1.1-1
ef97a4
- Update to 0.1.1
ef97a4
  Resolves: rhbz#2140414
ef97a4
fbf69b
* Tue Dec 07 2021 Wim Taymans <wtaymans@redhat.com> - 0.1.0-3
fbf69b
- Version bump for rebuild
fbf69b
fbf69b
* Tue Dec 07 2021 Wim Taymans <wtaymans@redhat.com> - 0.1.0-2
fbf69b
- Version bump for resync
fbf69b
fbf69b
* Fri Jul 23 2021 Jonas Ã…dahl <jadahl@redhat.com> - 0.1.0-1
fbf69b
- Initial Fedora packaging