Stephan Kulow 2015-02-06 06:10:09 +00:00 committed by Git OBS Bridge
parent a7e7fe2871
commit 09dfb9017e
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 5 07:55:36 UTC 2015 - coolo@suse.com
- avoid prompts in terminals
-------------------------------------------------------------------
Thu Jun 12 14:38:14 UTC 2014 - meissner@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Net-SSLeay
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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
@ -61,7 +61,7 @@ chmod 0644 *.pl
popd
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags} -Wall"
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags} -Wall" < /dev/null
make %{?_smp_mflags}
%check