]> git.pld-linux.org Git - packages/gcl.git/blobdiff - gcl.spec
- some pld.org.pl->pld-linux.org cosmetics
[packages/gcl.git] / gcl.spec
index a196c207cea30309affd9527b982d00d48c683c2..49006d204523248d10cf141dc9385f2bfe7d4da0 100644 (file)
--- a/gcl.spec
+++ b/gcl.spec
@@ -17,6 +17,7 @@ BuildRequires:        gmp-devel
 BuildRequires: tk-devel
 BuildRequires: xemacs
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+ExclusiveArch: %{ix86} sparc
 
 %description
 The GNU Common Lisp system, based on KCL.
@@ -45,10 +46,12 @@ Intefejs Tcl/tk dla GNU Common Lisp.
 
 %build
 rm -f missing
-aclocal
+%{__aclocal}
 %{__autoconf}
 cp -f /usr/share/automake/config.* .
 GCC="%{__cc}"; export GCC
+# note: full path to xemacs must be passed
+EMACS=/usr/bin/xemacs; export EMACS
 %configure \
        --enable-notify=no
 
@@ -95,8 +98,6 @@ exec %{_libdir}/gcl/unixport/saved_gcl \
        "$@"
 EOF
 
-gzip -9nf readme faq ChangeLog
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -114,7 +115,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc readme faq ChangeLog
 %attr(755,root,root) %{_bindir}/gcl
 %attr(755,root,root) %{_bindir}/gcl.exe
 %{_libdir}/gcl/cmpnew
This page took 0.042997 seconds and 4 git commands to generate.