Dr. Werner Fink 2020-04-07 14:21:37 +00:00 committed by Git OBS Bridge
parent 43e0b9c8f7
commit b9dc95f692
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 7 14:21:09 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- Require info and mkeinfo at build time
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 8 15:56:38 UTC 2018 - Dr. Werner Fink <werner@suse.de> Thu Nov 8 15:56:38 UTC 2018 - Dr. Werner Fink <werner@suse.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package xemacs # spec file for package xemacs
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -29,10 +29,12 @@ BuildRequires: fdupes
BuildRequires: fwnndev BuildRequires: fwnndev
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: gdbm-devel BuildRequires: gdbm-devel
BuildRequires: info
BuildRequires: krb5 BuildRequires: krb5
BuildRequires: libjpeg-devel BuildRequires: libjpeg-devel
BuildRequires: libpng-devel BuildRequires: libpng-devel
BuildRequires: libtiff-devel BuildRequires: libtiff-devel
BuildRequires: makeinfo
BuildRequires: ncurses-devel BuildRequires: ncurses-devel
BuildRequires: openldap2-devel BuildRequires: openldap2-devel
BuildRequires: texinfo BuildRequires: texinfo
@ -61,7 +63,7 @@ Group: Productivity/Editors/Emacs
%define xbindir /usr/bin %define xbindir /usr/bin
%define xincludes /usr/include %define xincludes /usr/include
%define xlibraries /usr/%{_lib} %define xlibraries /usr/%{_lib}
Url: http://www.xemacs.org URL: http://www.xemacs.org
# Howto get the Mercurial tree of XEmacs: # Howto get the Mercurial tree of XEmacs:
# See: http://xemacs.digimirror.nl/Develop/hgaccess.html # See: http://xemacs.digimirror.nl/Develop/hgaccess.html
# hg clone http://hg.debian.org/hg/xemacs/xemacs-beta # hg clone http://hg.debian.org/hg/xemacs/xemacs-beta