Switch to the meson build system
This commit is contained in:
parent
a9bb28c770
commit
2fad341e54
@ -17,6 +17,7 @@ BuildRequires: gjs-devel >= 1.43.3
|
|||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: gtk3-devel
|
BuildRequires: gtk3-devel
|
||||||
BuildRequires: libappstream-glib
|
BuildRequires: libappstream-glib
|
||||||
|
BuildRequires: meson
|
||||||
Requires: gjs >= 1.43.3
|
Requires: gjs >= 1.43.3
|
||||||
|
|
||||||
# This package contains libunistring modules from Gnulib. If a recent
|
# This package contains libunistring modules from Gnulib. If a recent
|
||||||
@ -37,13 +38,12 @@ characters.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%meson
|
||||||
make %{?_smp_mflags}
|
%meson_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
||||||
%find_lang %{appname}
|
%find_lang %{appname}
|
||||||
|
|
||||||
|
|
||||||
@ -70,6 +70,7 @@ desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/%{appname}.deskto
|
|||||||
%changelog
|
%changelog
|
||||||
* Mon Mar 05 2018 Kalev Lember <klember@redhat.com> - 3.27.92-1
|
* Mon Mar 05 2018 Kalev Lember <klember@redhat.com> - 3.27.92-1
|
||||||
- Update to 3.27.92
|
- Update to 3.27.92
|
||||||
|
- Switch to the meson build system
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.2-3
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.2-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user