Accepting request 562891 from server:mail

OBS-URL: https://build.opensuse.org/request/show/562891
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uudeview?expand=0&rev=17
This commit is contained in:
2018-01-10 22:35:31 +00:00
committed by Git OBS Bridge
2 changed files with 10 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jan 8 17:58:34 UTC 2018 - crrodriguez@opensuse.org
- Remove no longer needed buildrequires on xorg-x11-devel
- Add explicit buildrequire on tcl-devel
- Only an static library is supplied, compile it with -fPIC
-------------------------------------------------------------------
Wed Dec 21 10:51:28 UTC 2011 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package uudeview
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,8 +20,8 @@ Name: uudeview
BuildRequires: autoconf
BuildRequires: mininews
BuildRequires: postfix
BuildRequires: tcl-devel
BuildRequires: tk-devel
BuildRequires: xorg-x11-devel
Url: http://www.fpx.de/fp/Software/UUDeview
Provides: sharutils:/usr/bin/uudeview
Version: 0.5.20
@@ -45,7 +45,7 @@ uuencode utilities.
%build
autoconf
CFLAGS="$RPM_OPT_FLAGS -DUSE_NON_CONST" \
CFLAGS="$RPM_OPT_FLAGS -fPIC -DUSE_NON_CONST" \
./configure --prefix=%_prefix \
--libdir=%_libdir \
--disable-minews \