]> git.pld-linux.org Git - packages/empathy.git/commitdiff
- added
authoraredridel <aredridel@pld-linux.org>
Thu, 31 May 2007 22:44:19 +0000 (22:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    empathy.spec -> 1.1

empathy.spec [new file with mode: 0644]

diff --git a/empathy.spec b/empathy.spec
new file mode 100644 (file)
index 0000000..297c8cb
--- /dev/null
@@ -0,0 +1,96 @@
+#
+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
This page took 0.065028 seconds and 4 git commands to generate.