Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37835411
en ru br
ALT Linux repos
5.0: 1.4.259-alt0.1.20080303
4.1: 1.4.259-alt0.1.20080303
4.0: 1.4.4-alt2
3.0: 1.4-alt1

Group :: Editors
RPM: emacs-w3m

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Version: 1.4
Release: alt1
Name: emacs-w3m
License: GPL
Group: Editors
Summary: Emacs-w3m is a simple Emacs interface to w3m
Url: http://emacs-w3m.namazu.org/

Source: %name-%version.tar.gz
Source1: %name-start-script.el

# Automatically added by buildreq on Tue Oct 14 2003

BuildRequires: emacs-common
Requires: emacs-common emacsen-startscripts w3m

%description
Emacs-w3m is a simple Emacs interface to w3m.

%package el
Summary: The Emacs Lisp sources for bytecode included in %name
Group: Development/Other
Requires: %name = %version-%release

%description el
%name-el contains the Emacs Lisp sources for the bytecode
included in the %name package, that extends the Emacs editor.

You need to install %name-el only if you intend to modify any of the
%name code or see some Lisp examples.

%prep
%setup -n %name-%version

%build
%configure --with-icondir=%_emacslispdir/w3m/icons --with-lispdir=%_emacslispdir/w3m
make clean
make

%install
mkdir -p %buildroot/%_emacslispdir/w3m/icons
install -m 644 icons/*.xpm %buildroot/%_emacslispdir/w3m/icons/
install -m 644 *.el* %buildroot/%_emacslispdir/w3m/
mkdir -p %buildroot/%_infodir/
install -m 644 doc/emacs-w3m.info* %buildroot/%_infodir/
mkdir -p %buildroot/%_sysconfdir/emacs/site-start.d
install -m 644 %SOURCE1 %buildroot/%_sysconfdir/emacs/site-start.d/w3m.el


%files
%doc README ChangeLog*
%_emacslispdir/w3m/*.elc
%_emacslispdir/w3m/icons/
%config(noreplace) %_sysconfdir/emacs/site-start.d/w3m.el
%_infodir/emacs-w3m.info*

%files el
%_emacslispdir/w3m/*.el

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin