[telepathy-qt4] import

Rex Dieter rdieter at fedoraproject.org
Thu Sep 1 18:53:49 UTC 2011


commit 05940330540a8d7675fd1676742cb990e531ff91
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Thu Sep 1 13:53:32 2011 -0500

    import

 .gitignore         |    1 +
 sources            |    1 +
 telepathy-qt4.spec |   77 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 79 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..8d249d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/telepathy-qt4-0.7.2.tar.gz
diff --git a/sources b/sources
index e69de29..2648007 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+5abdc68288d40e2a87d5f365960b9268  telepathy-qt4-0.7.2.tar.gz
diff --git a/telepathy-qt4.spec b/telepathy-qt4.spec
new file mode 100644
index 0000000..48b4bc5
--- /dev/null
+++ b/telepathy-qt4.spec
@@ -0,0 +1,77 @@
+Name:           telepathy-qt4
+Version:        0.7.2
+Release:        1%{?dist}
+Summary:        A high-level bindings for Telepathy
+
+License:        LGPLv2+
+URL:            http://telepathy.freedesktop.org/wiki/Telepathy-Qt4
+Source0:        http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
+
+BuildRequires:  qt4-devel
+BuildRequires:  cmake
+BuildRequires:  dbus-python
+BuildRequires:  doxygen
+BuildRequires:  gstreamer-devel
+# unit tests
+#BuildRequires:  telepathy-glib-devel >= 0.15.1
+BuildRequires:  telepathy-farsight-devel
+
+Requires: gnome-keyring
+
+%description
+Telepathy-qt4 are high level bindings for Telepathy and provides both
+the low level 1:1 auto generated API, and a high-level API build
+on top of that, in the same library.
+
+%package devel
+Summary: Development files for %{name}
+Requires: %{name}%{?_isa} = %{version}-%{release}
+Requires: telepathy-filesystem
+%description devel
+%{summary}.
+
+# TODO: docs subpackage
+
+%prep
+%setup -q
+
+
+%build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+%{cmake} ..
+popd
+
+make %{?_smp_mflags} -C %{_target_platform}
+
+
+%install
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+
+%files
+%doc COPYING AUTHORS NEWS README TODO ChangeLog
+%{_libdir}/libtelepathy-qt4.so.*
+%{_libdir}/libtelepathy-qt4-farsight.so.*
+
+
+%files devel
+%doc HACKING
+%{_includedir}/telepathy-1.0/TelepathyQt4/
+%{_libdir}/libtelepathy-qt4.so
+%{_libdir}/libtelepathy-qt4-farsight.so
+%{_libdir}/pkgconfig/TelepathyQt4.pc
+%{_libdir}/pkgconfig/TelepathyQt4Farsight.pc
+
+
+%changelog
+* Wed Aug 10 2011 Rex Dieter <rdieter at fedoraproject.org> 0.7.2-0.1
+- 0.7.2
+- Requires: gnome-keyring
+
+* Fri Jul 15 2011 Jaroslav Reznik <jreznik at redhat.com> - 0.7.1-1
+- initial package


More information about the scm-commits mailing list