- added screenshot to appdata and testing validity of appdata.xml
This commit is contained in:
parent
c55df26dca
commit
65b3330663
11
vim.spec
11
vim.spec
@ -172,7 +172,7 @@ Group: Applications/Editors
|
|||||||
Requires: vim-common = %{epoch}:%{version}-%{release} libattr >= 2.4 gtk3
|
Requires: vim-common = %{epoch}:%{version}-%{release} libattr >= 2.4 gtk3
|
||||||
Provides: gvim = %{version}-%{release}
|
Provides: gvim = %{version}-%{release}
|
||||||
Provides: mergetool
|
Provides: mergetool
|
||||||
BuildRequires: gtk3-devel libSM-devel libXt-devel libXpm-devel
|
BuildRequires: gtk3-devel libSM-devel libXt-devel libXpm-devel libappstream-glib
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
Requires: hicolor-icon-theme
|
Requires: hicolor-icon-theme
|
||||||
|
|
||||||
@ -394,6 +394,11 @@ SentUpstream: 2014-05-22
|
|||||||
editing configuration files.
|
editing configuration files.
|
||||||
</p>
|
</p>
|
||||||
</description>
|
</description>
|
||||||
|
<screenshots>
|
||||||
|
<screenshot type="default">
|
||||||
|
<image>https://raw.githubusercontent.com/zdohnal/vim/zdohnal-screenshot/gvim16_9.png</image>
|
||||||
|
</screenshot>
|
||||||
|
</screenshots>
|
||||||
<url type="homepage">http://www.vim.org/</url>
|
<url type="homepage">http://www.vim.org/</url>
|
||||||
</application>
|
</application>
|
||||||
EOF
|
EOF
|
||||||
@ -433,6 +438,8 @@ EOF
|
|||||||
ln -sf menu_ja_jp.ujis.vim menu_ja_jp.eucjp.vim )
|
ln -sf menu_ja_jp.ujis.vim menu_ja_jp.eucjp.vim )
|
||||||
)
|
)
|
||||||
|
|
||||||
|
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata.xml
|
||||||
|
|
||||||
pushd %{buildroot}/%{_datadir}/%{name}/%{vimdir}/tutor
|
pushd %{buildroot}/%{_datadir}/%{name}/%{vimdir}/tutor
|
||||||
mkdir conv
|
mkdir conv
|
||||||
iconv -f CP1252 -t UTF8 tutor.ca > conv/tutor.ca
|
iconv -f CP1252 -t UTF8 tutor.ca > conv/tutor.ca
|
||||||
@ -757,7 +764,7 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Feb 07 2017 Karsten Hopp <karsten@redhat.com> 8.0.314-1
|
* Tue Feb 07 2017 Karsten Hopp <karsten@redhat.com> 8.0.314-1
|
||||||
- patchlevel 314
|
- patchlevel 314, added screenshot to appdata and testing validity of appdata.xml
|
||||||
|
|
||||||
* Mon Feb 06 2017 Karsten Hopp <karsten@redhat.com> 8.0.311-1
|
* Mon Feb 06 2017 Karsten Hopp <karsten@redhat.com> 8.0.311-1
|
||||||
- patchlevel 311
|
- patchlevel 311
|
||||||
|
Loading…
Reference in New Issue
Block a user