rpms/apel/devel apel.spec,1.2,1.3

Akira Tagoh (tagoh) fedora-extras-commits at redhat.com
Wed Jul 20 00:44:04 UTC 2005


Author: tagoh

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

Modified Files:
	apel.spec 
Log Message:
* Wed Jul 20 2005 Akira TAGOH <tagoh at redhat.com> - 10.6-8.fc5
- Disabled apel-xemacs package to avoid a chicken-egg problem.


Index: apel.spec
===================================================================
RCS file: /cvs/extras/rpms/apel/devel/apel.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- apel.spec	19 Jul 2005 04:54:04 -0000	1.2
+++ apel.spec	20 Jul 2005 00:44:02 -0000	1.3
@@ -1,12 +1,10 @@
 %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: 7%{?dist}
+Release: 8%{?dist}
 License:	GPL
 URL:		ftp://ftp.m17n.org/pub/mule/apel/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
@@ -20,13 +18,6 @@
 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:
@@ -45,12 +36,6 @@
 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
@@ -68,8 +53,6 @@
 
 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
@@ -81,13 +64,10 @@
 %{lispdir}/apel
 
 
-%files xemacs
-%defattr(-,root,root)
-%doc README.ja README.en ChangeLog
-%{pkgdir}/lisp/apel
-
- 
 %changelog
+* Wed Jul 20 2005 Akira TAGOH <tagoh at redhat.com> - 10.6-8.fc5
+- Disabled apel-xemacs package to avoid a chicken-egg problem.
+
 * Tue Jul 19 2005 Akira TAGOH <tagoh at redhat.com> - 10.6-7.fc5
 - Import into Extras.
 




More information about the fedora-extras-commits mailing list