Accepting request 516375 from KDE:Applications
Update to 17.08.0 OBS-URL: https://build.opensuse.org/request/show/516375 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kio_audiocd?expand=0&rev=67
This commit is contained in:
commit
49f2aedad7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ee39bba90939b1aa7e8447acb6960e20db997ff7c9bf5c025049074c5a53fe0
|
||||
size 247980
|
3
audiocd-kio-17.08.0.tar.xz
Normal file
3
audiocd-kio-17.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:062537e4f0539cb5926716794f9d9e60310f5ad388f461bf4c1dcbe1cecd0116
|
||||
size 247520
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 11 22:45:36 UTC 2017 - christophe@krop.fr
|
||||
|
||||
- Update to KDE Applications 17.08.0
|
||||
* New feature release
|
||||
* https://www.kde.org/announcements/announce-applications-17.08.0.php
|
||||
- Changes since 17.04.3 :
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 5 18:16:31 UTC 2017 - christophe@krop.fr
|
||||
|
||||
- Update to KDE Applications 17.07.90
|
||||
* KDE Applications 17.07.90
|
||||
* https://www.kde.org/announcements/announce-applications-17.07.90.php
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 15 22:59:56 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kio_audiocd
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,13 +15,14 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: kio_audiocd
|
||||
Version: 17.04.3
|
||||
Version: 17.08.0
|
||||
Release: 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. 17.08 in KA, but 17.11.80 in KUA)
|
||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
Summary: KDE I/O Slave for Audio CDs
|
||||
License: GPL-2.0+
|
||||
@ -40,7 +41,9 @@ BuildRequires: libkcddb-devel
|
||||
BuildRequires: libkcompactdisc-devel
|
||||
BuildRequires: libvorbis-devel
|
||||
BuildRequires: phonon4qt5-devel
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -79,28 +82,28 @@ This package contains the development files for the audiocd kio slave
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING*
|
||||
%{_libdir}/libaudiocdplugins.so.*
|
||||
%dir %{_kf5_sharedir}/konqsidebartng
|
||||
%dir %{_kf5_sharedir}/konqsidebartng/virtual_folders
|
||||
%dir %{_kf5_sharedir}/konqsidebartng/virtual_folders/services
|
||||
%dir %{_kf5_sharedir}/solid
|
||||
%dir %{_kf5_sharedir}/solid/actions
|
||||
%doc %lang(en) %{_kf5_htmldir}/en/kioslave5/audiocd/
|
||||
%{_kf5_configkcfgdir}/audiocd_*_encoder.kcfg
|
||||
%{_kf5_libdir}/libaudiocdplugins.so.*
|
||||
%{_kf5_plugindir}/libaudiocd_encoder_*.so
|
||||
%{_kf5_plugindir}/libkcm_audiocd.so
|
||||
%{_kf5_plugindir}/libkio_audiocd.so
|
||||
%{_kf5_configkcfgdir}/audiocd_*_encoder.kcfg
|
||||
%{_kf5_htmldir}/en/kioslave5/audiocd/
|
||||
%dir %{_datadir}/konqsidebartng
|
||||
%dir %{_datadir}/konqsidebartng/virtual_folders
|
||||
%dir %{_datadir}/konqsidebartng/virtual_folders/services
|
||||
%{_datadir}/konqsidebartng/virtual_folders/services/audiocd.desktop
|
||||
%{_kf5_servicesdir}/audiocd.desktop
|
||||
%{_kf5_servicesdir}/audiocd.protocol
|
||||
%dir %{_datadir}/solid
|
||||
%dir %{_datadir}/solid/actions
|
||||
%{_datadir}/solid/actions/solid_audiocd.desktop
|
||||
%{_kf5_sharedir}/konqsidebartng/virtual_folders/services/audiocd.desktop
|
||||
%{_kf5_sharedir}/solid/actions/solid_audiocd.desktop
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING*
|
||||
%{_includedir}/audiocdencoder.h
|
||||
%{_includedir}/audiocdplugins_export.h
|
||||
%{_libdir}/libaudiocdplugins.so
|
||||
%{_kf5_libdir}/libaudiocdplugins.so
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
|
Loading…
Reference in New Issue
Block a user