1
0

Accepting request 407495 from KDE:Frameworks5

Update to 5.24.0

OBS-URL: https://build.opensuse.org/request/show/407495
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kfilemetadata5?expand=0&rev=35
This commit is contained in:
Dominique Leuenberger 2016-07-15 10:34:28 +00:00 committed by Git OBS Bridge
commit 55981619c4
5 changed files with 24 additions and 12 deletions

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5e87f9a3595105dc0a5dde14a529fc6b68b8141913b4b8da6b9c4a902fc4c90a
size 131364

View File

@ -1,2 +0,0 @@
# we don't use find_lang macro as it doesn't searches in subdirectories
addFilter("file-not-in-%lang .*")

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jul 6 15:03:41 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.24.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.24.0.php
-------------------------------------------------------------------
Tue Jul 5 11:20:40 UTC 2016 - wbauer@tmo.at
- Use the new %kf5_find_lang macro to create the file list for the
lang package
- Remove rpmlintrc file, it is not needed any more now
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 6 21:25:10 UTC 2016 - hrvoje.senjan@gmail.com Mon Jun 6 21:25:10 UTC 2016 - hrvoje.senjan@gmail.com

View File

@ -17,9 +17,9 @@
%bcond_without lang %bcond_without lang
%define _tar_path 5.23 %define _tar_path 5.24
Name: kfilemetadata5 Name: kfilemetadata5
Version: 5.23.0 Version: 5.24.0
Release: 0 Release: 0
%define kf5_version %{version} %define kf5_version %{version}
Summary: Extract Metadata Summary: Extract Metadata
@ -28,7 +28,6 @@ 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
Source99: kfilemetadata5-rpmlintrc
Patch0: ffmpeg-buildrequires.patch Patch0: ffmpeg-buildrequires.patch
BuildRequires: extra-cmake-modules >= %{_tar_path} BuildRequires: extra-cmake-modules >= %{_tar_path}
%if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320" %if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320"
@ -71,11 +70,14 @@ A library for extracting file metadata. Development files
%patch0 -p1 %patch0 -p1
%build %build
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5 %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
%make_jobs %make_jobs
%install %install
%kf5_makeinstall -C build %kf5_makeinstall -C build
%if %{with lang}
%kf5_find_lang
%endif
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
@ -95,10 +97,8 @@ A library for extracting file metadata. Development files
%{_kf5_libdir}/cmake/KF5FileMetaData/ %{_kf5_libdir}/cmake/KF5FileMetaData/
%if %{with lang} %if %{with lang}
%files lang %files lang -f %{name}.lang
%defattr(-,root,root)
%doc COPYING* %doc COPYING*
%{_kf5_localedir}/
%endif %endif
%changelog %changelog