Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37831984
en ru br
ALT Linux repos
S:0.92.3-alt5
5.0: 0.17.3-alt2
4.1: 0.16.2-alt2.1
4.0: 0.16.2-alt2.1
3.0: 0.16.2-alt2

Group :: Development/Other
RPM: librep

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: librep
Version: 0.16.2
Release: alt2

Summary: An embeddable LISP environment
License: GPL
Group: Development/Other
Url: http://librep.sourceforge.net/

Source: %name-%version.tar.gz
Patch1: %name-0.14-rep-xgettext.patch

PreReq: /sbin/install-info

# Automatically added by buildreq on Mon Sep 23 2002

BuildRequires: gdbm-devel glibc-devel-static libgmp-devel libncurses-devel libreadline-devel

%description
This is a lightweight LISP environment for UNIX. It contains a LISP
interpreter, byte-code compiler and virtual machine. Applications may use the
LISP interpreter as an extension language, or it may be used for standalone
scripts.

Originally inspired by Emacs Lisp, the language dialect combines many of the
elisp features while trying to remove some of the main deficiencies, with
features from Common Lisp and Scheme.

%package devel
Summary: librep include files and link libraries
Group: Development/Other
Requires: %name = %version-%release

%description devel
Link libraries and C header files for librep development.

%prep
%setup -q
%patch1 -p1

%build
%ifarch %ix86
%define librep_platform i386-%_vendor-%_target_os
%else
%define librep_platform %_target_platform
%endif

%undefine __libtoolize
%configure --with-readline --with-extra-cflags=-fstrength-reduce
%make_build host_type=%librep_platform

%install
%make_build install host_type=%librep_platform DESTDIR=%buildroot

%post
%post_ldconfig
%install_info librep.info

%preun
%uninstall_info librep.info

%postun -p %postun_ldconfig

%files
%doc AUTHORS BUGS ChangeLog NEWS README THANKS TODO HACKING TREE doc/*
%_bindir/rep
%_bindir/rep-remote
%_libdir/librep.so.*
%_datadir/rep
%dir %_libexecdir/rep
%_libexecdir/rep/%version
%_infodir/librep*

%files devel
%_bindir/rep-config
%_bindir/rep-xgettext
%_bindir/repdoc
%_libdir/librep.so
#%_libdir/librep.la
%_includedir/*
%_libexecdir/rep/%librep_platform
%_datadir/aclocal/rep.m4
%doc doc/*

%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