forked from pool/kfilemetadata5
Accepting request 630606 from KDE:Frameworks5
Update to 5.49.0 OBS-URL: https://build.opensuse.org/request/show/630606 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kfilemetadata5?expand=0&rev=62
This commit is contained in:
commit
55b25e43b8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:aefc53d26491254dd4991f41d25c9f2425c761b9aa3d80d272a0242dd428364f
|
|
||||||
size 258080
|
|
3
kfilemetadata-5.49.0.tar.xz
Normal file
3
kfilemetadata-5.49.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:00cd6d49c8046a83eb2d40309c375bf5c36f532281ea92b5c3e04d645f0db310
|
||||||
|
size 258180
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 19 09:19:03 UTC 2018 - christophe@krop.fr
|
||||||
|
|
||||||
|
- Update to 5.49.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/kde-frameworks-5.49.0.php
|
||||||
|
- Changes since 5.48.0:
|
||||||
|
* API dox: add @file to functions-only header to have doxygen cover those
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 9 11:42:56 UTC 2018 - fabian@ritter-vogt.de
|
Thu Aug 9 11:42:56 UTC 2018 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
@ -16,41 +16,41 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%bcond_without ffmpeg
|
%define _tar_path 5.49
|
||||||
%bcond_without lang
|
|
||||||
%define _tar_path 5.48
|
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# Last major and minor KF5 version (e.g. 5.33)
|
||||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
|
%bcond_without ffmpeg
|
||||||
|
%bcond_without lang
|
||||||
Name: kfilemetadata5
|
Name: kfilemetadata5
|
||||||
Version: 5.48.0
|
Version: 5.49.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Extract Metadata
|
Summary: Extract Metadata
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only
|
||||||
Group: Development/Libraries/KDE
|
Group: Development/Libraries/KDE
|
||||||
Url: http://www.kde.org/
|
URL: http://www.kde.org/
|
||||||
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/kfilemetadata-%{version}.tar.xz
|
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/kfilemetadata-%{version}.tar.xz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||||
%if %{with ffmpeg}
|
|
||||||
BuildRequires: pkgconfig(libavcodec)
|
|
||||||
BuildRequires: pkgconfig(libavformat)
|
|
||||||
BuildRequires: pkgconfig(libavutil)
|
|
||||||
%endif
|
|
||||||
BuildRequires: karchive-devel >= %{_kf5_bugfix_version}
|
BuildRequires: karchive-devel >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: ki18n-devel >= %{_kf5_bugfix_version}
|
BuildRequires: ki18n-devel >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: libattr-devel
|
BuildRequires: libattr-devel
|
||||||
BuildRequires: libepub-devel
|
BuildRequires: libepub-devel
|
||||||
BuildRequires: libexiv2-devel >= 0.21
|
BuildRequires: libexiv2-devel >= 0.21
|
||||||
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: taglib-devel >= 1.9
|
BuildRequires: taglib-devel >= 1.9
|
||||||
BuildRequires: cmake(Qt5Multimedia) >= 5.6.0
|
BuildRequires: cmake(Qt5Multimedia) >= 5.6.0
|
||||||
BuildRequires: cmake(Qt5Test) >= 5.6.0
|
BuildRequires: cmake(Qt5Test) >= 5.6.0
|
||||||
BuildRequires: cmake(Qt5Xml) >= 5.6.0
|
BuildRequires: cmake(Qt5Xml) >= 5.6.0
|
||||||
BuildRequires: pkgconfig(poppler-qt5)
|
BuildRequires: pkgconfig(poppler-qt5)
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
%if %{with ffmpeg}
|
||||||
|
BuildRequires: pkgconfig(libavcodec)
|
||||||
|
BuildRequires: pkgconfig(libavformat)
|
||||||
|
BuildRequires: pkgconfig(libavutil)
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A library for extracting file metadata.
|
A library for extracting file metadata.
|
||||||
@ -66,6 +66,7 @@ Requires: cmake(Qt5Core) >= 5.6.0
|
|||||||
A library for extracting file metadata. Development files
|
A library for extracting file metadata. Development files
|
||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n kfilemetadata-%{version}
|
%setup -q -n kfilemetadata-%{version}
|
||||||
|
|
||||||
@ -76,23 +77,20 @@ A library for extracting file metadata. Development files
|
|||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%kf5_find_lang
|
%{kf5_find_lang}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%license COPYING*
|
||||||
%doc COPYING*
|
|
||||||
%{_kf5_plugindir}/
|
%{_kf5_plugindir}/
|
||||||
%{_kf5_libdir}/libKF5FileMetaData.so.*
|
%{_kf5_libdir}/libKF5FileMetaData.so.*
|
||||||
%{_kf5_debugdir}/*.categories
|
%{_kf5_debugdir}/*.categories
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%license COPYING*
|
||||||
%doc COPYING*
|
|
||||||
%{_kf5_libdir}/libKF5FileMetaData.so
|
%{_kf5_libdir}/libKF5FileMetaData.so
|
||||||
%{_kf5_includedir}/KFileMetaData/
|
%{_kf5_includedir}/KFileMetaData/
|
||||||
%{_kf5_libdir}/cmake/KF5FileMetaData/
|
%{_kf5_libdir}/cmake/KF5FileMetaData/
|
||||||
@ -100,7 +98,7 @@ A library for extracting file metadata. Development files
|
|||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
%doc COPYING*
|
%license COPYING*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user