Accepting request 282960 from KDE:Frameworks5

Update to 5.2.0

OBS-URL: https://build.opensuse.org/request/show/282960
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kfilemetadata5?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2015-01-29 12:15:52 +00:00 committed by Git OBS Bridge
commit 090bfac807
5 changed files with 40 additions and 6 deletions

View File

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

View File

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

2
kfilemetadata5-rpmlintrc Normal file
View File

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Jan 26 19:49:17 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.2 Final:
* For more details please see:
https://www.kde.org/announcements/plasma-5.2.0.php
-------------------------------------------------------------------
Tue Jan 13 16:34:55 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.2 Beta aka 5.1.95:
* Undo changes to Plasma desktop layout
* Smarter sorting of results in KRunner
* Breeze window decoration theme adds a new look to your
desktop and is now used by default
* New white mouse cursor theme for Breeze.
* New plasma widgets: 15 puzzle, web browser, show desktop
* Over 300 bugs fixed throughout Plasma modules.
* For more details please see:
https://www.kde.org/announcements/plasma-5.1.95.php
- Add lang subpackage
- Add rpmlintrc file for file-not-in-%lang warnings: we don't use
find_lang macro as it doesn't searches in subdirectories
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 11 17:59:47 UTC 2014 - hrvoje.senjan@gmail.com Thu Dec 11 17:59:47 UTC 2014 - hrvoje.senjan@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package kfilemetadata5 # spec file for package kfilemetadata5
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: kfilemetadata5 Name: kfilemetadata5
Version: 5.1.2 Version: 5.6.0
Release: 0 Release: 0
Summary: Extract Metadata Summary: Extract Metadata
License: GPL-2.0+ and LGPL-2.1+ and LGPL-3.0 License: GPL-2.0+ and LGPL-2.1+ and LGPL-3.0
@ -25,6 +25,7 @@ Group: Development/Libraries/KDE
Url: http://www.kde.org/ Url: http://www.kde.org/
Source: kfilemetadata-%{version}.tar.xz Source: kfilemetadata-%{version}.tar.xz
Source1: baselibs.conf Source1: baselibs.conf
Source99: kfilemetadata5-rpmlintrc
BuildRequires: extra-cmake-modules >= 1.0.0 BuildRequires: extra-cmake-modules >= 1.0.0
BuildRequires: karchive-devel >= 5.0.0 BuildRequires: karchive-devel >= 5.0.0
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem
@ -35,6 +36,7 @@ BuildRequires: taglib-devel
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0 BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0 BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0
BuildRequires: pkgconfig(poppler-qt5) BuildRequires: pkgconfig(poppler-qt5)
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -50,11 +52,12 @@ Requires: pkgconfig(Qt5Core) >= 5.2.0
%description devel %description devel
A library for extracting file metadata. Development files A library for extracting file metadata. Development files
%lang_package
%prep %prep
%setup -q -n kfilemetadata-%{version} %setup -q -n kfilemetadata-%{version}
%build %build
%cmake_kf5 -d build %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
%make_jobs %make_jobs
%install %install
@ -77,4 +80,9 @@ A library for extracting file metadata. Development files
%{_kf5_includedir}/KFileMetaData/ %{_kf5_includedir}/KFileMetaData/
%{_kf5_libdir}/cmake/KF5FileMetaData/ %{_kf5_libdir}/cmake/KF5FileMetaData/
%files lang
%defattr(-,root,root)
%doc COPYING*
%{_kf5_localedir}/
%changelog %changelog