commit 3beb1c84e94f59e257b288b7681834236a985caf
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Jul 12 02:57:40 2017 +0100
Update to 17.04.2
.gitignore | 1 +
kwave.spec | 21 +++++++++++----------
sources | 2 +-
3 files changed, 13 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ce2053d..051ef28 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
kwave-0.8.99-2.tar.bz2
/kwave-16.12.2.tar.xz
+/kwave-17.04.2.tar.xz
diff --git a/kwave.spec b/kwave.spec
index 900d0a9..c92d7f6 100644
--- a/kwave.spec
+++ b/kwave.spec
@@ -1,21 +1,19 @@
-%global MP3ENABLED "-DWITH_MP3=ON"
-
Name: kwave
-Version: 16.12.2
-Release: 2%{?dist}
+Version: 17.04.2
+Release: 1%{?dist}
Summary: Sound Editor for KDE
Summary(de): Sound-Editor für KDE
# See the file LICENSES for the licensing scenario
License: GPLv2+ and BSD and CC-BY-SA
URL:
http://kwave.sourceforge.net
-Source0:
http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%{v...
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
%global stable unstable
%else
%global stable stable
%endif
+Source0:
http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%{v...
BuildRequires: extra-cmake-modules
BuildRequires: cmake(Qt5Multimedia)
@@ -76,18 +74,19 @@ Dieses Paket enthält architekturunabhängige Dateien für %{name},
speziell die HTML-Dokumentation.
%prep
-%setup -q
+%autosetup -p1
%build
mkdir -p %{_target_platform}
pushd %{_target_platform}
-%{cmake_kf5} %{MP3ENABLED} ..
+%{cmake_kf5} -DWITH_MP3=ON ..
+%make_build
popd
-make %{?_smp_mflags} -C %{_target_platform}
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+%find_lang %{name}
%check
appstream-util validate-relax --nonet
%{buildroot}%{_kf5_datadir}/appdata/org.kde.%{name}.appdata.xml || :
@@ -109,7 +108,7 @@ fi
%posttrans
/usr/bin/gtk-update-icon-cache %{_kf5_datadir}/icons/hicolor &>/dev/null || :
-%files
+%files -f %{name}.lang
%doc AUTHORS CHANGES README TODO
%license GNU-LICENSE LICENSES
%{_kf5_bindir}/%{name}
@@ -124,10 +123,12 @@ fi
%{_kf5_libdir}/lib%{name}gui.so.*
%files doc
-%doc kwave.lsm
%{_kf5_docdir}/HTML/*/%{name}
%changelog
+* Wed Jul 12 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 17.04.2-1
+- Update to 17.04.2
+
* Sun Mar 19 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> -
16.12.2-2
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
diff --git a/sources b/sources
index cee5e77..629cfa5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e3d22bb1669e5b915d76d1e649f9ce4b kwave-16.12.2.tar.xz
+22433a32758de49819461c054a2e335d kwave-17.04.2.tar.xz