Sophie

Sophie

distrib > PLD > ra > i386 > media > dist-src > by-pkgid > b98bb39a2c6e4c62bab99032dd609f30 > files > 2

xemacs-texinfo-pkg-1.20-2.src.rpm

# $Revision: 1.10 $, $Date: 2001/12/20 15:55:56 $
Summary:	XEmacs TeXinfo support
Summary(pl):	Wsparcie dla TeXinfo w edytorze XEmacs
Name:		xemacs-texinfo-pkg
%define 	srcname	texinfo
Version:	1.20
Release:	2
License:	GPL
Group:		Applications/Editors/Emacs
Group(de):	Applikationen/Editors/Emacs
Group(pl):	Aplikacje/Edytory/Emacs
Source0:	ftp://ftp.xemacs.org/xemacs/packages/%{srcname}-%{version}-pkg.tar.gz
URL:		http://www.xemacs.org/
BuildArch:	noarch
Conflicts:	xemacs-sumo
Requires:	xemacs
Requires:	xemacs-base-pkg
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%description
XEmacs TeXinfo support.

%description -l pl 
Wsparcie dla TeXinfo w edytorze XEmacs.

%prep
%setup -q -c

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_datadir}/xemacs-packages

cp -a * $RPM_BUILD_ROOT%{_datadir}/xemacs-packages

gzip -9nf lisp/texinfo/ChangeLog 

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc lisp/texinfo/ChangeLog.gz 
%dir %{_datadir}/xemacs-packages/lisp/*
%{_datadir}/xemacs-packages/lisp/*/*.elc

%define date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <pld-list@pld.org.pl>
All persons listed below can be reached at <cvs_login>@pld.org.pl

$Log: xemacs-texinfo-pkg.spec,v $
Revision 1.10  2001/12/20 15:55:56  qboosh
- adapterized, descriptions from summaries; release 2

Revision 1.9  2001/05/28 13:03:27  roman
- added Polish Summary

Revision 1.8  2001/02/13 18:37:37  mis
- updated to 1.20

Revision 1.7  2000/11/29 13:35:24  wiget
new versions (massive upgrade)

Revision 1.6  2000/09/26 08:43:13  kloczek
- fix: changed base Source url to ftp://ftp.xemacs.org/xemacs/packages/.

Revision 1.5  2000/04/01 11:16:01  zagrodzki
- changed all BuildRoot definitons
- removed all applnkdir defs
- changed some prereqs/requires
- removed duplicate empty lines

Revision 1.4  2000/03/28 16:55:20  baggins
- translated kloczkish into english

Revision 1.3  2000/03/28 01:42:32  kloczek
- cleanups and reorganizations.

Revision 1.2  2000/03/27 16:25:46  klakier
- added info patches

Revision 1.1  2000/02/07 23:00:38  klakier
Just another package

Revision 1.1  1999/12/08 17:35:44  klakier
Scripts to produce xemacs-<package>-pkg.spec
I decided to separate xemacs and its packages for some reasons