Summary: Universal Instant Messaging Client Name: ayttm Version: 0.6.0 Release: 1%{?dist} Group: Applications/Internet License: GPLv2+ and LGPLv2+ URL: http://ayttm.sourceforge.net/ Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 #Fix for msn2.so loading issue #https://sourceforge.net/tracker/?func=detail&atid=550744&aid=2858501&group_id=77614 Patch0: ayttm-msn-load.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: flex BuildRequires: bison BuildRequires: libtool-ltdl-devel BuildRequires: libXpm-devel BuildRequires: openssl-devel BuildRequires: jasper-devel BuildRequires: esound-devel BuildRequires: desktop-file-utils BuildRequires: gtk2-devel BuildRequires: gettext BuildRequires: aspell-devel BuildRequires: libtool-ltdl Requires: xawtv Requires: aspell %description Ayttm is designed to become a Universal Instant Messaging client, seamlessly integrating all existing Instant Messaging clients and providing a single consistant user interface. Currently, Ayttm supports sending and receiving messages through AOL, ICQ, Yahoo, MSN, IRC and Jabber. %prep %setup -q -n %{name}-%{version} %patch0 -p0 %build %configure --enable-smtp --enable-jasper-filter --enable-posix-dlopen --sysconfdir=/etc make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" mv $RPM_BUILD_ROOT%{_bindir}/ayttm_streamer_wrapper.sh $RPM_BUILD_ROOT%{_bindir}/ayttm_streamer_wrapper %find_lang %{name} desktop-file-install \ --delete-original \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications \ $RPM_BUILD_ROOT/%{_datadir}/applnk/Internet/%{name}.desktop %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) %doc COPYING AUTHORS README ChangeLog %doc %{_mandir}/man*/* %{_datadir}/pixmaps/*.png %{_datadir}/ayttm/sounds/* %{_datadir}/ayttm/smileys/* %{_datadir}/gnome/apps/Internet/ayttm.desktop %{_datadir}/applications/ayttm.desktop %{_libdir}/ayttm/*.so %config(noreplace) %{_sysconfdir}/ayttmrc %{_bindir}/ayttm_streamer_wrapper %{_bindir}/ayttm %exclude %{_libdir}/ayttm/*.a %exclude %{_libdir}/ayttm/*.la %changelog * Tue Sep 15 2009 Minto Joseph 0.6.0-1 - Rebased to new upstream release - Cleaned up spec file - Added patch for msn2.so loading issue * Tue Jul 28 2009 Minto Joseph 0.5.0-1.111 - Rebased to new upstream release * Fri Jun 26 2009 Parag 0.5.0-2 - Use correct way to install translations and rpm macros - Correct BuildRequires and follow post release naming * Mon Jun 10 2009 Minto Joseph - 0.5.0-1 - Cleaned up spec file - Included ifnarch for ppc64 to fix build issue with brp-compress - Removed the option for stripping of debug information * Mon Jun 01 2009 Minto Joseph - 0.5.0-0 - initial package