Accepting request 414726 from KDE:Frameworks5
Update to 5.7.2 OBS-URL: https://build.opensuse.org/request/show/414726 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluedevil5?expand=0&rev=23
This commit is contained in:
commit
35175c77fb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:169b2d4d94b94180fa5b5922d34fb1f5532c5e9185953f11785a8521e101c581
|
|
||||||
size 139384
|
|
3
bluedevil-5.7.2.tar.xz
Normal file
3
bluedevil-5.7.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:66a726e7c5eef0e0c6a9a3f193bd3219ec7ba1ede762ef102eb4b78d86f38753
|
||||||
|
size 139092
|
@ -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,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
|
Thu Jun 30 12:02:16 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -19,14 +19,13 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: bluedevil5
|
Name: bluedevil5
|
||||||
Version: 5.7.0
|
Version: 5.7.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Bluetooth Manager for KDE
|
Summary: Bluetooth Manager for KDE
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Hardware/Other
|
Group: Hardware/Other
|
||||||
Url: http://www.kde.org/
|
Url: http://www.kde.org/
|
||||||
Source: bluedevil-%{version}.tar.xz
|
Source: bluedevil-%{version}.tar.xz
|
||||||
Source99: %{name}-rpmlintrc
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
@ -68,11 +67,14 @@ Bluetooth daemon for KDE, handling connections.
|
|||||||
%setup -q -n bluedevil-%{version}
|
%setup -q -n bluedevil-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
|
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
|
%if %{with lang}
|
||||||
|
%kf5_find_lang
|
||||||
|
%endif
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%mime_database_post
|
%mime_database_post
|
||||||
@ -95,9 +97,7 @@ Bluetooth daemon for KDE, handling connections.
|
|||||||
%{_kf5_plasmadir}/
|
%{_kf5_plasmadir}/
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%files lang
|
%files lang -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_kf5_localedir}/
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user