forked from pool/xemacs
.
OBS-URL: https://build.opensuse.org/package/show/M17N/xemacs?expand=0&rev=21
This commit is contained in:
parent
ee79dc7148
commit
c3dff21d8d
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
- build -el and -info as noarch subpackages
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 4 18:41:30 CET 2009 - werner@suse.de
|
Fri Dec 4 18:41:30 CET 2009 - werner@suse.de
|
||||||
|
|
||||||
|
15
xemacs.spec
15
xemacs.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xemacs (Version 21.5.b604d235f028)
|
# spec file for package xemacs (Version 21.5.b604d235f028)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -42,8 +42,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: 1
|
Release: 2
|
||||||
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,10 +113,14 @@ 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
|
||||||
|
%if 0%{?suse_version} >= 1120
|
||||||
|
BuildArch: noarch
|
||||||
|
%endif
|
||||||
|
|
||||||
%description -n xemacs-el
|
%description -n xemacs-el
|
||||||
Most Emacs-Lisp source files are not needed for running XEmacs. Most of
|
Most Emacs-Lisp source files are not needed for running XEmacs. Most of
|
||||||
@ -139,6 +143,9 @@ Requires: xemacs-packages-info
|
|||||||
Summary: Info Files for XEmacs
|
Summary: Info Files for XEmacs
|
||||||
Group: Productivity/Editors/Emacs
|
Group: Productivity/Editors/Emacs
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
|
%if 0%{?suse_version} >= 1120
|
||||||
|
BuildArch: noarch
|
||||||
|
%endif
|
||||||
|
|
||||||
%description -n xemacs-info
|
%description -n xemacs-info
|
||||||
This package contains all info files for XEmacs. All these files can be
|
This package contains all info files for XEmacs. All these files can be
|
||||||
|
Loading…
Reference in New Issue
Block a user