[baloo-kcmadv] import

Rex Dieter rdieter at fedoraproject.org
Tue Jul 15 18:02:51 UTC 2014


commit 5cbdf777911ffe981e035d61ab0a30d575960268
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Tue Jul 15 12:46:09 2014 -0500

    import

 .gitignore        |    1 +
 baloo-kcmadv.spec |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources           |    1 +
 3 files changed, 54 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..98dfc23 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/baloo-kcmadv-0656135.tar.xz
diff --git a/baloo-kcmadv.spec b/baloo-kcmadv.spec
new file mode 100644
index 0000000..9702ef1
--- /dev/null
+++ b/baloo-kcmadv.spec
@@ -0,0 +1,52 @@
+
+Name:    baloo-kcmadv
+Summary: Baloo Desktop Search Advanced configuration module
+Version: 0
+Release: 0.1.20140427git0656135%{?dist}
+
+License: GPLv2
+URL:     https://gitorious.org/baloo-kcmadv
+
+Source0: baloo-kcmadv-0656135.tar.xz
+
+BuildRequires: kdelibs4-devel >= %{version}
+BuildRequires: baloo-devel >= %{version}
+# for ${KDE4_DBUS_INTERFACES_DIR}/org.kde.baloo.file.indexer.xml
+BuildRequires: baloo-file
+BuildRequires: kfilemetadata-devel >= %{version}
+BuildRequires: pkgconfig(QJson)
+BuildRequires: xapian-core-devel
+
+Requires: baloo-file
+Requires: kde-runtime
+
+%description
+%{summary}.
+
+
+%prep
+%setup -n %{name}
+
+
+%build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+%{cmake_kde4} ..
+popd
+
+make %{?_smp_mflags} -C %{_target_platform}
+
+
+%install
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+
+%files
+%{_kde4_libdir}/kde4/kcm_baloofileadv.so
+%{_kde4_docdir}/HTML/en/kcontrol/kcm_baloofileadv/
+%{_kde4_datadir}/kde4/services/kcm_baloofileadv.desktop
+
+
+%changelog
+* Fri May 02 2014 Rex Dieter <rdieter at fedoraproject.org> 0-0.1.20140427git0656135
+- first try
+
diff --git a/sources b/sources
index e69de29..4d8b6f7 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+ce62038aa7d8e568138de627de7ed52d  baloo-kcmadv-0656135.tar.xz


More information about the scm-commits mailing list