KDE Applications 18.12.0 Beta (last try; fix any other issue post acceptance)
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/k3b?expand=0&rev=82
This commit is contained in:
parent
801bb0942a
commit
b4b1fbbaa9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bf9399e5b96d2c3507be887ccaa0a312389df30ffdbef18adc6684ad8c91e2d3
|
||||
size 10598316
|
3
k3b-18.11.80.tar.xz
Normal file
3
k3b-18.11.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:778268bda26ea7ac920ea54f87f6a2d21df5ecafa61b3f0534d2de00e4f03dda
|
||||
size 10593216
|
17
k3b.changes
17
k3b.changes
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 20 06:21:57 UTC 2018 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
- Run spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 20 05:56:41 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:
|
||||
* Refine appdata urls
|
||||
* Make the color of normalPen in FillStatusDisplayWidget desktop environment independent
|
||||
* Fix minor EBN issues
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 08 20:43:29 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
|
55
k3b.spec
55
k3b.spec
@ -17,18 +17,16 @@
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
%bcond_without ffmpeg
|
||||
%bcond_without lame
|
||||
%bcond_without mad
|
||||
|
||||
Name: k3b
|
||||
Version: 18.08.3
|
||||
Version: 18.11.80
|
||||
Release: 0
|
||||
Summary: CD/DVD/Blu-ray Burning Application for KDE
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Multimedia/CD/Record
|
||||
Url: http://www.kde.org
|
||||
URL: http://www.kde.org
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
# PATCH-FIX-OPENSUSE
|
||||
Patch1: Don-t-suggest-to-install-libburn.patch
|
||||
@ -42,6 +40,7 @@ BuildRequires: libmusicbrainz-devel
|
||||
BuildRequires: libsamplerate-devel
|
||||
BuildRequires: libsndfile-devel
|
||||
BuildRequires: libvorbis-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: cmake(KF5Archive) >= 5.21.0
|
||||
BuildRequires: cmake(KF5Config) >= 5.21.0
|
||||
@ -65,6 +64,23 @@ BuildRequires: cmake(Qt5DBus) >= 5.5.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.5.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.5.0
|
||||
BuildRequires: pkgconfig(taglib)
|
||||
Requires: %{_bindir}/cdrdao
|
||||
Requires: %{_bindir}/cdrecord
|
||||
Requires: %{_bindir}/mkisofs
|
||||
Requires: %{_bindir}/readcd
|
||||
Requires: dvd+rw-tools
|
||||
Requires(post): hicolor-icon-theme
|
||||
Requires(post): shared-mime-info
|
||||
Requires(postun): hicolor-icon-theme
|
||||
Requires(postun): shared-mime-info
|
||||
Recommends: %{_bindir}/normalize
|
||||
Recommends: %{_bindir}/sox
|
||||
Recommends: %{_bindir}/transcode
|
||||
Recommends: %{name}-lang
|
||||
Recommends: vcdimager
|
||||
Provides: kde4-k3b = 4.2.2.svn951754
|
||||
Obsoletes: k3b-codecs
|
||||
Obsoletes: kde4-k3b < 4.2.2.svn951754
|
||||
%if %{with ffmpeg}
|
||||
BuildRequires: pkgconfig(libavcodec)
|
||||
BuildRequires: pkgconfig(libavformat)
|
||||
@ -76,24 +92,6 @@ Requires: lame
|
||||
%if %{with mad}
|
||||
BuildRequires: pkgconfig(mad)
|
||||
%endif
|
||||
Requires: %{_bindir}/cdrdao
|
||||
Requires: %{_bindir}/cdrecord
|
||||
Requires: %{_bindir}/mkisofs
|
||||
Requires: %{_bindir}/readcd
|
||||
Requires: dvd+rw-tools
|
||||
Requires(post): hicolor-icon-theme
|
||||
Requires(postun): hicolor-icon-theme
|
||||
Requires(post): shared-mime-info
|
||||
Requires(postun): shared-mime-info
|
||||
Recommends: %{_bindir}/normalize
|
||||
Recommends: %{_bindir}/sox
|
||||
Recommends: %{_bindir}/transcode
|
||||
Recommends: vcdimager
|
||||
Provides: kde4-k3b = 4.2.2.svn951754
|
||||
Obsoletes: k3b-codecs
|
||||
Obsoletes: kde4-k3b < 4.2.2.svn951754
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Featuring a graphical interface, k3b provides various
|
||||
@ -127,13 +125,13 @@ CXXFLAGS="%{optflags} -fno-strict-aliasing"
|
||||
%if %{with lang}
|
||||
%find_lang %{name} --with-man --all-name
|
||||
%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120300
|
||||
%kf5_find_htmldocs
|
||||
%{kf5_find_htmldocs}
|
||||
%else
|
||||
# %%kf5_find_htmldocs is only defined since Leap 42.3
|
||||
CURDIR=`pwd`
|
||||
pushd %{buildroot}%{_kf5_htmldir}
|
||||
for i in *; do
|
||||
if ! [ -d "/usr/share/locale/${i}" ]; then
|
||||
if ! [ -d "%{_datadir}/locale/${i}" ]; then
|
||||
echo "Removing unsupported translation %{_kf5_htmldir}/${i}"
|
||||
rm -rf "$i"
|
||||
elif [ "$i" != "en" ]; then
|
||||
@ -159,8 +157,8 @@ CXXFLAGS="%{optflags} -fno-strict-aliasing"
|
||||
%icon_theme_cache_postun
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING* ChangeLog FAQ.txt PERMISSIONS.txt README.txt
|
||||
%license COPYING*
|
||||
%doc ChangeLog FAQ.txt PERMISSIONS.txt README.txt
|
||||
%config %{_kf5_configdir}/k3btheme.knsrc
|
||||
%dir %{_kf5_servicesdir}/ServiceMenus
|
||||
%dir %{_kf5_sharedir}/konqsidebartng
|
||||
@ -192,15 +190,14 @@ CXXFLAGS="%{optflags} -fno-strict-aliasing"
|
||||
%{_kf5_sharedir}/solid/actions/k3b_*.desktop
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING*
|
||||
%license COPYING*
|
||||
%{_includedir}/k3b*.h
|
||||
%{_kf5_libdir}/libk3bdevice.so
|
||||
%{_kf5_libdir}/libk3blib.so
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%license COPYING*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user