diff --git a/bluedevil-5.7.0.tar.xz b/bluedevil-5.7.0.tar.xz deleted file mode 100644 index efdf61d..0000000 --- a/bluedevil-5.7.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:169b2d4d94b94180fa5b5922d34fb1f5532c5e9185953f11785a8521e101c581 -size 139384 diff --git a/bluedevil-5.7.2.tar.xz b/bluedevil-5.7.2.tar.xz new file mode 100644 index 0000000..dc44169 --- /dev/null +++ b/bluedevil-5.7.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66a726e7c5eef0e0c6a9a3f193bd3219ec7ba1ede762ef102eb4b78d86f38753 +size 139092 diff --git a/bluedevil5-rpmlintrc b/bluedevil5-rpmlintrc deleted file mode 100644 index cc4ae51..0000000 --- a/bluedevil5-rpmlintrc +++ /dev/null @@ -1,2 +0,0 @@ -# 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/bluedevil5.changes b/bluedevil5.changes index cb1c70a..b196057 100644 --- a/bluedevil5.changes +++ b/bluedevil5.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Wed Jul 20 08:54:13 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.7.2 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.7.2.php + +------------------------------------------------------------------- +Wed Jul 13 06:13:22 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.7.1 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.7.1.php + +------------------------------------------------------------------- +Tue Jul 5 11:08:22 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 + ------------------------------------------------------------------- Thu Jun 30 12:02:16 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/bluedevil5.spec b/bluedevil5.spec index 710d3ac..d0f1356 100644 --- a/bluedevil5.spec +++ b/bluedevil5.spec @@ -19,14 +19,13 @@ %bcond_without lang Name: bluedevil5 -Version: 5.7.0 +Version: 5.7.2 Release: 0 Summary: Bluetooth Manager for KDE License: GPL-2.0+ Group: Hardware/Other Url: http://www.kde.org/ Source: bluedevil-%{version}.tar.xz -Source99: %{name}-rpmlintrc BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: extra-cmake-modules BuildRequires: kf5-filesystem @@ -68,11 +67,14 @@ Bluetooth daemon for KDE, handling connections. %setup -q -n bluedevil-%{version} %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 %mime_database_post @@ -95,9 +97,7 @@ Bluetooth daemon for KDE, handling connections. %{_kf5_plasmadir}/ %if %{with lang} -%files lang -%defattr(-,root,root) -%{_kf5_localedir}/ +%files lang -f %{name}.lang %endif %changelog