Accepting request 512297 from home:scarabeus_iv:branches:KDE:Applications
- Drop dependency over libtunepimp: * musicbrainz api that is no longer supported, would need porting to new musicbrainz libraries OBS-URL: https://build.opensuse.org/request/show/512297 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/juk?expand=0&rev=52
This commit is contained in:
parent
0556418522
commit
29cf5c045d
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 24 14:23:56 UTC 2017 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Drop dependency over libtunepimp:
|
||||||
|
* musicbrainz api that is no longer supported, would need porting
|
||||||
|
to new musicbrainz libraries
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 15 22:59:05 CEST 2017 - lbeltrame@kde.org
|
Sat Jul 15 22:59:05 CEST 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
11
juk.spec
11
juk.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package juk
|
# spec file for package juk
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,12 +16,12 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: juk
|
|
||||||
Version: 17.04.3
|
|
||||||
Release: 0
|
|
||||||
%define kf5_version 5.26.0
|
%define kf5_version 5.26.0
|
||||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 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}')}
|
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
|
Name: juk
|
||||||
|
Version: 17.04.3
|
||||||
|
Release: 0
|
||||||
Summary: Jukebox
|
Summary: Jukebox
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Multimedia/Sound/Players
|
Group: Productivity/Multimedia/Sound/Players
|
||||||
@ -29,9 +29,7 @@ Url: http://www.kde.org
|
|||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
BuildRequires: libkde4-devel
|
BuildRequires: libkde4-devel
|
||||||
BuildRequires: libtag-devel
|
BuildRequires: libtag-devel
|
||||||
BuildRequires: libtunepimp-devel
|
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
%{kde4_runtime_requires}
|
%{kde4_runtime_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -54,7 +52,6 @@ Jukebox and music manager for KDE
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%dir %{_kde4_datadir}/metainfo
|
%dir %{_kde4_datadir}/metainfo
|
||||||
%{_datadir}/dbus-1/interfaces/org.kde.juk.*
|
%{_datadir}/dbus-1/interfaces/org.kde.juk.*
|
||||||
|
Loading…
Reference in New Issue
Block a user