SHA256
1
0
forked from pool/joe

Accepting request 95172 from editors

add automake to buildrequires (forwarded request 94931 from coolo)

OBS-URL: https://build.opensuse.org/request/show/95172
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/joe?expand=0&rev=19
This commit is contained in:
Stephan Kulow 2011-12-05 11:44:01 +00:00 committed by Git OBS Bridge
commit 7491d2eb42
2 changed files with 13 additions and 6 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Dec 2 07:22:25 UTC 2011 - coolo@suse.com
- add automake as buildrequire to avoid implicit dependency
-------------------------------------------------------------------
Wed Oct 5 12:38:15 UTC 2011 - uli@suse.com
- cross-build fix: use %configure macro
-------------------------------------------------------------------
Sat Jul 9 08:27:23 UTC 2011 - lazy.kent@opensuse.org

View File

@ -15,16 +15,13 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: joe
BuildRequires: automake
BuildRequires: ncurses-devel
License: GPL-2.0+
Group: Productivity/Editors/Other
AutoReqProv: on
Version: 3.7
Release: 15
Release: 0
Summary: A Text Editor
Url: http://sourceforge.net/projects/joe-editor
Source0: http://downloads.sourceforge.net/joe-editor/%{name}-%{version}.tar.gz
@ -99,7 +96,7 @@ mv -f po/uk.po.tmp po/uk.po
%build
autoreconf -fi
export CFLAGS="%{optflags} -W -Wno-unused"
./configure \
%configure \
--prefix=%{_prefix} \
--mandir=%{_mandir} \
--sysconfdir=%{_sysconfdir} \