[ktp-contact-runner] Initial import (#843910)

Jan Grulich jgrulich at fedoraproject.org
Mon Jul 30 19:36:39 UTC 2012


commit 662d9fb7c933b82a21d59c77f6d4b67722540d4b
Author: Jan Grulich <jgrulich at redhat.com>
Date:   Mon Jul 30 21:36:20 2012 +0200

    Initial import (#843910)

 .gitignore              |    1 +
 ktp-contact-runner.spec |   50 +++++++++++++++++++++++++++++++++++++++++++++++
 sources                 |    1 +
 3 files changed, 52 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..ad2d955 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ktp-contact-runner-0.4.1.tar.bz2
diff --git a/ktp-contact-runner.spec b/ktp-contact-runner.spec
new file mode 100644
index 0000000..2895607
--- /dev/null
+++ b/ktp-contact-runner.spec
@@ -0,0 +1,50 @@
+
+Name:    ktp-contact-runner
+Summary: Plasma runner for KDE Telepathy
+Version: 0.4.1
+Release: 1%{?dist}
+
+License: GPLv3+
+URL:     https://projects.kde.org/projects/extragear/network/telepathy/%{name}
+Source0: http://download.kde.org/unstable/kde-telepathy/%{version}/src/%{name}-%{version}.tar.bz2
+
+BuildRequires: gettext
+BuildRequires: kdelibs4-devel
+BuildRequires: pkgconfig(TelepathyQt4) >= 0.9.1
+BuildRequires: ktp-common-internals-devel >= %{version}
+
+
+%description
+%{summary}.
+
+
+%prep
+%setup -q 
+
+
+%build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+%{cmake_kde4} ..
+popd
+
+make %{?_smp_mflags} -C %{_target_platform}
+
+
+%install
+rm -rf %{buildroot}
+
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+
+%find_lang %{name} --all-name --with-kde
+
+
+%files -f %{name}.lang
+%doc COPYING 
+%{_kde4_libdir}/kde4/krunner_ktp_contacts.so
+%{_kde4_datadir}/kde4/services/plasma-runner-ktp-contact.desktop
+
+
+%changelog
+* Fri Jul 27 2012 Jan Grulich <jgrulich at redhat.com> - 0.4.1-1
+- Initial RPM release
diff --git a/sources b/sources
index e69de29..1694071 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+9ec47ad842df25c466dfeb9c54c0a01f  ktp-contact-runner-0.4.1.tar.bz2


More information about the scm-commits mailing list