[ktp-call-ui] import

Rex Dieter rdieter at fedoraproject.org
Wed Jun 20 14:01:51 UTC 2012


commit 03bd38eb58736791868525c805430b2b27e79011
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Wed Jun 20 09:04:52 2012 -0500

    import

 .gitignore       |    1 +
 ktp-call-ui.spec |   60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources          |    1 +
 3 files changed, 62 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..1b031ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ktp-call-ui-0.4.0.tar.bz2
diff --git a/ktp-call-ui.spec b/ktp-call-ui.spec
new file mode 100644
index 0000000..0757552
--- /dev/null
+++ b/ktp-call-ui.spec
@@ -0,0 +1,60 @@
+
+Name:    ktp-call-ui
+Summary: Telepathy call handler 
+Version: 0.4.0
+Release: 1%{?dist}
+
+# most sources LGPLv2+, but a few are GPLv2+
+License: GPLv2+
+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: boost-devel
+BuildRequires: gettext
+BuildRequires: kdelibs4-devel
+BuildRequires: ktp-common-internals-devel >= %{version}
+BuildRequires: pkgconfig(QtGStreamer-0.10)
+BuildRequires: pkgconfig(telepathy-farstream)
+
+Requires: kde-runtime%{?_kde4_version: >= %{_kde4_version}}
+Requires: ktp-accounts-kcm
+
+%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
+
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files -f %{name}.lang
+%doc COPYING COPYING.LIB  README
+%{_kde4_libexecdir}/ktp-call-ui
+%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.CallUi.service
+%{_kde4_appsdir}/ktp-call-ui/callwindowui.rc
+%{_datadir}/telepathy/clients/KTp.CallUi.client
+
+
+%changelog
+* Mon Jun 11 2012 Rex Dieter <rdieter at fedoraproject.org> 0.4.0-1
+- first try 
+
diff --git a/sources b/sources
index e69de29..473bd25 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+77aa00101c83ec34dfa689ead783acc6  ktp-call-ui-0.4.0.tar.bz2


More information about the scm-commits mailing list