From c7acb67663136e0d3972d68022fd1c8923f02ecec6c7a84120415743c166feda Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sun, 25 Dec 2011 16:42:27 +0000 Subject: [PATCH] Accepting request 97581 from server:mail add autoconf to buildrequires (forwarded request 97557 from coolo) OBS-URL: https://build.opensuse.org/request/show/97581 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uudeview?expand=0&rev=12 --- uudeview.changes | 10 ++++++++ uudeview.spec | 62 +++++++++--------------------------------------- 2 files changed, 21 insertions(+), 51 deletions(-) diff --git a/uudeview.changes b/uudeview.changes index c320649..50ecbdc 100644 --- a/uudeview.changes +++ b/uudeview.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Dec 21 10:51:28 UTC 2011 - coolo@suse.com + +- add autoconf as buildrequire to avoid implicit dependency + +------------------------------------------------------------------- +Tue Dec 20 20:30:02 UTC 2011 - coolo@suse.com + +- remove call to suse_update_config (very old work around) + ------------------------------------------------------------------- Tue May 20 15:53:07 CEST 2008 - max@suse.de diff --git a/uudeview.spec b/uudeview.spec index 56db1e8..6791268 100644 --- a/uudeview.spec +++ b/uudeview.spec @@ -1,7 +1,7 @@ # -# spec file for package uudeview (Version 0.5.20) +# spec file for package uudeview # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,19 +15,20 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: uudeview -BuildRequires: mininews postfix tk-devel xorg-x11-devel +BuildRequires: autoconf +BuildRequires: mininews +BuildRequires: postfix +BuildRequires: tk-devel +BuildRequires: xorg-x11-devel Url: http://www.fpx.de/fp/Software/UUDeview +Provides: sharutils:/usr/bin/uudeview +Version: 0.5.20 +Release: 0 +Summary: The Nice and Friendly Decoder License: GPL-2.0+ Group: Productivity/Networking/News/Utilities -Provides: sharutils:/usr/bin/uudeview -AutoReqProv: on -Version: 0.5.20 -Release: 235 -Summary: The Nice and Friendly Decoder Source: %{name}-%{version}.tar.bz2 Patch0: %{name}.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -38,18 +39,11 @@ Base64 (MIME), uuencoded, xxencoded, Binhex, and yEnc files. Its ultimate goal is to fully replace the "standard", but dumb uudecode and uuencode utilities. - - -Authors: --------- - Frank Pilhofer - %prep %setup -q %patch0 %build -%suse_update_config autoconf CFLAGS="$RPM_OPT_FLAGS -DUSE_NON_CONST" \ ./configure --prefix=%_prefix \ @@ -83,37 +77,3 @@ test $RPM_BUILD_ROOT -ef / || rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man1/xdeview.1.gz %changelog -* Tue May 20 2008 max@suse.de -- Use exclusive flag when opening temporary files to make tempnam - and tmpnam safe (bnc#390106, CVE-2008-2266). -* Wed Jan 25 2006 mls@suse.de -- converted neededforbuild to BuildRequires -* Thu Nov 11 2004 ro@suse.de -- fixed file list -* Tue Oct 05 2004 max@suse.de -- Removed the part of the patch that changed uulib/uuscan.c because - it I couldn't find out what it was supposed to fix, and it caused - an endless loop when decoding certain files. [Bug #46777] -* Fri Mar 26 2004 ro@suse.de -- added postfix to neededforbuild -* Mon Mar 22 2004 max@suse.de -- Fixed a problem with insecure temp file handling (Bug #35996). -- Added -DUSE_NON_CONST to CFLAGS to prevent warnings with Tcl 8.4. -* Wed Mar 03 2004 max@suse.de -- New version: 0.5.20 - fixes a buffer overflow problem. -* Sun Jan 11 2004 adrian@suse.de -- add %%defattr -* Wed Jul 23 2003 max@suse.de -- Added tk-devel to neededforbuild. -* Thu Jun 12 2003 kukuk@suse.de -- Fix filelist -* Sun Oct 20 2002 olh@suse.de -- provide libuu.a, for tin -* Tue Jul 02 2002 max@suse.de -- re-added mininews to neededforbuild -* Tue Jul 02 2002 ro@suse.de -- added split provides -* Tue Jul 02 2002 max@suse.de -- Split off from the sharutils package. -- New version: 0.5.18 . -- Now also supports yEnc encoding.