File libadwaita.spec of Package libadwaita

#
# spec file for package libadwaita
#
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


Name:           libadwaita
Version:        1.0.0~alpha.2
Release:        0
Summary:        Adwaita library for mobile device UIs using GTK/GNOME
License:        LGPL-2.1-or-later
URL:            https://gitlab.gnome.org/GNOME/libadwaita
Source:         %{name}-%{version}.tar.xz
Patch1:         0001-theme-stop-adw-from-forcing-Adwaita-theme-on-you.patch
BuildRequires:  meson
BuildRequires:  sassc
BuildRequires:  vala
BuildRequires:  pkgconfig(fribidi)
BuildRequires:  pkgconfig(glib-2.0) >= 2.44
BuildRequires:  pkgconfig(gobject-introspection-1.0)
BuildRequires:  pkgconfig(gtk4)
%lang_package

%description
The aim of the Adwaita library is to help with developing UI for mobile devices using GTK/GNOME.

%package -n libadwaita-1-0
Summary:        Adwaita library for mobile device UIs using GTK/GNOME
# Make the -lang package installable
Provides:       %{name} = %{version}

%description -n libadwaita-1-0
The aim of the Adwaita library is to help with developing UI for mobile devices using GTK/GNOME.

%package devel
Summary:        Development files for the Adwaita library
Requires:       libadwaita-1-0 = %{version}
Requires:       typelib-1_0-Adw-1 = %{version}

%description devel
The aim of the Adwaita library is to help with developing UI for mobile devices using GTK/GNOME.

%package -n typelib-1_0-Adw-1
Summary:        Introspection bindings for Adwaita
Group:          System/Libraries

%description -n typelib-1_0-Adw-1
The aim of the Adwaita library is to help with developing UI for mobile devices using GTK/GNOME.

This package provides the GObject Introspection bindings for Adwaita.

%prep
%autosetup -p1

%build
%meson \
  -Dexamples=false \
  -Dintrospection=enabled
%meson_build

%install
%meson_install
%find_lang %{name}

%{ldconfig_scriptlets -n libadwaita-1-0}

%files lang -f %{name}.lang

%files -n libadwaita-1-0
%license COPYING
%doc README.md
%{_libdir}/libadwaita-1.so.0

%files -n typelib-1_0-Adw-1
%{_libdir}/girepository-1.0/Adw-1.typelib

%files devel
%{_includedir}/libadwaita-1/
%{_libdir}/libadwaita-1.so
%{_libdir}/pkgconfig/libadwaita-1.pc
%{_datadir}/gir-1.0/Adw-1.gir
%dir %{_datadir}/vala/vapi
%{_datadir}/vala/vapi/libadwaita-1.{deps,vapi}

%changelog
openSUSE Build Service is sponsored by