forked from pool/xemacs
Accepting request 47567 from home:a_jaeger:branches:openSUSE:Factory
OBS-URL: https://build.opensuse.org/request/show/47567 OBS-URL: https://build.opensuse.org/package/show/M17N/xemacs?expand=0&rev=23
This commit is contained in:
parent
eb03910e1c
commit
0c02d7642c
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 7 12:47:07 UTC 2010 - aj@suse.de
|
||||||
|
|
||||||
|
- BuildRequire gpm-devel
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 31 14:56:07 CEST 2010 - werner@suse.de
|
||||||
|
|
||||||
|
- Change version scheme to allow zypper to install newer test
|
||||||
|
version (bnc#590429)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 9 17:12:35 CET 2010 - prusnak@suse.cz
|
Tue Feb 9 17:12:35 CET 2010 - prusnak@suse.cz
|
||||||
|
|
||||||
|
17
xemacs.spec
17
xemacs.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xemacs (Version 21.5.b604d235f028)
|
# spec file for package xemacs (Version 21.5.29.b604d235f028)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,10 +18,16 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: xemacs
|
Name: xemacs
|
||||||
BuildRequires: canna-devel compface db-devel fwnndev gcc-c++ gdbm-devel gpm krb5 libpng-devel libtiff-devel ncurses-devel openldap2-devel texinfo update-desktop-files xaw3d-devel xorg-x11 xorg-x11-devel
|
BuildRequires: canna-devel compface db-devel fwnndev gcc-c++ gdbm-devel krb5 libpng-devel libtiff-devel ncurses-devel openldap2-devel texinfo update-desktop-files xaw3d-devel xorg-x11 xorg-x11-devel
|
||||||
%if %suse_version > 1020
|
%if %suse_version > 1020
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{?suse_version} > 1130
|
||||||
|
BuildRequires: gpm-devel
|
||||||
|
%else
|
||||||
|
BuildRequires: gpm
|
||||||
|
%endif
|
||||||
|
|
||||||
%if "%(xft-config --prefix)" == "/usr"
|
%if "%(xft-config --prefix)" == "/usr"
|
||||||
%define appdefdir /usr/share/X11
|
%define appdefdir /usr/share/X11
|
||||||
%define xbindir /usr/bin
|
%define xbindir /usr/bin
|
||||||
@ -42,8 +48,8 @@ PreReq: permissions
|
|||||||
Requires: xemacs-info xemacs-packages ctags
|
Requires: xemacs-info xemacs-packages ctags
|
||||||
Conflicts: gnuserv
|
Conflicts: gnuserv
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 21.5.b604d235f028
|
Version: 21.5.29.b604d235f028
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: XEmacs
|
Summary: XEmacs
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
# Howto get the Mercurial tree of XEmacs:
|
# Howto get the Mercurial tree of XEmacs:
|
||||||
@ -113,7 +119,8 @@ Authors:
|
|||||||
|
|
||||||
%package -n xemacs-el
|
%package -n xemacs-el
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Requires: xemacs xemacs-packages-el
|
Requires: xemacs == %{version}-%{release}
|
||||||
|
Requires: xemacs-packages-el
|
||||||
Summary: Emacs-Lisp source files for XEmacs
|
Summary: Emacs-Lisp source files for XEmacs
|
||||||
Group: Productivity/Editors/Emacs
|
Group: Productivity/Editors/Emacs
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
|
Loading…
Reference in New Issue
Block a user