[plasma-milou] Import package - Plasma 5.1.95 (Plasma 5.2 beta)

Daniel Vrátil dvratil at fedoraproject.org
Fri Jan 16 11:07:24 UTC 2015


commit 0965e4be1466d48d2856bd735791dd77505652ec
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Fri Jan 16 12:07:43 2015 +0100

    Import package - Plasma 5.1.95 (Plasma 5.2 beta)

 .gitignore        |    1 +
 plasma-milou.spec |  101 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources           |    1 +
 3 files changed, 103 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..0de2527 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/milou-5.1.95.tar.xz
diff --git a/plasma-milou.spec b/plasma-milou.spec
new file mode 100644
index 0000000..8e1d8cf
--- /dev/null
+++ b/plasma-milou.spec
@@ -0,0 +1,101 @@
+%define         base_name milou
+
+Name:           plasma-%{base_name}
+Version:        5.1.95
+Release:        1.beta%{?dist}
+Summary:        A dedicated KDE search application built on top of Baloo
+
+License:        GPLv2+
+URL:            https://projects.kde.org/kde/workspace/milou
+
+%global revision %(echo %{version} | cut -d. -f3)
+%if %{revision} >= 50
+%global stable unstable
+%else
+%global stable stable
+%endif
+Source0:        http://download.kde.org/%{stable}/plasma/%{version}/%{base_name}-%{version}.tar.xz
+
+BuildRequires:  qt5-qtbase-devel
+BuildRequires:  qt5-qtxmlpatterns-devel
+BuildRequires:  qt5-qtwebkit-devel
+BuildRequires:  qt5-qtscript-devel
+
+BuildRequires:  kf5-rpm-macros
+BuildRequires:  extra-cmake-modules
+
+BuildRequires:  kf5-krunner-devel
+BuildRequires:  kf5-plasma-devel
+BuildRequires:  kf5-ki18n-devel
+BuildRequires:  kf5-kdeclarative-devel
+BuildRequires:  kf5-baloo-devel
+
+Requires:       kf5-filesystem
+
+Obsoletes:      kde-plasma-milou < 5.0.0
+Provides:       kde-plasma-milou = %{version}=%{release}
+
+%description
+%{summary}.
+
+%prep
+%setup -q -n %{base_name}-%{version}
+
+%build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+%{cmake_kf5} ..
+popd
+
+make %{?_smp_mflags} -C %{_target_platform}
+
+%install
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+%find_lang milou --with-qt --all-name
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+%files -f milou.lang
+%{_kf5_qtplugindir}/miloutextplugin.so
+%{_kf5_datadir}/kservicetypes5/miloupreviewplugin.desktop
+%{_kf5_datadir}/kservices5/plasma-applet-org.kde.milou.desktop
+%{_kf5_datadir}/kservices5/miloutextpreview.desktop
+%{_libdir}/libmilou.so.*
+%{_kf5_qmldir}/org/kde/milou
+%{_datadir}/plasma/plasmoids/org.kde.milou
+
+
+%changelog
+* Tue Jan 13 2015 Daniel Vrátil <dvratil at redhat.com> - 5.1.95-1.beta
+- Plasma 5.1.95 Beta
+
+* Mon Jan 05 2015 Jan Grulich <jgrulich at redhat.com> - 5.1.1-2
+- Better URL
+  Used make install instead of make_install macro
+  Fixed macros
+
+* Wed Dec 17 2014 Daniel Vrátil <dvratil at redhat.com> - 5.1.2-2
+- Plasma 5.1.2
+
+* Fri Nov 07 2014 Daniel Vrátil <dvratil at redhat.com> - 5.1.1-1
+- Plasma 5.1.1
+
+* Tue Oct 14 2014 Daniel Vrátil <dvratil at redhat.com> - 5.1.0.1-1
+- Plasma 5.1.0.1
+
+* Thu Oct 09 2014 Daniel Vrátil <dvratil at redhat.com> - 5.1.0-1
+- Plasma 5.1.0
+
+* Tue Sep 16 2014 Daniel Vrátil <dvratil at redhat.com> - 5.0.2-1
+- Plasma 5.0.2
+
+* Sun Aug 10 2014 Daniel Vrátil <dvratil at redhat.com> - 5.0.1-1
+- Plasma 5.0.1
+
+* Thu Jul 17 2014 Daniel Vrátil <dvratil at redhat.com> - 5.0.0-1
+- Plasma 5.0.0
+
+* Thu May 15 2014 Daniel Vrátil <dvratil at redhat.com> - 4.90.1-1.20140515gitc11b832c
+- Intial snapshot
diff --git a/sources b/sources
index e69de29..c042243 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+b00b4509ba2df9f4172550cb1af1e05b  milou-5.1.95.tar.xz


More information about the scm-commits mailing list