This commit is contained in:
parent
fa0848b59f
commit
f6075b6137
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 1 13:51:13 CEST 2007 - dmueller@suse.de
|
||||
|
||||
- adjust BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 31 14:18:19 CEST 2007 - mfabian@suse.de
|
||||
|
||||
|
11
xemacs.spec
11
xemacs.spec
@ -11,7 +11,12 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: xemacs
|
||||
BuildRequires: canna-devel compface db-devel fwnndev gcc-c++ gdbm-devel gpm krb5 libpng-devel libtiff-devel ncurses-devel openldap2 openldap2-devel texinfo update-desktop-files xaw3d xorg-x11 xorg-x11-devel
|
||||
BuildRequires: canna-devel compface db-devel fwnndev gcc-c++ gdbm-devel gpm krb5 libpng-devel libtiff-devel ncurses-devel openldap2 openldap2-devel texinfo update-desktop-files xorg-x11 xorg-x11-devel
|
||||
%if %suse_version > 1020
|
||||
BuildRequires: xaw3d-devel
|
||||
%else
|
||||
BuildRequires: xaw3d
|
||||
%endif
|
||||
%if "%(xft-config --prefix)" == "/usr"
|
||||
%define appdefdir /usr/share/X11
|
||||
%define xbindir /usr/bin
|
||||
@ -31,7 +36,7 @@ Prereq: permissions
|
||||
Requires: xemacs-info xemacs-packages ctags
|
||||
Autoreqprov: on
|
||||
Version: 21.5.28
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: XEmacs
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# Howto get the cvs tree of XEmacs:
|
||||
@ -546,6 +551,8 @@ rm -rf $RPM_BUILD_ROOT/usr/lib/xemacs/%{version}/*-suse-linux/include/
|
||||
%dir /usr/share/xemacs/site-packages/lisp/term/
|
||||
|
||||
%changelog
|
||||
* Fri Jun 01 2007 - dmueller@suse.de
|
||||
- adjust BuildRequires
|
||||
* Thu May 31 2007 - mfabian@suse.de
|
||||
- update to 21.5.28.
|
||||
- remove header files to stop RPMLINT complaining about
|
||||
|
Loading…
Reference in New Issue
Block a user