Summary: A mail notification program Summary(ja): メールチェッカー Name: gnubiff Version: 2.2.16 Release: 2%{?_dist_release} Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Patch0: gnubiff-2.2.15-dsofix.patch License: GPLv3+ Group: Applications/Internet URL: http://gnubiff.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: gamin-devel BuildRequires: glib2-devel BuildRequires: gtk3-devel #BuildRequires: libglade2-devel #BuildRequires: gnome-desktop-devel BuildRequires: expat-devel BuildRequires: perl-XML-Parser BuildRequires: popt-devel BuildRequires: openssl-devel > 1.0.0 BuildRequires: libX11-devel #BuildRequires: libgnomeui-devel #BuildRequires: gnome-panel-devel BuildRequires: intltool BuildRequires: desktop-file-utils Requires(post): install-info Requires(preun): install-info Vendor: Project Vine Distribution: Vine Linux %description Gnubiff is a mail notification program that checks for mail, displays headers when new mail has arrived and allow to read first lines of new messages. Supported protocols are POP3, APOP, IMAP4, MH, Qmail, and Mail File. %description -l ja Gnubiff はメールサーバーに問い合わせをして、 新着メールがあったときにヘッダーを表示したり、 新着メッセージの最初の数行を読めるメール通知プログラムです。 対応プロトコルは、POP3, APOP, IMAP4, MH, Qmail と メールファイル・フォルダです。 %prep %setup -q %patch0 -p1 -b .dsofix %build %configure \ --enable-fam \ --disable-gnome \ --with-password \ --with-password-string make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install rm -rf $RPM_BUILD_ROOT%{_infodir}/dir desktop-file-install \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop %find_lang %{name} %post /sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || : update-desktop-database %{_datadir}/applications >& /dev/null ||: %preun if [ $1 = 0 ]; then /sbin/install-info --delete %{_infodir}/%{name}.info \ %{_infodir}/dir >/dev/null 2>&1 || : fi %postun update-desktop-database %{_datadir}/applications >& /dev/null ||: %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING LICENSE NEWS README THANKS TODO %{_infodir}/%{name}.info* %{_mandir}/man*/%{name}*.* %{_bindir}/%{name} %{_datadir}/%{name}/ %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.png #{_datadir}/gnome-2.0/ui/GNOME_gnubiffApplet.xml #{_libdir}/bonobo/servers/GNOME_gnubiffApplet.server %changelog * Sat Jul 09 2016 Yoji TOYODA 2.2.16-2 - rebuild with gcc-5.4.0 * Sun May 15 2016 Yoji TOYODA 2.2.16-1 - update to 2.2.16 * Wed Oct 29 2014 Ryoichi INAGAKI 2.2.15-1 - updated to 2.2.15 - updated Patch1 - dropt GNOME dependency - used install-info instead of info * Mon Oct 15 2012 Satoshi IWAMOTO 2.2.13-2 - rebuild with openssl 1.0.0 - add Vendor/Distri tags * Wed Nov 03 2010 Munehiro Yamamoto 2.2.13-1 - new upstream release - applied gnubiff-2.2.13-dsofix.patch from Fedra Rawhide - Add patch to fix DSO linking. (rhbz#564648) - added BuildRequires: - libSM-devel - libgnomeui-devel - gnome-panel-devel - intltool - desktop-file-utils * Sat May 23 2009 Munehiro Yamamoto 2.2.11-1 - new upstream release - added gnubiff-2.2.10-extradeps.patch from Fedora - added %%post, %%preun for gnubiff.info * Sat Dec 13 2008 Munehiro Yamamoto 2.2.10-2 - fixed typo in spec * Sun Sep 7 2008 Munehiro Yamamoto 2.2.10-1 - apply new versioning policy - spec in utf-8 - source update - rename BuildRequires: popt-devel * Fri Feb 15 2008 Munehiro Yamamoto 2.2.9-0vl1 - source update * Sun Jan 06 2008 Shu KONNO 2.2.8-0vl3 - added libdir to configure * Mon Sep 17 2007 Munehiro Yamamoto 2.2.8-0vl1 - source update * Thu Jul 26 2007 Munehiro Yamamoto 2.2.7-0vl2 - rebuild for VineSeed * Thu Jul 26 2007 Munehiro Yamamoto 2.2.7-0vl1 - source update * Sun Jun 3 2007 Munehiro Yamamoto 2.2.6-0vl2 - rebuild for VineSeed * Fri Apr 27 2007 Munehiro Yamamoto 2.2.6-0vl1 - source update * Wed Mar 14 2007 Munehiro Yamamoto 2.2.5-0vl1 - initial build for Vine Linux 4.1 #* Sun Feb 25 2007 Munehiro Yamamoto 2.2.5-0vlmp1 #- initial build for Vine Linux 4.0 # end of file