Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37754057
en ru br
ALT Linux repos
5.0: 0.8-alt0.20081110
4.1: 0.8-alt0.M41.0.20080920
4.0: 0.8-alt0.20061214
3.0:
+backports:0.8-alt0.20061214.M30.1

Group :: Networking/Instant messaging
RPM: emacs-jabber

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# This spec is backported to ALTLinux 4.1 automatically by rpmbh script. Do not edit it.
# -*- coding: latin-1; mode: rpm-spec -*-

%define pkg_name jabber

Version: 0.8
Release: alt0.M41.0.20080920
Name: emacs-jabber
License: %gpl2plus
Group: Networking/Instant messaging
Url: http://emacs-jabber.sourceforge.net
Summary: A minimal jabber client for Emacs

Packager: Emacs Maintainers Team <emacs at packages.altlinux.org>

Source: %name-%version.tar.bz2
Source1: %pkg_name-emacs.el

BuildArch: noarch
Requires: emacs-common emacs-gnus >= 5.10

BuildPreReq: emacs-devel >= 0.0.1-alt2

BuildPreReq: emacs-common
BuildPreReq: rpm-build-licenses
BuildPreReq: emacs-gnus >= 5.10
BuildPreReq: automake >= 1.9

BuildRequires: rpm-build-compat >= 0.95

%description
jabber.el is a minimal Jabber client running under Emacs.

Recommends: xprintidle

%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
%build

%install
%autoreconf
%configure --with-lispdir=%_emacslispdir/%pkg_name
make abs_builddir="%_builddir/%name-%version"
make install DESTDIR=%buildroot abs_builddir="%_builddir/%name-%version"

mkdir -p %buildroot%_bindir
mv -v %buildroot%_libexecdir/xmppuri.sh %buildroot%_bindir

mkdir -p %buildroot%_emacs_sitestart_dir
install -m 644 %SOURCE1 %buildroot%_emacs_sitestart_dir/%pkg_name.el

%post
%install_info %pkg_name.info

%preun
%uninstall_info %pkg_name.info

%files
%_bindir/*
%dir %_emacslispdir/%pkg_name
%_emacslispdir/%pkg_name/*.elc
%_emacslispdir/%pkg_name/jabber-autoloads.el
%_infodir/%pkg_name.info*
%config(noreplace) %_emacs_sitestart_dir/%pkg_name.el
%doc README AUTHORS NEWS

%files el
%_emacslispdir/%pkg_name/*.el
%exclude %_emacslispdir/%pkg_name/jabber-autoloads.el
%doc %pkg_name.texi

%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