%define _docdir %{_defaultdocdir} %define _noVersionedDependencies 1 # %define prereq_ge() %(LC_ALL="C" rpm -q --queryformat 'PreReq:%%{NAME} >= %%{VERSION}' %1| grep -v "is not") %define _libdir %{_prefix}/lib %define origver 6.7 %define pkgver %{origver} %define origname mew Summary: Mew - Messaging in the Emacs World Summary(ja): Emacs でメールを読むためのインターフェース Name: %{origname} Version: %{origver} Release: 1%{?_dist_release} License: distributable Group: Applications/Editors/Emacs URL: http://www.mew.org/ Source0: http://www.mew.org/Release/mew-%{pkgver}.tar.gz Source1: %{origname}-install.sh Source2: %{origname}-remove.sh Source3: vine.dot.mew Source4: %{name}-init.el Source5: vine-default-%{name}.el Patch11: mew-6.3-icondir.diff Requires: emacsen Requires: perl >= 5.004_jp-4 Provides: %{origname} = %{origver} #Conflicts: %{origname}-el Obsoletes: mew-mule, mew-el Obsoletes: mew-xemacs, mew-xemacs-extra Requires: mew-common = %{version} # PreReq: /sbin/install-info BuildRequires: emacsen BuildRequires: zlib-devel BuildRoot: %{_tmppath}/%{name}-%{origver}-root Vendor: Project Vine Distribution: Vine Linux %description Messaging in the Emacs World. It provides a very easy user interface to e-mail, MIME and PGP (Pretty Good Privacy) on Emacsen. Please install Perl5 to use mew. Don't forget to copy %{_docdir}/mew-%{version}/vine.dot.mew to your ~/.mew.el file, and modify the site configurations, e.g. (setq mew-mail-domain-list '("your mail domain")) %description -l ja 電子メールを Emacs / XEmacs 上で簡単に読み書きすることができるインター フェース mew です。MIME や PGP にも対応しています。mewを使うためには、 perlが必要です。 %{_docdir}/mew-common-%{version}/vine.dot.mew を ~/.mew.el としてコピー し、適切に設定してください。 (setq mew-mail-domain-list '("your mail domain")) また、%{_docdir}/mew-common-%{version}/contrib/以下にもいくつかのMewを便利に使う 為のelispを収録しています。 #' %package -n mew-common Summary: Common files/programs for Mew Emacs/XEmacs Summary(ja): Emacs/XEmacs 用 Mew 両方で利用するファイル/プログラム Group: Applications/Internet Obsoletes: mew-xemacs-extra %description -n mew-common This package contains common files/programs for Mew Emacs/XEmacs. %description -n mew-common -l ja Emacs/XEmacs 用 Mew に共通するファイル/プログラムです. %prep %setup -q -n mew-%{pkgver} %patch11 -p1 cp %{SOURCE3} . %build %configure make PREFIX="/usr" CFLAGS="$RPM_OPT_FLAGS" bin %install [ "%{buildroot}" != "/" ] && rm -rf %{buildroot} mkdir -p %{buildroot}%{_datadir}/emacs/site-lisp/%{origname} mkdir -p %{buildroot}%{_libdir}/emacsen-common/packages/install mkdir -p %{buildroot}%{_libdir}/emacsen-common/packages/remove mkdir -p %{buildroot}/usr/info mkdir -p %{buildroot}%{_datadir}/pixmaps/%{origname} # install el files # Add here commands to install the package into debian/mew. cp *.el %{buildroot}%{_datadir}/emacs/site-lisp/%{origname} cp %{SOURCE4} %{SOURCE5} \ %{buildroot}%{_datadir}/emacs/site-lisp/%{origname} make install-bin prefix=%{buildroot}%{_prefix} \ mandir=%{buildroot}%{_mandir}/man1 \ bindir=%{buildroot}%{_bindir} # contrib #install -m 755 contrib/mewinc contrib/incdir contrib/incmbox \ # $RPM_BUILD_ROOT/%{_docdir}/%{origname}/contrib/ ## install icons cp etc/*.xpm %{buildroot}/usr/share/pixmaps/%{origname} cp etc/*.png %{buildroot}/usr/share/pixmaps/%{origname} cp etc/*.img %{buildroot}/usr/share/pixmaps/%{origname} ## install contrib #cp -a contrib $(CURDIR)/debian/mew/usr/share/doc/mew # install {info,jinfo} for mew-emacs make infodir="%{buildroot}%{_infodir}" \ INSTALLINFO="/sbin/install-info" install-info install-jinfo rm -f %{buildroot}%{_infodir}/dir gzip -9nf %{buildroot}%{_infodir}/* %_installemacsenscript %{origname} %{SOURCE1} %_removeemacsenscript %{origname} %{SOURCE2} %post if [ "$1" = 2 ]; then %_emacsenPackageRemove %{origname} fi %_addemacsenlist %{origname} %_emacsenPackageInstall %{origname} /sbin/install-info %{_infodir}/mew.info.gz %{_infodir}/dir \ --section="Message User Agent" /sbin/install-info %{_infodir}/mew.ja.info.gz %{_infodir}/dir \ --section="Message User Agent" %preun if [ "$1" = 0 ]; then %_emacsenPackageRemove %{origname} %_removeemacsenlist %{origname} /sbin/install-info --delete %{_infodir}/mew.info.gz %{_infodir}/dir \ --section="Message User Agent" /sbin/install-info --delete %{_infodir}/mew.ja.info.gz %{_infodir}/dir \ --section="Message User Agent" fi %clean [ "%{buildroot}" != "/" ] && rm -rf %{buildroot} %files %defattr(-,root,root) %{_infodir}/mew.info* %{_infodir}/mew.ja.info* %{_datadir}/emacs/site-lisp/%{origname}/ %{_libdir}/emacsen-common/packages/install/%{origname} %{_libdir}/emacsen-common/packages/remove/%{origname} %{_datadir}/pixmaps/%{origname} %files -n mew-common %defattr(-,root,root) %doc 00changes.* 00copyright 00copyright.ja 00diff 00readme %doc dot.emacs vine.dot.mew # %doc contrib/ %{_bindir}/* %{_mandir}/man1/* %changelog * Thu Nov 03 2016 Toshiaki Ara 6.7-1 - new upstream release - add BuildRequires: zlib-devel - change %%{_infodir}/mew.jis.info* to %%{_infodir}/mew.ja.info* - change encoding of vine.dot.mew to utf-8 * Fri Apr 29 2011 Yoji TOYODA 6.3-2 - rebuild with rpm-4.8.1 - change pixmap directory - fix Patch11 * Mon Dec 21 2009 KOBAYASHI Taizo 6.3-1 - new upstream release * Tue Apr 21 2009 Munehiro Yamamoto 6.2-3 - fixed mew-init.el * Sat Apr 11 2009 Munehiro Yamamoto 6.2-2 - added mew-init.el, vine-default-mew.el - updated mew-install.sh, mew-remove.sh for vine-default-mew.el * Fri Jan 16 2009 KOBAYASHI Taizo 6.2-1 - new upstream release * Sun Jun 15 2008 KOBAYASHI Taizo 6.1-1 - applied new versioning policy * Tue Jun 10 2008 KOBAYASHI Taizo 6.1-0vl1 - new upstream release * Thu Aug 30 2007 Shu KONNO 5.2-0vl3 - added %%define _lib lib (for x86_64 support) * Mon Mar 05 2007 KOBAYASHI Taizo 5.2-0vl2 - added support X-Spam-Flag header in vine.dot.mew * Tue Jan 23 2007 KOBAYASHI Taizo 5.2-0vl1 - new upstream release * Mon Nov 26 2006 KOBAYASHI Taizo 5.1-0vl1 - new upstream release - modified vine.dot.mew for Mew-5.1 feature support * Mon Sep 11 2006 Ryoichi INAGAKI 4.2-0vl3 - changed Group to Appliations/Editors/Emacs * Tue Jul 11 2006 Ryoichi INAGAKI 4.2-0vl2 - changed Group to Applications/Editors/EmacsLisp - changed common package's Group to Applications/Internet * Mon Feb 14 2005 KOBAYASHI R. Taizo 4.2-0vl1 - source update * Mon Oct 18 2004 KOBAYASHI R. Taizo 4.1-0vl1 - source update * Mon Jul 28 2003 KOBAYASHI R. Taizo 3.3-0vl1 - source update * Thu Mar 13 2003 KOBAYASHI R. Taizo 3.2-0vl1 - source update - update vine.dot.mew Obsoleting the following variables: mew-noreplyto-to-list mew-noreplyto-cc-list mew-replyto-to-list mew-replyto-cc-list mew-fromme-to-list mew-fromme-cc-list And defining the following variables: mew-reply-all-alist mew-reply-sender-alist mew-reply-fromme-alist * Sat Jan 11 2003 KOBAYASHI R. Taizo 3.1-0vl3 - added vine.dot.mew(Source3) * Wed Dec 11 2002 KOBAYASHI R. Taizo 3.1-0vl2 - source update * Tue Dec 03 2002 KOBAYASHI R. Taizo 3.1-0vl1 - update to mew-3.1 * Thu Nov 21 2002 KOBAYASHI R. Taizo 3.1-0vl0.2 - test package: update to mew-3.1rc2 * Fri Nov 01 2002 KOBAYASHI R. Taizo 3.1-0vl0.1 - test package: update to mew-3.1rc1 * Mon Mar 18 2002 Satoshi MACHINO 2.2-0vl4 - changed License to distributable (not GPL2) * Mon Mar 18 2002 Hironobu MORIGUCHI 2.2-0vl3 - incm and man pages are included in common subpackage * Fri Mar 01 2002 Toru Sagami 2.2-0vl2 - corrected Group for common subpackage * Mon Feb 25 2002 KOBAYASHI R. Taizo 2.2-0vl1 - update to mew-2.2 * Thu Feb 21 2002 KOBAYASHI R. Taizo 2.1.99.4-0vl1 - update to mew-2.2rc4 * Sun Jan 27 2002 KOBAYASHI R. Taizo 2..99.2-0vl1 - update to mew-2.2rc2 * Sun Dec 30 2001 MATSUBAYASHI Kohji 2.1-0vl3 - mew-el -> mew - added Patch11 to set default icon directory for Vine * Wed Dec 12 2001 MATSUBAYASHI Kohji 2.1-0vl2 - added Obsoletes: mew-xemacs, mew-xemacs-extra - install-info gzipped info files :) * Thu Nov 01 2001 KOBAYASHI R. Taizo 2.1-0vl1 - update 2.1 * Sat Oct 6 2001 Kazuhisa TAKEI 2.0-0vl5 - change package name ( mew -> mew-el) - apply emacsenc-oomon * Thu Sep 06 2001 MATSUBAYASHI Kohji 2.0-0vl4 - Oops, forgot to add %%defattr for mew-common. Fixed. * Tue Sep 04 2001 MATSUBAYASHI Kohji 2.0-0vl3 - split mew-common, obsoletes mew-xemacs-extra * Mon Sep 03 2001 Toru Sagami - 2.0-0vl2: eliminate executable bit in %%doc and bin files install 755 - install info files into %%{_infodir} * Sun Aug 20 2001 KOBAYASHI R. Taizo - 2.0-0vl1 - update * Tue Oct 24 2000 Tomoya TAKA - 1.94.2-3 - fixed %files section to handle compressed info pages * Wed Jun 7 2000 Toru Sagami - fix description: mess up with mule/emacs/xemacs... - added BuildRequires and Conflicts * Wed Apr 26 2000 Toru Sagami - updated 1.94.2 * Wed Apr 26 2000 Toru Sagami - added PreReq: /sbin/install-info - attrib +x for /usr/bin/uumerge - CFLAGS="$RPM_OPT_FLAGS" * Fri Jan 07 2000 MATSUBAYASHI 'Shaolin' Kohji - 1.94.1-2 - changed destination to /usr/share/emacs/site-lisp/mew * Sat Nov 27 1999 MATSUBAYASHI 'Shaolin' Kohji - 1.94.1-1 - updated in sync with 1.94.1 release - fixed %post and %preun section - Obsoletes: mew now changed to Obsoletes: mew-mule * Fri Oct 8 1999 Yasushi Karino - fixed info path & install info - fixed '%description' * Sat Oct 2 1999 Yasushi Karino - removed extra packages - fixed char-set "euc" of the spec file. - slight modifications for Vine-1.9 * Wed Sep 29 1999 MATSUBAYASHI 'Shaolin' Kohji - 1.94-3 - package name changed from mew-emacs to mew - make info, make jinfo now processed even under emacs * Thu Sep 16 1999 Ushio Tadaaki - Released as version "1.94-2". Changed from "mew-emacs 1.94-1". - Deleted "NoSource: 0", the definition part of data. - Revised some, the definition part of data. - Revised some, part of "%post, %postun". - Changerd "%postun" => "%preun". * Mon Sep 6 1999 Ushio Tadaaki - First release.