SPECS: telepathy-haze.spec (NEW) - 0.2.0

aredridel aredridel at pld-linux.org
Thu Mar 6 09:21:19 CET 2008


Author: aredridel                    Date: Thu Mar  6 08:21:19 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 0.2.0

---- Files affected:
SPECS:
   telepathy-haze.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/telepathy-haze.spec
diff -u /dev/null SPECS/telepathy-haze.spec:1.1
--- /dev/null	Thu Mar  6 09:21:19 2008
+++ SPECS/telepathy-haze.spec	Thu Mar  6 09:21:13 2008
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+Summary:	A Telepathy connection manager using libpurple
+Name:		telepathy-haze
+Version:	0.2.0
+Release:	1
+License:	LGPL
+Group:		Libraries
+Source0:	http://telepathy.freedesktop.org/releases/telepathy-haze/%{name}-%{version}.tar.gz
+# Source0-md5:	63bb7d0f9c45be27d5cec478f9f61846
+URL:		http://telepathy.freedesktop.org/wiki/
+BuildRequires:	autoconf >= 2.59
+BuildRequires:	automake >= 1:1.8
+BuildRequires:	dbus-glib-devel >= 0.61
+BuildRequires:	libtool
+BuildRequires:	libxslt-progs
+BuildRequires:	openssl-devel >= 0.9.7
+BuildRequires:	pidgin-devel
+BuildRequires:	pkgconfig
+BuildRequires:	telepathy-glib-devel >= 0.5.13-3
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A connection manager to connect Telepathy to any of the protocols
+supported by pidgin's libpurple.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README
+%attr(755,root,root) %{_libdir}/telepathy-haze
+%{_mandir}/man8/*
+%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.haze.service
+%{_datadir}/telepathy/managers/haze.manager
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008-03-06 08:21:13  aredridel
+- 0.2.0
+
================================================================


More information about the pld-cvs-commit mailing list