diff --git a/kio-extras-5.0.95.tar.xz b/kio-extras-5.0.95.tar.xz new file mode 100644 index 0000000..e1ddae1 --- /dev/null +++ b/kio-extras-5.0.95.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4861f267db311920b13c4421e22cea571a8735d69e513249101589f7ac6ec895 +size 554632 diff --git a/kio-extras-5.0.95~git20140912.tar.xz b/kio-extras-5.0.95~git20140912.tar.xz deleted file mode 100644 index 1dfbd6f..0000000 --- a/kio-extras-5.0.95~git20140912.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed392493fbb5ae0d81b5e8c97315c5bdfdc0daacfd1663c2709e4d116f3db055 -size 281184 diff --git a/kio-extras5-rpmlintrc b/kio-extras5-rpmlintrc new file mode 100644 index 0000000..cc4ae51 --- /dev/null +++ b/kio-extras5-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/kio-extras5.changes b/kio-extras5.changes index c1c7fe9..e695851 100644 --- a/kio-extras5.changes +++ b/kio-extras5.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Sep 26 09:14:10 UTC 2014 - hrvoje.senjan@gmail.com + +- Update to 5.0.95: + * Minor changes to samba kio +- Install translations +- Add rpmlintrc file for file-not-in-%lang warnings: we don't use + find_lang macro as it doesn't searches in subdirectories + ------------------------------------------------------------------- Fri Sep 12 14:23:59 UTC 2014 - hrvoje.senjan@gmail.com diff --git a/kio-extras5.spec b/kio-extras5.spec index 68dadbb..2fff86e 100644 --- a/kio-extras5.spec +++ b/kio-extras5.spec @@ -17,13 +17,14 @@ Name: kio-extras5 -Version: 5.0.95~git20140912 +Version: 5.0.95 Release: 0 Summary: Additional KIO-slaves for KDE applications License: GPL-2.0+ Group: System/GUI/KDE Url: http://www.kde.org Source: kio-extras-%{version}.tar.xz +Source99: %{name}-rpmlintrc BuildRequires: OpenEXR-devel BuildRequires: karchive-devel BuildRequires: kconfig-devel @@ -63,13 +64,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Additional KIO-slaves for KDE applications. +%lang_package %prep %setup -q -n kio-extras-%{version} sed -i '/^add_subdirectory( doc )/d' CMakeLists.txt -sed -i '/^ecm_optional_add_subdirectory(po)/d' CMakeLists.txt %build - %cmake_kf5 -d build + %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5 %make_jobs %install @@ -100,4 +101,8 @@ sed -i '/^ecm_optional_add_subdirectory(po)/d' CMakeLists.txt %{_kf5_sharedir}/remoteview/ %{_kf5_sharedir}/mime/packages/kf5_network.xml +%files lang +%defattr(-,root,root) +%{_kf5_localedir}/ + %changelog