2022-07-28 14:35:08 +00:00
|
|
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
|
|
|
|
|
|
|
Name: libpanel
|
2024-01-11 12:59:11 +00:00
|
|
|
Version: 1.4.1
|
2022-07-28 14:35:08 +00:00
|
|
|
Release: %autorelease
|
|
|
|
Summary: IDE paneling library for GTK
|
|
|
|
|
2023-03-04 21:16:44 +00:00
|
|
|
License: LGPL-3.0-or-later
|
2022-07-28 14:35:08 +00:00
|
|
|
URL: https://gitlab.gnome.org/GNOME/libpanel
|
2023-09-18 09:28:44 +00:00
|
|
|
Source0: https://download.gnome.org/sources/libpanel/1.4/libpanel-%{tarball_version}.tar.xz
|
2022-07-28 14:35:08 +00:00
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: meson
|
2022-09-16 15:48:31 +00:00
|
|
|
BuildRequires: pkgconfig(gi-docgen)
|
2022-07-28 14:35:08 +00:00
|
|
|
BuildRequires: pkgconfig(glib-2.0)
|
|
|
|
BuildRequires: pkgconfig(gtk4)
|
|
|
|
BuildRequires: pkgconfig(libadwaita-1)
|
|
|
|
|
2022-07-28 19:46:01 +00:00
|
|
|
Requires: hicolor-icon-theme
|
|
|
|
|
2022-07-28 14:35:08 +00:00
|
|
|
%description
|
|
|
|
libpanel is a collection of GTK widgets for IDE-like applications targeting
|
|
|
|
GNOME using GTK and libadwaita.
|
|
|
|
|
|
|
|
|
|
|
|
%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 -n libpanel-%{tarball_version}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%meson
|
|
|
|
%meson_build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%meson_install
|
|
|
|
|
2022-09-16 15:48:31 +00:00
|
|
|
%find_lang libpanel
|
2022-07-28 14:35:08 +00:00
|
|
|
|
2022-09-16 15:48:31 +00:00
|
|
|
|
|
|
|
%files -f libpanel.lang
|
2022-07-28 14:35:08 +00:00
|
|
|
%license COPYING
|
|
|
|
%doc AUTHORS NEWS README.md
|
|
|
|
%{_libdir}/libpanel-1.so.1*
|
|
|
|
%dir %{_libdir}/girepository-1.0
|
|
|
|
%{_libdir}/girepository-1.0/Panel-1.typelib
|
2022-09-05 18:11:18 +00:00
|
|
|
%{_datadir}/icons/hicolor/scalable/actions/panel-*-symbolic.svg
|
2022-07-28 14:35:08 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/libpanel-1/
|
|
|
|
%{_libdir}/libpanel-1.so
|
|
|
|
%{_libdir}/pkgconfig/libpanel-1.pc
|
|
|
|
%dir %{_datadir}/gir-1.0
|
|
|
|
%{_datadir}/gir-1.0/Panel-1.gir
|
|
|
|
%dir %{_datadir}/vala
|
|
|
|
%dir %{_datadir}/vala/vapi
|
|
|
|
%{_datadir}/vala/vapi/libpanel-1.deps
|
|
|
|
%{_datadir}/vala/vapi/libpanel-1.vapi
|
2022-09-16 15:48:31 +00:00
|
|
|
%doc %{_datadir}/doc/panel-1.0/
|
2022-07-28 14:35:08 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%autochangelog
|