forked from pool/kwave
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:
parent
9d5ad21b48
commit
8e15b62995
14
kwave.spec
14
kwave.spec
@ -16,6 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%bcond_without lang
|
||||||
|
|
||||||
Name: kwave
|
Name: kwave
|
||||||
Version: 17.03.90
|
Version: 17.03.90
|
||||||
Release: 0
|
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-
|
wave-file in several ways and presents a graphical view with a complete zoom-
|
||||||
and scroll capability.
|
and scroll capability.
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%lang_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -85,6 +91,10 @@ perl -pi -e "s|X-SuSE-translate=true||" kwave/org.kde.kwave.desktop.in
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%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
|
%suse_update_desktop_file -r org.kde.%{name} Qt KDE AudioVideoEditing
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%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}
|
%dir %{_kf5_appstreamdir}
|
||||||
%{_kf5_appstreamdir}/org.kde.kwave.appdata.xml
|
%{_kf5_appstreamdir}/org.kde.kwave.appdata.xml
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%files lang -f %{name}.lang
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user