KDE Applications 18.12.0 Beta (last try; fix any other issue post acceptance)

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kio_audiocd?expand=0&rev=75
This commit is contained in:
Wolfgang Bauer 2018-11-24 23:44:49 +00:00 committed by Git OBS Bridge
parent 21ee813b4b
commit d88de8ad3a
4 changed files with 35 additions and 21 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8dd2ceaf9caccc557d59d208a9ea71b7cfb2693cfb1f6f3b93e2e5eb92a57f5c
size 248720

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:79664f5e82e302c0c38cfee1d886c4a030f310b87e83887da19307cbe4174e6b
size 249180

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Nov 20 06:22:24 UTC 2018 - Luca Beltrame <lbeltrame@kde.org>
- Run spec-cleaner
-------------------------------------------------------------------
Tue Nov 20 05:57:04 UTC 2018 - lbeltrame@kde.org
- Update to 18.11.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.11.80.php
- Changes since 18.08.3:
* Too many changes to list here
-------------------------------------------------------------------
Thu Nov 08 20:43:37 UTC 2018 - lbeltrame@kde.org

View File

@ -1,7 +1,7 @@
#
# spec file for package kio_audiocd
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,30 +12,30 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%bcond_without lang
Name: kio_audiocd
Version: 18.08.3
Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kio_audiocd
Version: 18.11.80
Release: 0
Summary: KDE I/O Slave for Audio CDs
License: GPL-2.0+
License: GPL-2.0-or-later
Group: System/GUI/KDE
Url: http://www.kde.org
URL: http://www.kde.org
Source0: audiocd-kio-%{version}.tar.xz
BuildRequires: alsa-devel
BuildRequires: cdparanoia-devel
BuildRequires: extra-cmake-modules
BuildRequires: flac-devel
BuildRequires: kcmutils-devel
BuildRequires: kconfig-devel
BuildRequires: kdelibs4support-devel
BuildRequires: kdoctools-devel
BuildRequires: ki18n-devel
BuildRequires: kio-devel
BuildRequires: libkcddb-devel
BuildRequires: libkcompactdisc-devel
@ -44,14 +44,13 @@ BuildRequires: phonon4qt5-devel
%if %{with lang}
Recommends: %{name}-lang
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This package contains an KIO slave to access audio CDs.
%package devel
Summary: Development package for kio_audiocd
License: LGPL-2.1+
License: LGPL-2.1-or-later
Group: Development/Libraries/KDE
Requires: %{name} = %{version}
@ -73,15 +72,14 @@ This package contains the development files for the audiocd kio slave
%kf5_makeinstall -C build
%if %{with lang}
%find_lang %{name} --with-man --all-name
%kf5_find_htmldocs
%{kf5_find_htmldocs}
%endif
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc COPYING*
%license COPYING*
%dir %{_kf5_sharedir}/konqsidebartng
%dir %{_kf5_sharedir}/konqsidebartng/virtual_folders
%dir %{_kf5_sharedir}/konqsidebartng/virtual_folders/services
@ -89,6 +87,7 @@ This package contains the development files for the audiocd kio slave
%dir %{_kf5_sharedir}/solid/actions
%doc %lang(en) %{_kf5_htmldir}/en/kioslave5/audiocd/
%{_kf5_configkcfgdir}/audiocd_*_encoder.kcfg
%{_kf5_debugdir}/kio_audiocd.categories
%{_kf5_libdir}/libaudiocdplugins.so.*
%{_kf5_plugindir}/libaudiocd_encoder_*.so
%{_kf5_plugindir}/libkcm_audiocd.so
@ -97,17 +96,17 @@ This package contains the development files for the audiocd kio slave
%{_kf5_servicesdir}/audiocd.protocol
%{_kf5_sharedir}/konqsidebartng/virtual_folders/services/audiocd.desktop
%{_kf5_sharedir}/solid/actions/solid_audiocd.desktop
%{_kf5_appstreamdir}/org.kde.kio_audiocd.appdata.xml
%files devel
%defattr(-,root,root)
%doc COPYING*
%license COPYING*
%{_includedir}/audiocdencoder.h
%{_includedir}/audiocdplugins_export.h
%{_kf5_libdir}/libaudiocdplugins.so
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%license COPYING*
%endif
%changelog