This commit is contained in:
parent
22499bbf24
commit
331ae2367c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 23 08:40:56 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Spec cleanup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 15 11:54:48 UTC 2019 - wbauer@tmo.at
|
||||
|
||||
|
@ -47,10 +47,6 @@ BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xscrnsaver)
|
||||
Requires: libQt5Sql5-sqlite
|
||||
Requires: vlc-noX
|
||||
Requires(post): hicolor-icon-theme
|
||||
Requires(post): update-desktop-files
|
||||
Requires(postun): hicolor-icon-theme
|
||||
Requires(postun): update-desktop-files
|
||||
Recommends: %{name}-lang = %{version}
|
||||
Recommends: vlc-codecs
|
||||
%if 0%{?suse_version} > 1320 || (0%{?suse_version} == 1315 && 0%{?sle_version} >= 120300)
|
||||
@ -70,7 +66,7 @@ playing their movies: from DVD (including DVD menus, titles, chapters, etc.), VC
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build
|
||||
%make_jobs
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
@ -97,29 +93,18 @@ playing their movies: from DVD (including DVD menus, titles, chapters, etc.), VC
|
||||
%{kf5_find_htmldocs}
|
||||
%endif
|
||||
|
||||
%post
|
||||
%desktop_database_post
|
||||
%icon_theme_cache_post
|
||||
|
||||
%postun
|
||||
%desktop_database_postun
|
||||
%icon_theme_cache_postun
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc COPYING-DOCS Changelog NOTES README.md
|
||||
%{_kf5_bindir}/kaffeine
|
||||
%if 0%{?sle_version} == 120100
|
||||
%dir %{_kf5_sharedir}/appdata
|
||||
%endif
|
||||
%{_kf5_appstreamdir}/org.kde.kaffeine.appdata.xml
|
||||
%{_kf5_applicationsdir}/org.kde.kaffeine.desktop
|
||||
%{_kf5_appstreamdir}/org.kde.kaffeine.appdata.xml
|
||||
%{_kf5_htmldir}/en/
|
||||
%{_kf5_iconsdir}/hicolor/*/*/*
|
||||
%{_kf5_mandir}/man1/*
|
||||
%{_kf5_sharedir}/kaffeine/
|
||||
%{_kf5_sharedir}/profiles/
|
||||
%{_kf5_sharedir}/solid/actions/
|
||||
%{_kf5_htmldir}/en/
|
||||
%{_kf5_mandir}/man1/*
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user