Switch to the meson build system
This commit is contained in:
parent
8a7b03167c
commit
11d23cfa8f
@ -11,13 +11,12 @@ License: LGPLv2+
|
|||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: gtk3-devel
|
BuildRequires: gtk3-devel
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
|
BuildRequires: meson
|
||||||
BuildRequires: pango-devel
|
BuildRequires: pango-devel
|
||||||
BuildRequires: startup-notification-devel
|
BuildRequires: startup-notification-devel
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: libXres-devel
|
BuildRequires: libXres-devel
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: libtool, automake, autoconf
|
|
||||||
BuildRequires: gnome-common
|
|
||||||
|
|
||||||
Requires: startup-notification
|
Requires: startup-notification
|
||||||
|
|
||||||
@ -38,20 +37,14 @@ developing applications that use %{name}.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{source_name}-%{version}
|
%setup -q -n %{source_name}-%{version}
|
||||||
|
|
||||||
%build
|
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
|
||||||
%configure \
|
|
||||||
--disable-static \
|
|
||||||
--enable-gtk-doc \
|
|
||||||
--enable-introspection=yes \
|
|
||||||
--enable-startup-notification
|
|
||||||
|
|
||||||
%{make_build}
|
%build
|
||||||
|
%meson -Dgtk_doc=true
|
||||||
|
%meson_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{make_install}
|
%meson_install
|
||||||
|
|
||||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|
||||||
|
|
||||||
%find_lang %{source_name}-3.0 --with-gnome --all-name
|
%find_lang %{source_name}-3.0 --with-gnome --all-name
|
||||||
|
|
||||||
@ -78,6 +71,7 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
%changelog
|
%changelog
|
||||||
* Fri Feb 01 2019 Kalev Lember <klember@redhat.com> - 3.31.4-1
|
* Fri Feb 01 2019 Kalev Lember <klember@redhat.com> - 3.31.4-1
|
||||||
- Update to 3.31.4
|
- Update to 3.31.4
|
||||||
|
- Switch to the meson build system
|
||||||
|
|
||||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.1-4
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.1-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user