Remove metainfo for plugins since they are not real addons
Resolves: #2005386
This commit is contained in:
parent
69b0ebadfe
commit
8c27dc822b
16
evince.spec
16
evince.spec
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: evince
|
Name: evince
|
||||||
Version: 41~alpha
|
Version: 41~alpha
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Document viewer
|
Summary: Document viewer
|
||||||
|
|
||||||
License: GPLv2+ and GPLv3+ and LGPLv2+ and MIT and Afmparse
|
License: GPLv2+ and GPLv3+ and LGPLv2+ and MIT and Afmparse
|
||||||
@ -161,6 +161,11 @@ It provides the printing preview for the GTK printing dialog.
|
|||||||
%find_lang evince --with-gnome
|
%find_lang evince --with-gnome
|
||||||
|
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
|
||||||
|
rm -f $RPM_BUILD_ROOT%{_datadir}/metainfo/evince-pdfdocument.metainfo.xml
|
||||||
|
rm -f $RPM_BUILD_ROOT%{_datadir}/metainfo/evince-psdocument.metainfo.xml
|
||||||
|
rm -f $RPM_BUILD_ROOT%{_datadir}/metainfo/evince-tiffdocument.metainfo.xml
|
||||||
|
rm -f $RPM_BUILD_ROOT%{_datadir}/metainfo/evince-comicsdocument.metainfo.xml
|
||||||
|
rm -f $RPM_BUILD_ROOT%{_datadir}/metainfo/evince-xpsdocument.metainfo.xml
|
||||||
|
|
||||||
%check
|
%check
|
||||||
appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/metainfo/org.gnome.Evince.appdata.xml
|
appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/metainfo/org.gnome.Evince.appdata.xml
|
||||||
@ -196,25 +201,20 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Evince-p
|
|||||||
%dir %{_libdir}/evince/4/backends
|
%dir %{_libdir}/evince/4/backends
|
||||||
%{_libdir}/evince/4/backends/libpdfdocument.so
|
%{_libdir}/evince/4/backends/libpdfdocument.so
|
||||||
%{_libdir}/evince/4/backends/pdfdocument.evince-backend
|
%{_libdir}/evince/4/backends/pdfdocument.evince-backend
|
||||||
%{_datadir}/metainfo/evince-pdfdocument.metainfo.xml
|
|
||||||
|
|
||||||
%{_libdir}/evince/4/backends/libpsdocument.so
|
%{_libdir}/evince/4/backends/libpsdocument.so
|
||||||
%{_libdir}/evince/4/backends/psdocument.evince-backend
|
%{_libdir}/evince/4/backends/psdocument.evince-backend
|
||||||
%{_datadir}/metainfo/evince-psdocument.metainfo.xml
|
|
||||||
|
|
||||||
%{_libdir}/evince/4/backends/libtiffdocument.so
|
%{_libdir}/evince/4/backends/libtiffdocument.so
|
||||||
%{_libdir}/evince/4/backends/tiffdocument.evince-backend
|
%{_libdir}/evince/4/backends/tiffdocument.evince-backend
|
||||||
%{_datadir}/metainfo/evince-tiffdocument.metainfo.xml
|
|
||||||
|
|
||||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||||
%{_libdir}/evince/4/backends/libcomicsdocument.so
|
%{_libdir}/evince/4/backends/libcomicsdocument.so
|
||||||
%{_libdir}/evince/4/backends/comicsdocument.evince-backend
|
%{_libdir}/evince/4/backends/comicsdocument.evince-backend
|
||||||
%{_datadir}/metainfo/evince-comicsdocument.metainfo.xml
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%{_libdir}/evince/4/backends/libxpsdocument.so
|
%{_libdir}/evince/4/backends/libxpsdocument.so
|
||||||
%{_libdir}/evince/4/backends/xpsdocument.evince-backend
|
%{_libdir}/evince/4/backends/xpsdocument.evince-backend
|
||||||
%{_datadir}/metainfo/evince-xpsdocument.metainfo.xml
|
|
||||||
|
|
||||||
%{_libdir}/girepository-1.0/EvinceDocument-3.0.typelib
|
%{_libdir}/girepository-1.0/EvinceDocument-3.0.typelib
|
||||||
%{_libdir}/girepository-1.0/EvinceView-3.0.typelib
|
%{_libdir}/girepository-1.0/EvinceView-3.0.typelib
|
||||||
@ -261,6 +261,10 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Evince-p
|
|||||||
%{_mandir}/man1/evince-previewer.1*
|
%{_mandir}/man1/evince-previewer.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 17 2021 Marek Kasik <mkasik@redhat.com> - 41~alpha-2
|
||||||
|
- Remove metainfo for plugins since they are not real addons
|
||||||
|
- Resolves: #2005386
|
||||||
|
|
||||||
* Tue Aug 03 2021 Kalev Lember <klember@redhat.com> - 41~alpha-1
|
* Tue Aug 03 2021 Kalev Lember <klember@redhat.com> - 41~alpha-1
|
||||||
- Update to 41.alpha
|
- Update to 41.alpha
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user