Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 60a59c0306a7aa365f8afba6991da5c1 > files > 2

pidgin-gfire-0.9.2-2.fc13.src.rpm

%global srcname gfire

Name:		pidgin-gfire
Version:	0.9.2
Release:	2%{?dist}
Summary:	Xfire plugin for Pidgin

Group:		Applications/Communications
License:	GPLv3+
URL:		http://www.gfireproject.org/
Source0:	http://downloads.sourceforge.net/%{srcname}/%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	pidgin-devel
BuildRequires:	gettext-devel
BuildRequires:	libnotify-devel
BuildRequires:	dbus-glib-devel
BuildRequires:	intltool
Requires:	pidgin
Requires:	libpurple

%description
Gfire is an open source plugin for the Pidgin IM client
which allows you to connect the Xfire network.

Features:
	* Friend's list
	* Add & Remove friends
	* View friend's current game (games list updated weekly)
	* View friend's profiles
	* Join friend's server
	* Detects games and logs game time
	* Set your status as "Away from Keyboard (AFK)"
	* Set custom status

%prep
%setup -q 
chmod 0644 AUTHORS ChangeLog COPYING NEWS README
chmod 0644 src/*.c src/*.h
chmod 0644 pixmaps/*/%{srcname}.png

mv po/cz.po po/cs.po
sed -i 's/cz/cs/' configure.ac # Fixed in upstream changeset 446
autoreconf -f

%build
%configure --disable-static --enable-libnotify --enable-dbus-status
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make install INSTALL="install -p" DESTDIR=%{buildroot} 
%find_lang %{srcname}
find %{buildroot} -name '*.la' -exec rm -f {} ';'

%clean
rm -rf %{buildroot}

%files -f %{srcname}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README
%{_libdir}/purple-2/*.so
%{_datadir}/pixmaps/pidgin/protocols/*/%{srcname}.png
%{_datadir}/pixmaps/pidgin/emblems/16/*.png
%{_datadir}/purple/%{srcname}/


%changelog
* Tue Aug 03 2010 Andreas Osowski <th0br0@mkdir.name> - 0.9.2-2
- Added intltool and gettext-devel to fix configuration errors

* Tue Jun 12 2010 Andreas Osowski <th0br0@mkdir.name> - 0.9.2-1
- Update to version 0.9.2
- File Transfer
- Clan support
- Improved Game Detection (via GUI)
- Server Detection
- Avatar Support

* Mon Sep 7 2009 Andreas Osowski <th0br0@mkdir.name> - 0.8.3-1
- Updated to version 0.8.3
- Changes to Source0 due to new upstream file naming

* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

* Fri Jun 12 2009 Andreas Osowski <th0br0@mkdir.name> - 0.8.2-1
- Updated to version 0.8.2

* Wed May 21 2009 Andreas Osowski <th0br0@mkdir.name> - 0.8.1-3
- Added Requires: libpurple
- Changed the files entry for the pixmaps

* Wed May 20 2009 Andreas Osowski <th0br0@mkdir.name> - 0.8.1-2
- Renamed back to pidgin-gfire
- Added comment for the sed command
- Fixed file/dir ownership 
- Changed license to GPLv3+ according to upstream license change

* Wed May 20 2009 Andreas Osowski <th0br0@mkdir.name> - 0.8.1-1
- New upstream version

* Sat Mar 28 2009 Andreas Osowski <th0br0@mkdir.name> - 0.7.1-2
- Renamed to purple-gfire
- Fixed indentation
- Changed description

* Fri Mar 27 2009 Andreas Osowski <th0br0@mkdir.name> - 0.7.1-1
- Initial package build