Author: patrys Date: Thu Sep 1 23:59:42 2011 GMT Module: packages Tag: HEAD ---- Log message: - initial PLD release
---- Files affected: packages/telepathy-farstream: telepathy-farstream.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/telepathy-farstream/telepathy-farstream.spec diff -u /dev/null packages/telepathy-farstream/telepathy-farstream.spec:1.1 --- /dev/null Fri Sep 2 01:59:42 2011 +++ packages/telepathy-farstream/telepathy-farstream.spec Fri Sep 2 01:59:36 2011 @@ -0,0 +1,168 @@ +# $Revision$, $Date$ +Summary: Telepathy client to handle media streaming channels +Name: telepathy-farstream +Version: 0.1.1 +Release: 1 +License: LGPL v2+ +Group: Libraries +Source0: http://telepathy.freedesktop.org/releases/telepathy-farstream/%{name}-%{version}.tar.gz +# Source0-md5: da9179ee104bfb839cd813f66c23c066 +URL: http://telepathy.freedesktop.org/ +BuildRequires: autoconf >= 2.59 +BuildRequires: automake >= 1:1.9 +BuildRequires: dbus-glib-devel >= 0.74 +BuildRequires: farsight2-devel >= 0.0.28 +BuildRequires: gtk-doc >= 1.10 +BuildRequires: libtool +BuildRequires: pkgconfig +BuildRequires: python-gstreamer-devel +BuildRequires: python-pygtk-devel >= 2:2.12.0 +BuildRequires: telepathy-glib-devel >= 0.7.26 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +telepathy-farstream is a Telepathy client that uses Farsight and +GStreamer to handle media streaming channels. It's used as a +background process by other Telepathy clients, rather than presenting +any user interface of its own. + +%package devel +Summary: Header files for telepathy-farstrean library +Summary(pl.UTF-8): Pliki nagłówkowe biblioteki telepathy-farstrean +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: dbus-glib-devel >= 0.74 +Requires: farsight2-devel >= 0.0.3 +Requires: glib2-devel >= 1:2.10.0 +Requires: gstreamer-devel +Requires: telepathy-glib-devel >= 0.7.23 + +%description devel +Header files for telepathy-farstream library. + +%description devel -l pl.UTF-8 +Pliki nagłówkowe biblioteki telepathy-farstrean. + +%package static +Summary: Static telepathy-farstream library +Summary(pl.UTF-8): Statyczna biblioteka telepathy-farstream +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} + +%description static +Static telepathy-farstream library. + +%description static -l pl.UTF-8 +Statyczna biblioteka telepathy-farstream. + +%package apidocs +Summary: telepathy-farstream library API documentation +Summary(pl.UTF-8): Dokumentacja API biblioteki telepathy-farstream +Group: Documentation +Requires: gtk-doc-common + +%description apidocs +telepathy-farstream library API documentation. + +%description apidocs -l pl.UTF-8 +Dokumentacja API biblioteki telepathy-farstream. + +%package -n python-telepathy-farstream +Summary: telepathy-farstream Python bindings +Summary(pl.UTF-8): Wiązania Pythona do telepathy-farstream +Group: Libraries/Python +Requires: %{name} = %{version}-%{release} + +%description -n python-telepathy-farstream +telepathy-farstream Python bindings. + +%description -n python-telepathy-farstream -l pl.UTF-8 +Wiązania Pythona do telepathy-farstream. + +%prep +%setup -q + +%build +%{__libtoolize} +%{__aclocal} -I m4 +%{__autoconf} +%{__autoheader} +%{__automake} +%configure \ + --enable-gtk-doc \ + --with-html-dir=%{_gtkdocdir} + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/*.{a,la} + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README +%attr(755,root,root) %{_libdir}/libtelepathy-farstream.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libtelepathy-farstream.so.0 + +%files devel +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libtelepathy-farstream.so +%{_libdir}/libtelepathy-farstream.la +%{_includedir}/telepathy-1.0/telepathy-farstream +%{_pkgconfigdir}/telepathy-farstream.pc + +%files static +%defattr(644,root,root,755) +%{_libdir}/libtelepathy-farstream.a + +%files apidocs +%defattr(644,root,root,755) +%{_gtkdocdir}/telepathy-farstream + +%files -n python-telepathy-farstream +%defattr(644,root,root,755) +%attr(755,root,root) %{py_sitedir}/tpfarstream.so + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2011/09/01 23:59:36 patrys +- initial PLD release + +Revision 1.8 2011/04/15 09:38:54 caleb +- Up to 0.0.17 + +Revision 1.7 2011/01/04 12:02:19 caleb +- Up to 0.0.16 + +Revision 1.6 2010/11/08 11:36:10 caleb +- Up to 0.0.15 + +Revision 1.5 2010/07/22 19:18:14 patrys +- 0.0.14 + +Revision 1.4 2010/07/09 11:25:09 arekm +- release 2 + +Revision 1.3 2009/08/18 08:06:36 patrys +- 0.0.8 + +Revision 1.2 2009/05/28 10:32:52 patrys +- 0.0.7 + +Revision 1.1 2009/03/19 09:23:50 megabajt +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
