Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37518579
en ru br
Репозитории ALT
5.1: 6.6.0-alt2
4.1: 6.6.0-alt2
4.0: 6.6.0-alt1
www.altlinux.org/Changes

Группа :: Редакторы
Пакет: emacs-color-themes

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

# -*- coding: utf-8; mode: rpm-spec -*-

%define pkg_name color-themes

Version: 6.6.0
Release: alt1
Name: emacs-%pkg_name
License: GPL
Group: Editors
Url: https://gna.org/projects/color-theme
Summary: Color themes for GNU Emacs
Requires: emacs-common

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

Source: color-theme-%version.tar.gz
Source1: %pkg_name-emacs.el

BuildArch: noarch

# Automatically added by buildreq on Thu Oct 24 2002

BuildRequires: emacs22-X11-athena emacs-devel

%description
Color theme is an Emacs-Lisp package with more than 50 color themes for your use.

All Emacs Lisp code is byte-compiled, install %name-el for sources.

%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 -q -n color-theme-%version

%install
mkdir -p %buildroot%_emacslispdir/%pkg_name/themes
install -m 644 color-theme.el %buildroot%_emacslispdir/%pkg_name
install -m 644 themes/*.el %buildroot%_emacslispdir/%pkg_name/themes

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

%add_lisp_loadpath %buildroot%_emacslispdir/%pkg_name
%add_lisp_loadpath %buildroot%_emacslispdir/%pkg_name/themes
%byte_recompile_lispdir


%files
%doc AUTHORS BUGS README
%dir %_emacslispdir/%pkg_name
%dir %_emacslispdir/%pkg_name/themes
%_emacslispdir/%pkg_name/*.elc
%_emacslispdir/%pkg_name/themes/*.elc
%config(noreplace) %_emacs_sitestart_dir/*

%files el
%_emacslispdir/%pkg_name/*.el
%_emacslispdir/%pkg_name/themes/*.el


%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin