Add a test to verify that the schemas compile

This commit is contained in:
Kalev Lember 2019-01-10 13:11:04 +01:00
parent 6599f049ed
commit 4cb0c5a8d9

View File

@ -53,6 +53,11 @@ and header files for developing applications that use %{name}.
%find_lang %{name} --with-gnome %find_lang %{name} --with-gnome
%check
# Test that the schemas compile
glib-compile-schemas --dry-run --strict $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas
%files -f %{name}.lang %files -f %{name}.lang
%doc AUTHORS MAINTAINERS NEWS README %doc AUTHORS MAINTAINERS NEWS README
%license COPYING %license COPYING
@ -71,6 +76,7 @@ and header files for developing applications that use %{name}.
%changelog %changelog
* Thu Jan 10 2019 Kalev Lember <klember@redhat.com> - 3.31.0.1-2 * Thu Jan 10 2019 Kalev Lember <klember@redhat.com> - 3.31.0.1-2
- Switch back to autotools to fix missing org.gnome.desktop.enums.xml - Switch back to autotools to fix missing org.gnome.desktop.enums.xml
- Add a test to verify that the schemas compile
* Wed Jan 09 2019 Kalev Lember <klember@redhat.com> - 3.31.0.1-1 * Wed Jan 09 2019 Kalev Lember <klember@redhat.com> - 3.31.0.1-1
- Update to 3.31.0.1 - Update to 3.31.0.1