15e5372
Name:           pidgin-birthday-reminder
a3cd84b
Version:        1.5
a3cd84b
Release:        1%{?dist}
15e5372
Summary:        Birthday Reminder plugin for Pidgin
15e5372
15e5372
Group:          Applications/Internet
15e5372
License:        GPLv2+
15e5372
URL:            http://freakazoid.teamblind.de/2009/02/14/pidgin-birthday-reminder/
a3cd84b
Source0:        http://downloads.sourceforge.net/pidgin-birthday/pidgin-birthday-reminder-%{version}.tar.gz
15e5372
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
15e5372
15e5372
BuildRequires:  intltool
15e5372
BuildRequires:  pidgin-devel
15e5372
Requires:       pidgin
15e5372
15e5372
%description
15e5372
Pidgin Birthday Reminder reminds you of your buddies birthdays. Birthdays can
15e5372
be set by hand or be automatically filled-in for ICQ, MSN and XMPP protocols.
15e5372
15e5372
15e5372
%prep
a3cd84b
%setup -q
15e5372
15e5372
15e5372
%build
15e5372
%configure --disable-static
15e5372
make %{?_smp_mflags}
15e5372
15e5372
15e5372
%install
15e5372
rm -rf $RPM_BUILD_ROOT
15e5372
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
15e5372
rm -f $RPM_BUILD_ROOT%{_libdir}/pidgin/*.la
15e5372
a3cd84b
%find_lang %{name}
15e5372
15e5372
15e5372
%clean
15e5372
rm -rf $RPM_BUILD_ROOT
15e5372
15e5372
a3cd84b
%files -f %{name}.lang
15e5372
%defattr(-,root,root,-)
15e5372
%doc AUTHORS ChangeLog COPYING
15e5372
%{_libdir}/pidgin/*.so
a3cd84b
%{_datadir}/pixmaps/pidgin/birthday_reminder/
15e5372
# Pidgin package doesn't own sounds/pidgin/ dir
15e5372
%dir %{_datadir}/sounds/pidgin/
a3cd84b
%{_datadir}/sounds/pidgin/birthday_reminder/
15e5372
15e5372
15e5372
%changelog
a3cd84b
* Sat Mar 20 2010 Kalev Lember <kalev@smartlink.ee> - 1.5-1
a3cd84b
- Update to pidgin-birthday-reminder 1.5
a3cd84b
15e5372
* Thu Mar 18 2010 Kalev Lember <kalev@smartlink.ee> - 1.4-2
15e5372
- Updated URL
15e5372
15e5372
* Tue Mar 09 2010 Kalev Lember <kalev@smartlink.ee> - 1.4-1
15e5372
- Initial RPM release