forked from pool/kfilemetadata5
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:
commit
55981619c4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fad84cbc477c36aa967a1f4facd7bfa6825346bdddae87b1fd9db64d9dc2688f
|
||||
size 131344
|
3
kfilemetadata-5.24.0.tar.xz
Normal file
3
kfilemetadata-5.24.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e87f9a3595105dc0a5dde14a529fc6b68b8141913b4b8da6b9c4a902fc4c90a
|
||||
size 131364
|
@ -1,2 +0,0 @@
|
||||
# we don't use find_lang macro as it doesn't searches in subdirectories
|
||||
addFilter("file-not-in-%lang .*")
|
@ -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
|
||||
|
||||
|
@ -17,9 +17,9 @@
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
%define _tar_path 5.23
|
||||
%define _tar_path 5.24
|
||||
Name: kfilemetadata5
|
||||
Version: 5.23.0
|
||||
Version: 5.24.0
|
||||
Release: 0
|
||||
%define kf5_version %{version}
|
||||
Summary: Extract Metadata
|
||||
@ -28,7 +28,6 @@ Group: Development/Libraries/KDE
|
||||
Url: http://www.kde.org/
|
||||
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/kfilemetadata-%{version}.tar.xz
|
||||
Source1: baselibs.conf
|
||||
Source99: kfilemetadata5-rpmlintrc
|
||||
Patch0: ffmpeg-buildrequires.patch
|
||||
BuildRequires: extra-cmake-modules >= %{_tar_path}
|
||||
%if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320"
|
||||
@ -71,11 +70,14 @@ A library for extracting file metadata. Development files
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
|
||||
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%if %{with lang}
|
||||
%kf5_find_lang
|
||||
%endif
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
@ -95,10 +97,8 @@ A library for extracting file metadata. Development files
|
||||
%{_kf5_libdir}/cmake/KF5FileMetaData/
|
||||
|
||||
%if %{with lang}
|
||||
%files lang
|
||||
%defattr(-,root,root)
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%{_kf5_localedir}/
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user