Install application appdata in the main package, not -libs
This commit is contained in:
parent
50df0dad8c
commit
064113fef1
@ -4,7 +4,7 @@
|
||||
|
||||
Name: evince
|
||||
Version: 3.13.3.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Document viewer
|
||||
|
||||
License: GPLv2+ and GPLv3+ and LGPLv2+ and MIT and Afmparse
|
||||
@ -159,6 +159,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null ||:
|
||||
%files -f evince.lang
|
||||
%{_bindir}/*
|
||||
%{_datadir}/%{name}/
|
||||
%{_datadir}/appdata/evince.appdata.xml
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/applications/evince-previewer.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/evince.*
|
||||
@ -198,7 +199,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null ||:
|
||||
|
||||
%{_libdir}/girepository-1.0/EvinceDocument-3.0.typelib
|
||||
%{_libdir}/girepository-1.0/EvinceView-3.0.typelib
|
||||
%{_datadir}/appdata/evince.appdata.xml
|
||||
|
||||
%files devel
|
||||
%{_datadir}/gtk-doc/html/evince/
|
||||
@ -227,6 +227,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null ||:
|
||||
%{_libdir}/nautilus/extensions-3.0/libevince-properties-page.so
|
||||
|
||||
%changelog
|
||||
* Wed Jul 09 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.3.1-2
|
||||
- Install application appdata in the main package, not -libs
|
||||
|
||||
* Thu Jun 26 2014 Richard Hughes <rhughes@redhat.com> - 3.13.3.1-1
|
||||
- Update to 3.13.3.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user