Make a merry car great again

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kwave?expand=0&rev=15
This commit is contained in:
Luca Beltrame 2017-04-15 13:28:53 +00:00 committed by Git OBS Bridge
parent 9d5ad21b48
commit 8e15b62995

View File

@ -16,6 +16,8 @@
#
%bcond_without lang
Name: kwave
Version: 17.03.90
Release: 0
@ -73,6 +75,10 @@ includes many plugins (most are still under development) to transform the
wave-file in several ways and presents a graphical view with a complete zoom-
and scroll capability.
%if %{with lang}
%lang_package
%endif
%prep
%setup -q
@ -85,6 +91,10 @@ perl -pi -e "s|X-SuSE-translate=true||" kwave/org.kde.kwave.desktop.in
%install
%kf5_makeinstall -C build
%if %{with lang}
%find_lang %{name} --with-man --all-name
%kf5_find_htmldocs
%endif
%suse_update_desktop_file -r org.kde.%{name} Qt KDE AudioVideoEditing
%post -p /sbin/ldconfig
@ -103,4 +113,8 @@ perl -pi -e "s|X-SuSE-translate=true||" kwave/org.kde.kwave.desktop.in
%dir %{_kf5_appstreamdir}
%{_kf5_appstreamdir}/org.kde.kwave.appdata.xml
%if %{with lang}
%files lang -f %{name}.lang
%endif
%changelog