Add a test to verify that the schemas compile
This commit is contained in:
parent
6599f049ed
commit
4cb0c5a8d9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user