Accepting request 252529 from KDE:Frameworks5
- Update to 5.0.95: * Ported TextPlugin * Minor bugfixes since previous release - Added pkgconfig(Qt5Quick) >= 5.2.0 BuildRequires - Install licenses - 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 OBS-URL: https://build.opensuse.org/request/show/252529 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/milou5?expand=0&rev=5
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fab3556fafc66b332c87bfa552b9a109bdbb1d27a07a587d6383e6b23c0fa5fd
|
||||
size 37188
|
3
milou-5.0.95.tar.xz
Normal file
3
milou-5.0.95.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:42eeee0e528d8c943d0335c704da5c113a4c8dd4ed28690aa0a684ee9bbbf3a8
|
||||
size 49036
|
2
milou5-rpmlintrc
Normal file
2
milou5-rpmlintrc
Normal file
@@ -0,0 +1,2 @@
|
||||
# we don't use find_lang macro as it doesn't searches in subdirectories
|
||||
addFilter("file-not-in-%lang .*")
|
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 26 11:36:32 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.0.95:
|
||||
* Ported TextPlugin
|
||||
* Minor bugfixes since previous release
|
||||
- Added pkgconfig(Qt5Quick) >= 5.2.0 BuildRequires
|
||||
- Install licenses
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 10 21:45:55 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
26
milou5.spec
26
milou5.spec
@@ -17,20 +17,23 @@
|
||||
|
||||
|
||||
Name: milou5
|
||||
Version: 5.0.1
|
||||
Version: 5.0.95
|
||||
Release: 0
|
||||
Summary: Dedicated search application built on top of Baloo
|
||||
License: GPL-2.0+ and LGPL-2.1+
|
||||
Group: System/GUI/KDE
|
||||
Url: https://projects.kde.org/milou
|
||||
Source0: milou-%{version}.tar.xz
|
||||
Source: milou-%{version}.tar.xz
|
||||
Source99: %{name}-rpmlintrc
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kdeclarative-devel
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: ki18n-devel
|
||||
BuildRequires: krunner-devel
|
||||
BuildRequires: plasma-framework-devel
|
||||
BuildRequires: pkgconfig(Qt5Qml) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Quick) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Script) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||
@@ -39,16 +42,19 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%description
|
||||
A dedicated search application built on top of Baloo
|
||||
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q -n milou-%{version}
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build -- -DBUILD_po=OFF
|
||||
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
|
||||
%fdupes -s %{buildroot}%{_kf5_localedir}/
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
|
||||
@@ -57,10 +63,16 @@ A dedicated search application built on top of Baloo
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_kf5_servicetypesdir}/miloupreviewplugin.desktop
|
||||
%doc COPYING*
|
||||
%{_kf5_libdir}/libmilou.so.*
|
||||
%{_kf5_qmldir}/org/
|
||||
%{_kf5_plasmadir}/plasmoids/
|
||||
%{_kf5_servicesdir}/plasma-applet-org.kde.milou.desktop
|
||||
%{_kf5_qmldir}/
|
||||
%{_kf5_plasmadir}/
|
||||
%{_kf5_servicesdir}/
|
||||
%{_kf5_servicetypesdir}/
|
||||
%{_kf5_plugindir}/
|
||||
|
||||
%files lang
|
||||
%defattr(-,root,root)
|
||||
%{_kf5_localedir}/
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user