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
This commit is contained in:
parent
06a2e14545
commit
c7acb67663
@ -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
|
Tue May 20 15:53:07 CEST 2008 - max@suse.de
|
||||||
|
|
||||||
|
@ -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
|
# 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
|
||||||
@ -15,19 +15,20 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: uudeview
|
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
|
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+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Networking/News/Utilities
|
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
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Patch0: %{name}.patch
|
Patch0: %{name}.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
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
|
ultimate goal is to fully replace the "standard", but dumb uudecode and
|
||||||
uuencode utilities.
|
uuencode utilities.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Frank Pilhofer <fp@fpx.de>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0
|
%patch0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%suse_update_config
|
|
||||||
autoconf
|
autoconf
|
||||||
CFLAGS="$RPM_OPT_FLAGS -DUSE_NON_CONST" \
|
CFLAGS="$RPM_OPT_FLAGS -DUSE_NON_CONST" \
|
||||||
./configure --prefix=%_prefix \
|
./configure --prefix=%_prefix \
|
||||||
@ -83,37 +77,3 @@ test $RPM_BUILD_ROOT -ef / || rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_mandir}/man1/xdeview.1.gz
|
%doc %{_mandir}/man1/xdeview.1.gz
|
||||||
|
|
||||||
%changelog
|
%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.
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user