Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 4026e6c7f235ae1e2dcc447754aa4742 > files > 2

gnome-gmail-notifier-0.10.1-1.fc13.src.rpm

Name:           gnome-gmail-notifier
Version:        0.10.1
Release:        1%{?dist}
Summary:        A simple application that monitors Gmail inboxes

Group:          Applications/Internet
License:        GPLv2+
URL:            http://notifier.geekysuavo.org/
Source0:        http://files.geekysuavo.org/notifier/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libsoup-devel desktop-file-utils perl(XML::Parser)
BuildRequires:  libnotify-devel libgnome-devel libgnomeui-devel gtk2-devel
BuildRequires:  gstreamer-devel gnome-keyring-devel gstreamer-plugins-good-devel
BuildRequires:  gettext control-center-filesystem intltool

%description
The GNOME Gmail Notifier is a project designed to provide a simple, easy-
to-use application that monitors users' gmail inbox(es), and to deliver
the appropriate notifications when new mail exists.


%prep
%setup -q
sed -i.icon -e "s/Icon=gnome-gmail-notifier.svg/Icon=gnome-gmail-notifier/" data/%{name}.desktop.in


%build
%configure
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} INSTALL="install -p"
desktop-file-install --delete-original --dir=%{buildroot}%{_datadir}/applications data/%{name}.desktop
%find_lang %{name}


%clean
rm -rf %{buildroot}


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README THANKS
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.svg
%{_datadir}/gnome-control-center/default-apps/%{name}.xml


%changelog
* Thu Jul 22 2010 Ian Weller <iweller@redhat.com> - 0.10.1-1
- Update to 0.10.1

* Wed Jan 20 2010 Ian Weller <ian@ianweller.org> - 0.9.4-6
- Rebuild to hopefully fix shared library issues (BZ 557302 and 554182, maybe? I'm no expert.)

* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.4-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

* Tue Nov 18 2008 Ian Weller <ianweller@gmail.com> 0.9.4-3
- Remove gettext BR

* Sun Nov 16 2008 Ian Weller <ianweller@gmail.com> 0.9.4-2
- Patch desktop file to correctly define the application's icon
- Fix desktop file installation
- Keep timestamps on installed files
- Change URL to actual URL instead of Google Code project page

* Sat Nov 15 2008 Ian Weller <ianweller@gmail.com> 0.9.4-1
- Initial package build.