SPECS: empathy.spec (NEW) - added

aredridel aredridel at pld-linux.org
Fri Jun 1 00:44:24 CEST 2007


Author: aredridel                    Date: Thu May 31 22:44:24 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added

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

---- Diffs:

================================================================
Index: SPECS/empathy.spec
diff -u /dev/null SPECS/empathy.spec:1.1
--- /dev/null	Fri Jun  1 00:44:24 2007
+++ SPECS/empathy.spec	Fri Jun  1 00:44:19 2007
@@ -0,0 +1,107 @@
+# $Revision$, $Date$
+#
+Summary:	Very easy to use GNOME Telepathy client
+Name:		empathy
+Version:	0.5
+Release:	1
+License:	GPL
+Group:		Applications/Communications
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/empathy/%{version}/%{name}-%{version}.tar.bz2
+# Source0-md5:	e363689295c78ad62d323111a0176ea5
+URL:		http://empathy.imendio.org/
+BuildRequires:	aspell-devel
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	dbus-glib-devel
+BuildRequires:	gnome-common >= 2.12.0
+BuildRequires:	gnome-doc-utils
+BuildRequires:	gnome-panel-devel >= 2.16.2
+BuildRequires:	gnutls-devel >= 1.2.5
+BuildRequires:	gtk+2-devel >= 2:2.10.7
+BuildRequires:	intltool >= 0.35.0
+BuildRequires:	iso-codes
+BuildRequires:	libglade2-devel >= 1:2.6.0
+BuildRequires:	libgnomeui-devel >= 2.16.1
+BuildRequires:	libnotify-devel >= 0.4.2
+BuildRequires:	libtool
+BuildRequires:	libxml2-devel >= 1:2.6.27
+BuildRequires:	rpmbuild(macros) >= 1.311
+BuildRequires:	telepathy-glib-devel
+BuildRequires:	xorg-lib-libXScrnSaver-devel
+Requires(post,postun):	gtk+2 >= 2:2.10.7
+Requires(post,postun):	hicolor-icon-theme
+Requires(post,postun):	scrollkeeper
+Requires(post,preun):	GConf2 >= 2.16.0
+Requires:	iso-codes
+Requires:	loudmouth >= 1.0.4
+Obsoletes:	gnome-jabber
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Empathy aims at making Instant Messaging with Jabber as easy as
+possible.
+
+%prep
+%setup -q
+
+%build
+%{__glib_gettextize}
+%{__libtoolize}
+%{__intltoolize}
+%{__aclocal}
+%{__autoheader}
+%{__automake}
+%{__autoconf}
+%configure \
+	--disable-schemas-install \
+	--disable-scrollkeeper \
+	--enable-aspell \
+	--enable-dbus \
+	--enable-libnotify
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
+
+%find_lang %{name} --with-gnome --all-name
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%gconf_schema_install empathy.schemas
+%scrollkeeper_update_post
+%update_icon_cache hicolor
+
+%preun
+%gconf_schema_uninstall empathy.schemas
+
+%postun
+%scrollkeeper_update_postun
+%update_icon_cache hicolor
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS CONTRIBUTORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%{_iconsdir}/hicolor/*/apps/*
+%{_sysconfdir}/gconf/schemas/empathy.schemas
+%{_datadir}/dbus-1/services/*.service
+%{_datadir}/gnome/autostart/empathy.desktop
+%{_datadir}/mission-control/profiles/*.profile
+%{_datadir}/telepathy/managers/empathy-chat.chandler
+
+%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  2007/05/31 22:44:19  aredridel
+- added
+
================================================================


More information about the pld-cvs-commit mailing list