Run appstream-util validate-relax on metainfo.xml files
This commit is contained in:
parent
59b6110649
commit
ba0a203672
@ -59,8 +59,10 @@ echo " error ('Can not uninstall %s installed by the redhat package manager', d
|
||||
echo "endfunction" >> %{buildroot}%{octpkgdir}/packinfo/on_uninstall.m \
|
||||
if [ -e %{_builddir}/%{buildsubdir}/build/%{octpkg}-%{version}/octave-%{octpkg}.metainfo.xml ] \
|
||||
then \
|
||||
echo "Found octave-%{octpkg}.metainfo.xml" \
|
||||
mkdir -p %{buildroot}/%{_datadir}/appdata \
|
||||
cp -p %{_builddir}/%{buildsubdir}/build/%{octpkg}-%{version}/octave-%{octpkg}.metainfo.xml %{buildroot}/%{_datadir}/appdata/ \
|
||||
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/octave-%{octpkg}.metainfo.xml \
|
||||
fi \
|
||||
%{nil}
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
Name: octave
|
||||
Epoch: 6
|
||||
Version: 4.2.1
|
||||
Release: 4%{?rcver:.rc%{rcver}}%{?dist}
|
||||
Release: 4%{?rcver:.rc%{rcver}}%{?dist}.1
|
||||
Summary: A high-level language for numerical computations
|
||||
Group: Applications/Engineering
|
||||
License: GPLv3+
|
||||
@ -447,6 +447,9 @@ fi
|
||||
%{_pkgdocdir}/refcard*.pdf
|
||||
|
||||
%changelog
|
||||
* Sat Aug 12 2017 Orion Poplawski <orion@cora.nwra.com> - 6:4.2.1-4.1
|
||||
- Run appstream-util validate-relax on metainfo.xml files
|
||||
|
||||
* Fri Aug 11 2017 Orion Poplawski <orion@nwra.com> - 6:4.2.1-4
|
||||
- Use openblas on Fedora 27+
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user