Accepting request 496023 from KDE:Applications
KDE Applications 17.04.1 OBS-URL: https://build.opensuse.org/request/show/496023 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kwave?expand=0&rev=5
This commit is contained in:
commit
7d804503a8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4da5ee0868480402dd2d8b46cd1786ffb6d1e2876fd59b672e95003119e4bfe8
|
||||
size 1522844
|
3
kwave-17.04.1.tar.xz
Normal file
3
kwave-17.04.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce455561cc6a7e6c3f5d0ed5393000681fa35c24393db92fec08be392c22f5e7
|
||||
size 4607600
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 17 20:37:13 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.04.1
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.04.1.php
|
||||
- Changes since 17.04.0:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 16 10:45:14 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.04.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.04.0.php
|
||||
- Changes since 17.03.90:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 12 20:26:01 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.03.90
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.04-rc.php
|
||||
- Changes since 17.03.80:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 25 23:10:47 CET 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.03.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.03.80.php
|
||||
- Changes since 16.12.3:
|
||||
* Too many changes to list here
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 9 12:42:28 CET 2017 - lbeltrame@kde.org
|
||||
|
||||
@ -20,14 +60,14 @@ Thu Feb 9 07:14:27 UTC 2017 - lbeltrame@kde.org
|
||||
Sat Jan 14 09:04:32 UTC 2017 - lbeltrame@kde.org
|
||||
|
||||
- - Update to KDE Applications 16.12.1
|
||||
* KDE Applications 16.12.1
|
||||
* KDE Applications 16.12.1
|
||||
* https://www.kde.org/announcements/announce-applications-16.12.1.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 13 19:57:46 UTC 2016 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 16.12.0
|
||||
* KDE Applications 16.12.0
|
||||
* KDE Applications 16.12.0
|
||||
* https://www.kde.org/announcements/announce-applications-16.12.0.php
|
||||
|
||||
|
||||
|
19
kwave.spec
19
kwave.spec
@ -16,11 +16,13 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: kwave
|
||||
Version: 16.12.3
|
||||
Version: 17.04.1
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
|
||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
Summary: Sound Editor designed for KDE
|
||||
License: GPL-2.0+
|
||||
@ -62,6 +64,7 @@ BuildRequires: pkgconfig(Qt5Widgets)
|
||||
Recommends: lame
|
||||
Recommends: toolame
|
||||
Recommends: twolame
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -73,6 +76,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 +92,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 +114,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user