KDE Applications 17.12 beta
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kmix?expand=0&rev=69
This commit is contained in:
26
kmix.spec
26
kmix.spec
@@ -15,9 +15,10 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: kmix
|
||||
Version: 17.08.3
|
||||
Version: 17.11.80
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||
@@ -52,10 +53,17 @@ BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||
Obsoletes: %{name}5 < %{version}
|
||||
Obsoletes: kmix5 < %{version}
|
||||
Provides: %{name}5 = %{version}
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
KDE's full featured mini mixer
|
||||
KMix is a fully featured audio mixer by KDE.
|
||||
|
||||
%if %{with lang}
|
||||
%lang_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@@ -66,8 +74,11 @@ KDE's full featured mini mixer
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
|
||||
%suse_update_desktop_file kmix AudioVideo Mixer
|
||||
%if %{with lang}
|
||||
%find_lang %{name} --with-man --all-name
|
||||
%kf5_find_htmldocs
|
||||
%endif
|
||||
%suse_update_desktop_file org.kde.kmix AudioVideo Mixer
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
@@ -87,5 +98,12 @@ KDE's full featured mini mixer
|
||||
%{_kf5_plugindir}/
|
||||
%{_kf5_servicesdir}/
|
||||
%{_kf5_sharedir}/kmix/
|
||||
%dir %{_kf5_htmldir}/en/kmix/
|
||||
%{_kf5_htmldir}/en/kmix/*
|
||||
%{_kf5_appstreamdir}/org.kde.kmix.appdata.xml
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user