[telepathy-farstream] Initial spec file

Brian Pepple bpepple at fedoraproject.org
Tue Mar 6 14:55:35 UTC 2012


commit 31e621d4559cb7ba3fa1cc9e1097ec844f0d4237
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Tue Mar 6 09:55:23 2012 -0500

    Initial spec file

 .gitignore               |    1 +
 sources                  |    1 +
 telepathy-farstream.spec |   95 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 97 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..13dabd2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/telepathy-farstream-0.2.1.tar.gz
diff --git a/sources b/sources
index e69de29..0f47384 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+409036c07dcd7d8729ff9c84366c8967  telepathy-farstream-0.2.1.tar.gz
diff --git a/telepathy-farstream.spec b/telepathy-farstream.spec
new file mode 100644
index 0000000..707b468
--- /dev/null
+++ b/telepathy-farstream.spec
@@ -0,0 +1,95 @@
+Name:           telepathy-farstream
+Version:        0.2.1
+Release:        2%{?dist}
+Summary:        Telepathy client library to handle Call channels
+
+Group:          System Environment/Libraries
+License:        LGPLv2+
+URL:            http://telepathy.freedesktop.org/wiki/Telepathy-Farsight
+Source0:        http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
+
+BuildRequires:  telepathy-glib-devel >= 0.17.5
+BuildRequires:  farstream-devel >= 0.1.0
+BuildRequires:  dbus-devel
+BuildRequires:  dbus-glib-devel
+BuildRequires:  python-devel
+BuildRequires:  gstreamer-python-devel
+BuildRequires:  pygobject2-devel
+
+## Obsolete telepathy-farsight with Fedora 17
+Provides:       telepathy-farsight = %{version}
+Obsoletes:      telepathy-farsight < 0.0.20
+
+
+%description
+%{name} is a Telepathy client library that uses Farstream to handle
+Call channels.
+
+
+%package        devel
+Summary:        Development files for %{name}
+Group:          Development/Libraries
+Requires:       %{name}%{?_isa} = %{version}-%{release}
+Requires:       telepathy-glib-devel >= 0.17.5
+Requires:       farstream-devel >= 0.1.0
+Requires:       dbus-devel
+Requires:       dbus-glib-devel
+Requires:       pkgconfig
+
+## Obsolete telepathy-farsight with Fedora 17
+Provides:       telepathy-farsight-devel = %{version}
+Obsoletes:      telepathy-farsight-devel < 0.0.20
+
+
+%description devel
+The %{name}-devel package contains libraries and header files for
+developing applications that use %{name}.
+
+%prep
+%setup -q
+
+
+%build
+%configure --enable-static=no --disable-python
+make %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
+
+
+%post -p /sbin/ldconfig
+
+
+%postun -p /sbin/ldconfig
+
+
+%files
+%doc NEWS README COPYING
+%{_libdir}/libtelepathy-farstream*.so.*
+
+
+%files devel
+%doc %{_datadir}/gtk-doc/html/%{name}/
+%{_libdir}/libtelepathy-farstream.so
+%{_libdir}/pkgconfig/%{name}.pc
+%{_includedir}/telepathy-1.0/%{name}/
+
+
+%changelog
+* Mon Mar  5 2012 Brian Pepple <bpepple at fedoraproject.org> - 0.2.1-2
+- Use macro for version in provides.
+- Change reference Farsight in description to Farstream.
+
+* Sun Mar  4 2012 Brian Pepple <bpepple at fedoraproject.org> - 0.2.1-1
+- Update to 0.2.1.
+- Add BR on farstream-devel.
+- Bump minimum version of tp-glib.
+- Add obsolete/provide on telepathy-farsight.
+
+* Mon Nov 21 2011 Brian Pepple <bpepple at fedoraproject.org> - 0.1.2-1
+- Initial Fedora spec file.
+- Disable the python bindings for now.
+


More information about the scm-commits mailing list