rpms/apel/devel APEL-CFG.patch, NONE, 1.1 apel-10.4-missing-el.patch, NONE, 1.1 apel.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Akira Tagoh (tagoh) fedora-extras-commits at redhat.com
Tue Jul 19 03:44:16 UTC 2005


Author: tagoh

Update of /cvs/extras/rpms/apel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26509/devel

Modified Files:
	.cvsignore sources 
Added Files:
	APEL-CFG.patch apel-10.4-missing-el.patch apel.spec 
Log Message:
auto-import apel-10.6-6 on branch devel from apel-10.6-6.src.rpm

APEL-CFG.patch:

--- NEW FILE APEL-CFG.patch ---
--- apel-10.3/APEL-CFG.org	Sat Jun 23 19:25:54 2001
+++ apel-10.3/APEL-CFG	Sat Jun 23 19:26:09 2001
@@ -74,8 +74,8 @@
 ;; XEmacs 21.0 and later.
 ;; (setq PACKAGEDIR "/usr/local/lib/xemacs/xemacs-packages")
 
-;; (setq APEL_PREFIX "apel")
-;; (setq EMU_PREFIX "emu")
+(setq APEL_PREFIX "apel")
+(setq EMU_PREFIX "apel")
 
 ;; If you want to install all of APEL modules to VERSION_SPECIFIC_LISPDIR,
 ;; uncomment and edit this.

apel-10.4-missing-el.patch:

--- NEW FILE apel-10.4-missing-el.patch ---
diff -ruN apel-10.4.orig/APEL-ELS apel-10.4/APEL-ELS
--- apel-10.4.orig/APEL-ELS	2003-05-14 16:36:24.000000000 +0900
+++ apel-10.4/APEL-ELS	2003-05-14 16:36:53.000000000 +0900
@@ -13,7 +13,7 @@
 
 			     ;; [obsoleted modules] If you would like to
 			     ;; install following, please activate them.
-			     ;; atype file-detect
+			     atype file-detect
 			     ))
 
 ;;; APEL-ELS ends here


--- NEW FILE apel.spec ---
%define emacsver	20.7
%define xemacsver	21.4.10-6

%define	lispdir	%{_datadir}/emacs/site-lisp
%define	pkgdir	%{_datadir}/xemacs/xemacs-packages

Name:		apel
Version:	10.6
Release: 6
License:	GPL
URL:		ftp://ftp.m17n.org/pub/mule/apel/
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch
Source0:	apel-%{version}.tar.gz
Patch0: 	APEL-CFG.patch
Patch1:		apel-10.4-missing-el.patch

Summary:	A Portable Emacs Library
Group:   	Applications/Editors
Buildrequires:  emacs
Requires:	emacs-common

#package xemacs
#Summary: A Portable [X]Emacs Library
#Group:  Applications/Editors
#Buildrequires: xemacs
#Requires: xemacs-common
#Conflicts: xemacs < %{xemacsver}

%description
APEL stands for "A Portable Emacs Library". It consists of
following modules:

poe.el - This is an emulation module mainly for basic
functions and special forms/macros of latest emacsen.
poem.el - This module provides basic functions to write
portable MULE programs.
pces.el - This module provides portable character encoding
scheme (coding-system) features.
invisible.el - This modules provides features about invisible
region.
mcharset.el - This modules provides MIME charset related
features.

and other some utility modules


#description xemacs
#APEL stands for "A Portable Emacs Library". This is the 
#XEmacs version of APEL. You may install apel instead of 
#this if you use GNU Emacs.


%prep
%setup -q
%patch -p1 -b .cfg
%patch1 -p1 -b .missing

%build


%install
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT

make PREFIX=$RPM_BUILD_ROOT%{_prefix} \
	LISPDIR=$RPM_BUILD_ROOT%{lispdir} install
##	VERSION_SPECIFIC_LISPDIR=$RPM_BUILD_ROOT%{lispdir} \

make clean

#make XEMACS=xemacs PACKAGEDIR=$RPM_BUILD_ROOT%{pkgdir} install-package


%clean
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root)
%doc README.ja README.en ChangeLog
%{lispdir}/apel


#files xemacs
#defattr(-,root,root)
#doc README.ja README.en ChangeLog
#{pkgdir}/lisp/apel

 
%changelog
* Tue Feb 22 2005 Elliot Lee <sopwith at redhat.com> 10.6-6
- Remove xemacs

* Wed Oct  6 2004 Akira TAGOH <tagoh at redhat.com> - 10.6-5
- require emacs-common instead of emacs.

* Wed Oct  6 2004 Akira TAGOH <tagoh at redhat.com> - 10.6-4
- require xemacs-common instead of xemacs. (#134479)

* Mon Sep 27 2004 Akira TAGOH <tagoh at redhat.com> - 10.6-3
- rebuilt

* Fri Feb 13 2004 Elliot Lee <sopwith at redhat.com>
- rebuilt

* Mon Jul 07 2003 Akira TAGOH <tagoh at redhat.com> 10.6-1
- New upstream release.

* Wed May 14 2003 Akira TAGOH <tagoh at redhat.com> 10.4-4
- apel-10.4-missing-el.patch: contains atype.el and file-detect.el (#90604)

* Wed Jan 22 2003 Tim Powers <timp at redhat.com>
- rebuilt

* Fri Jan  3 2003 Jens Petersen <petersen at redhat.com> 10.4-2
- rebuild

* Wed Jan  1 2003 Jens Petersen <petersen at redhat.com> 10.4-1
- update to 10.4
- resurrect -xemacs subpackage, required by latest xemacs package
- install xemacs package under datadir
- own xemacs package lisp dir

* Wed Dec 11 2002 Tim Powers <timp at redhat.com> 10.3-8
- rebuild

* Thu Jul 18 2002 Akira TAGOH <tagoh at redhat.com> 10.3-7
- s/Copyright/License/
- add the owned directory.

* Fri Jun 21 2002 Tim Powers <timp at redhat.com>
- automated rebuild

* Thu May 23 2002 Tim Powers <timp at redhat.com>
- automated rebuild

* Sun Feb 24 2002 Tim Powers <timp at redhat.com>
- rebuilt in new environment

* Wed Jan 09 2002 Tim Powers <timp at redhat.com>
- automated rebuild

* Sat Jun 23 2001 SATO Satoru <ssato at redhat.com>
- apel-xemacs removed because XEmacs already includes it.
- made "emu" modules installed in apel/ subdirectory

* Wed Jun 20 2001 SATO Satoru <ssato at redhat.com>
- initial release (separated from semi)


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/apel/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Jul 2005 03:43:06 -0000	1.1
+++ .cvsignore	19 Jul 2005 03:44:14 -0000	1.2
@@ -0,0 +1 @@
+apel-10.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/apel/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Jul 2005 03:43:06 -0000	1.1
+++ sources	19 Jul 2005 03:44:14 -0000	1.2
@@ -0,0 +1 @@
+a770333c50a4bb79c0923dee78d5e358  apel-10.6.tar.gz




More information about the fedora-extras-commits mailing list