From 9d6c22a70e02de8c3f29ca4097bc84f191f6da51 Mon Sep 17 00:00:00 2001 From: kloczek Date: Tue, 28 Mar 2000 01:42:31 +0000 Subject: [PATCH] - cleanups and reorganizations. Changed files: xemacs-apel-pkg.spec -> 1.3 --- xemacs-apel-pkg.spec | 43 ++++++++++++++----------------------------- 1 file changed, 14 insertions(+), 29 deletions(-) diff --git a/xemacs-apel-pkg.spec b/xemacs-apel-pkg.spec index a4aa94b..fbc0301 100644 --- a/xemacs-apel-pkg.spec +++ b/xemacs-apel-pkg.spec @@ -1,30 +1,20 @@ -### Comment -# This file is modified automatically by 'xemacs-adapter' script -# from PLD-project CVS repository: cvs.pld.org.pl, module SPECS -# For more details see comments in this script -### EndComment - -Summary: A Portable Emacs Library. Used by XEmacs MIME support. -Summary(pl): A Portable Emacs Library. Used by XEmacs MIME support. - -Name: xemacs-apel-pkg +Summary: A Portable Emacs Library. Used by XEmacs MIME support +Summary(pl): A Portable Emacs Library. Used by XEmacs MIME support +Name: xemacs-apel-pkg %define srcname apel -Version: 1.16 +Version: 1.16 Release: 1 - -### Preamble License: GPL -Group: Applications/Editors/Emacs +Group: Applications/Editors/Emacs Group(pl): Aplikacje/Edytory/Emacs -URL: http://www.xemacs.org -Source: ftp://ftp.xemacs.org/packages/%{srcname}-%{version}-pkg.tar.gz -BuildRoot: /tmp/%{name}-%{version}-root +Source0: ftp://ftp.xemacs.org/packages/%{srcname}-%{version}-pkg.tar.gz +URL: http://www.xemacs.org/ BuildArch: noarch Conflicts: xemacs-sumo -Requires: xemacs -Requires: xemacs-fsf-compat-pkg -Requires: xemacs-base-pkg -### EndPreamble +Requires: xemacs +Requires: xemacs-fsf-compat-pkg +Requires: xemacs-base-pkg +BuildRoot: /tmp/%{name}-%{version}-root %description @@ -32,27 +22,22 @@ Requires: xemacs-base-pkg %description -l pl -### Main %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/apel/README.ja lisp/apel/README.en lisp/apel/ChangeLog %clean rm -fr $RPM_BUILD_ROOT -### EndMain - -### PrePost -### EndPrePost -### Files %files %defattr(644,root,root,755) +%doc lisp/apel/README.ja.gz lisp/apel/README.en.gz lisp/apel/ChangeLog.gz %dir %{_datadir}/xemacs-packages/lisp/* %{_datadir}/xemacs-packages/lisp/*/*.elc -%doc lisp/apel/README.ja.gz lisp/apel/README.en.gz lisp/apel/ChangeLog.gz -### EndFiles -- 2.44.0