diff --git a/kfilemetadata-5.1.2.tar.xz b/kfilemetadata-5.1.2.tar.xz deleted file mode 100644 index 941c37b..0000000 --- a/kfilemetadata-5.1.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1bd31b0ef9e2de5673912a072b48c6bc206e2634fb05281783181dad2165f6b -size 86072 diff --git a/kfilemetadata-5.6.0.tar.xz b/kfilemetadata-5.6.0.tar.xz new file mode 100644 index 0000000..5b4fb43 --- /dev/null +++ b/kfilemetadata-5.6.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96a4b5dc68f30ca1f5db773c431d1c1963fe1c6c95f54847e9cb60d10ca3e96d +size 113292 diff --git a/kfilemetadata5-rpmlintrc b/kfilemetadata5-rpmlintrc new file mode 100644 index 0000000..cc4ae51 --- /dev/null +++ b/kfilemetadata5-rpmlintrc @@ -0,0 +1,2 @@ +# we don't use find_lang macro as it doesn't searches in subdirectories +addFilter("file-not-in-%lang .*") \ No newline at end of file diff --git a/kfilemetadata5.changes b/kfilemetadata5.changes index fdf8322..c00a8e4 100644 --- a/kfilemetadata5.changes +++ b/kfilemetadata5.changes @@ -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 diff --git a/kfilemetadata5.spec b/kfilemetadata5.spec index a2e268c..c88e09b 100644 --- a/kfilemetadata5.spec +++ b/kfilemetadata5.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: kfilemetadata5 -Version: 5.1.2 +Version: 5.6.0 Release: 0 Summary: Extract Metadata 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/ Source: kfilemetadata-%{version}.tar.xz Source1: baselibs.conf +Source99: kfilemetadata5-rpmlintrc BuildRequires: extra-cmake-modules >= 1.0.0 BuildRequires: karchive-devel >= 5.0.0 BuildRequires: kf5-filesystem @@ -35,6 +36,7 @@ BuildRequires: taglib-devel BuildRequires: pkgconfig(Qt5Test) >= 5.2.0 BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0 BuildRequires: pkgconfig(poppler-qt5) +Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -50,11 +52,12 @@ Requires: pkgconfig(Qt5Core) >= 5.2.0 %description devel A library for extracting file metadata. Development files +%lang_package %prep %setup -q -n kfilemetadata-%{version} %build - %cmake_kf5 -d build + %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5 %make_jobs %install @@ -77,4 +80,9 @@ A library for extracting file metadata. Development files %{_kf5_includedir}/KFileMetaData/ %{_kf5_libdir}/cmake/KF5FileMetaData/ +%files lang +%defattr(-,root,root) +%doc COPYING* +%{_kf5_localedir}/ + %changelog