Sophie

Sophie

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

xemacs-sgml-pkg-1.08-1.src.rpm

# $Revision: 1.10 $, $Date: 2001/02/13 18:32:02 $
Summary:	SGML/Linuxdoc-SGML editing mode macros
Summary(pl):	Makra do tryb edycji dokumentów SGML/Linuxdoc-SGML
Name:		xemacs-sgml-pkg
%define 	srcname	sgml
Version:	1.08
Release:	1
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
SGML/Linuxdoc-SGML editing mode.

%description -l pl 
Makra do tryb edycji dokumentów SGML/Linuxdoc-SGML.

%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/sgml/ChangeLog 

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc lisp/sgml/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-sgml-pkg.spec,v $
Revision 1.10  2001/02/13 18:32:02  mis
- updated to 1.08

Revision 1.9  2000/12/22 02:38:56  kloczek
- spec adapterized,
- fixed Summary,
- added %description.

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

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

Revision 1.6  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.5  2000/03/28 16:55:19  baggins
- translated kloczkish into english

Revision 1.4  2000/03/28 01:42:31  kloczek
- cleanups and reorganizations.

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

Revision 1.2  2000/02/07 22:57:11  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