Blob Blame History Raw
Name:           pidgin-birthday-reminder
Version:        1.5
Release:        1%{?dist}
Summary:        Birthday Reminder plugin for Pidgin

Group:          Applications/Internet
License:        GPLv2+
URL:            http://freakazoid.teamblind.de/2009/02/14/pidgin-birthday-reminder/
Source0:        http://downloads.sourceforge.net/pidgin-birthday/pidgin-birthday-reminder-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  intltool
BuildRequires:  pidgin-devel
Requires:       pidgin

%description
Pidgin Birthday Reminder reminds you of your buddies birthdays. Birthdays can
be set by hand or be automatically filled-in for ICQ, MSN and XMPP protocols.


%prep
%setup -q


%build
%configure --disable-static
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
rm -f $RPM_BUILD_ROOT%{_libdir}/pidgin/*.la

%find_lang %{name}


%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING
%{_libdir}/pidgin/*.so
%{_datadir}/pixmaps/pidgin/birthday_reminder/
# Pidgin package doesn't own sounds/pidgin/ dir
%dir %{_datadir}/sounds/pidgin/
%{_datadir}/sounds/pidgin/birthday_reminder/


%changelog
* Sat Mar 20 2010 Kalev Lember <kalev@smartlink.ee> - 1.5-1
- Update to pidgin-birthday-reminder 1.5

* Thu Mar 18 2010 Kalev Lember <kalev@smartlink.ee> - 1.4-2
- Updated URL

* Tue Mar 09 2010 Kalev Lember <kalev@smartlink.ee> - 1.4-1
- Initial RPM release