forked from pool/libpanel
Accepting request 1004863 from GNOME:Next
- Update to version 1.0.0: + Various dock improvements to grabs. + Switch to GBindingGroup. + PanelSaveChangesDialog implements the new GNOME save workflow. + PanelPosition has been added. + Improvements to PanelFrame. + PanelDockPosition has been renamed to PanelArea. + PanelDockSwitcher has been renamed to PanelToggleButton. + Various convenience API additions. + Documentation updates. + Updated translations. - Pass docs=disabled to meson, do not build api docs for now. - Package translations, and provide libpanel via the main shared library, make lang-package installable. OBS-URL: https://build.opensuse.org/request/show/1004863 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libpanel?expand=0&rev=2
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
%define libname %{name}1-1
|
||||
|
||||
Name: libpanel
|
||||
Version: 1.0.alpha1
|
||||
Version: 1.0.0
|
||||
Release: 0
|
||||
Summary: IDE paneling library for GTK
|
||||
License: LGPL-3.0-or-later
|
||||
@@ -39,6 +39,7 @@ GNOME using GTK and libadwaita.
|
||||
|
||||
%package -n %{libname}
|
||||
Summary: Shared library files for %{name}
|
||||
Provides: %{name} = %{version}
|
||||
|
||||
%description -n %{libname}
|
||||
The %{libname} package contains shared libraries %{name}.
|
||||
@@ -58,16 +59,20 @@ Requires: typelib-1_0-Panel-1 = %{version}
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%meson \
|
||||
-D docs=disabled \
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
%find_lang %{name}
|
||||
|
||||
%ldconfig_scriptlets -n %{libname}
|
||||
|
||||
@@ -91,5 +96,7 @@ developing applications that use %{name}.
|
||||
%{_datadir}/vala/vapi/libpanel-1.deps
|
||||
%{_datadir}/vala/vapi/libpanel-1.vapi
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%changelog
|
||||
|
||||
|
||||
Reference in New Issue
Block a user