Accepting request 414748 from KDE:Frameworks5
Update to 5.7.2 OBS-URL: https://build.opensuse.org/request/show/414748 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/milou5?expand=0&rev=30
This commit is contained in:
commit
d64e192000
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6d6dabb285e60b87bfd8b1972666a04375cdf2d7eafcd0f61c339367d547e7c4
|
|
||||||
size 53728
|
|
3
milou-5.7.2.tar.xz
Normal file
3
milou-5.7.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8aa09a1caa2805cfcbaeb303d90b381c9ae503596f280226d55d75168375898f
|
||||||
|
size 54088
|
@ -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:34 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:32 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:45:02 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:28 UTC 2016 - hrvoje.senjan@gmail.com
|
Thu Jun 30 12:02:28 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
12
milou5.spec
12
milou5.spec
@ -18,14 +18,13 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: milou5
|
Name: milou5
|
||||||
Version: 5.7.0
|
Version: 5.7.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Dedicated search application built on top of Baloo
|
Summary: Dedicated search application built on top of Baloo
|
||||||
License: GPL-2.0+ and LGPL-2.1+
|
License: GPL-2.0+ and LGPL-2.1+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: https://projects.kde.org/milou
|
Url: https://projects.kde.org/milou
|
||||||
Source: milou-%{version}.tar.xz
|
Source: milou-%{version}.tar.xz
|
||||||
Source99: %{name}-rpmlintrc
|
|
||||||
BuildRequires: extra-cmake-modules >= 1.2.0
|
BuildRequires: extra-cmake-modules >= 1.2.0
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
@ -53,11 +52,14 @@ A dedicated search application built on top of Baloo
|
|||||||
%setup -q -n milou-%{version}
|
%setup -q -n milou-%{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
|
||||||
|
|
||||||
%fdupes -s %{buildroot}%{_kf5_localedir}/
|
%fdupes -s %{buildroot}%{_kf5_localedir}/
|
||||||
|
|
||||||
@ -78,9 +80,7 @@ A dedicated search application built on top of Baloo
|
|||||||
%{_kf5_plugindir}/
|
%{_kf5_plugindir}/
|
||||||
|
|
||||||
%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