Author: glen Date: Sat Aug 13 06:19:32 2011 GMT Module: packages Tag: HEAD ---- Log message: - new, based on fedora spec
---- Files affected: packages/gnome-gmail: gnome-gmail.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/gnome-gmail/gnome-gmail.spec diff -u /dev/null packages/gnome-gmail/gnome-gmail.spec:1.1 --- /dev/null Sat Aug 13 08:19:32 2011 +++ packages/gnome-gmail/gnome-gmail.spec Sat Aug 13 08:19:26 2011 @@ -0,0 +1,96 @@ +# $Revision$, $Date$ +Summary: Integrate GMail into the GNOME desktop +Summary(fr.UTF-8): Intègre GMail dans l'environnement de bureau GNOME +Name: gnome-gmail +Version: 1.7.2 +Release: 1 +License: GPL v2 +Group: Applications/Networking +URL: http://gnome-gmail.sourceforge.net/ +Source0: http://downloads.sourceforge.net/gnome-gmail/%{name}-%{version}.tar.gz +# Source0-md5: 3d9eb34d8f143f40125e1f6063edc15f +BuildRequires: desktop-file-utils +BuildRequires: gettext +BuildRequires: intltool +Requires: control-center +Requires: gconf-editor +Requires: gnome-python2-gconf +Requires: gnome-python2-gnomekeyring +Requires: gtk-update-icon-cache +Requires: hicolor-icon-theme +Requires: hicolor-icon-theme +Requires: pygtk2-libglade +Requires: python >= 1:2.6 +Requires: python-dbus +Requires: python-pygobject +BuildArch: noarch +Requires(post): GConf2 +Requires(postun): GConf2 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +This package makes Gmail a choice in the Gnome control panel for the +default mail handler. It opens in the default web browser. + +%description -l fr.UTF-8 +Ce paquet rajoute Gmail comme choix possible de logiciel de messagerie +par défaut de Gnome dans le contrôle des applications préférées. Gmail +sera ensuite ouvert dans le navigateur web préféré. + +%prep +%setup -q +echo "MimeType=application/mbox;message/rfc822;x-scheme-handler/mailto" >> \ + %{name}.desktop.in + +%build +%configure \ + --with-gconf-schema-file-dir=%{_sysconfdir}/gconf/schemas + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} DESTDIR=$RPM_BUILD_ROOT install + +%find_lang %{name} + +desktop-file-install \ + --dir=$RPM_BUILD_ROOT%{_desktopdir} \ + --add-category Network \ + --remove-category System \ + --remove-category ContactManagement \ + %{name}.desktop + +%clean +rm -rf $RPM_BUILD_ROOT + +%post +%gconf_schema_install %{name} +%update_desktop_database +%update_icon_cache_post hicolor + +%postun +%update_desktop_database +%update_icon_cache_post hicolor + +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc ABOUT-NLS NEWS README +%attr(755,root,root) %{_bindir}/%{name} +%attr(755,root,root) %{_bindir}/setOOmailer +%{_desktopdir}/%{name}.desktop +%{_datadir}/gnome-control-center/default-apps/%{name}.xml +%{_iconsdir}/hicolor/*/apps/%{name}.png +%{_datadir}/%{name}/gnomegmail.glade +%{_datadir}/%{name}/evolution +%{_datadir}/gnome/autostart/setOOmailer.desktop +%{_mandir}/man1/%{name}* +%{_mandir}/man1/setOOmailer* +%{_sysconfdir}/gconf/schemas/%{name}.schemas + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2011/08/13 06:19:26 glen +- new, based on fedora spec ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
