Accepting request 97377 from home:coolo:removeautoconf
add autoconf to buildrequires OBS-URL: https://build.opensuse.org/request/show/97377 OBS-URL: https://build.opensuse.org/package/show/Publishing/htmldoc?expand=0&rev=7
This commit is contained in:
parent
ffa40f85dc
commit
afcf6e55d7
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 20 20:49:25 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- add autoconf as buildrequire to avoid implicit dependency
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 20 20:34:26 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- remove call to suse_update_config (very old work around)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 15 11:18:57 CET 2010 - rguenther@suse.de
|
Mon Feb 15 11:18:57 CET 2010 - rguenther@suse.de
|
||||||
|
|
||||||
|
31
htmldoc.spec
31
htmldoc.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package htmldoc (Version 1.8.27)
|
# spec file for package htmldoc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 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,18 +15,22 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: htmldoc
|
Name: htmldoc
|
||||||
BuildRequires: fltk-devel freeglut-devel gcc-c++ libdrm-devel libjpeg-devel libpng-devel openssl-devel
|
BuildRequires: autoconf
|
||||||
|
BuildRequires: fltk-devel
|
||||||
|
BuildRequires: freeglut-devel
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: libdrm-devel
|
||||||
|
BuildRequires: libjpeg-devel
|
||||||
|
BuildRequires: libpng-devel
|
||||||
|
BuildRequires: openssl-devel
|
||||||
|
Url: http://htmldoc.org/
|
||||||
|
Version: 1.8.27
|
||||||
|
Release: 0
|
||||||
|
Summary: HTML Processor that Generates HTML, PostScript, and PDF Files
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: Productivity/Publishing/HTML/Tools
|
Group: Productivity/Publishing/HTML/Tools
|
||||||
Url: http://htmldoc.org/
|
|
||||||
AutoReqProv: on
|
|
||||||
Version: 1.8.27
|
|
||||||
Release: 173
|
|
||||||
Summary: HTML Processor that Generates HTML, PostScript, and PDF Files
|
|
||||||
Source: %{name}-%{version}-source.tar.bz2
|
Source: %{name}-%{version}-source.tar.bz2
|
||||||
Patch: %{name}-docpath.diff
|
Patch: %{name}-docpath.diff
|
||||||
Patch1: htmldoc_CVE-2009-3050_535943.diff
|
Patch1: htmldoc_CVE-2009-3050_535943.diff
|
||||||
@ -39,12 +43,6 @@ HTMLDOC converts HTML source files into indexed HTML, PostScript, or
|
|||||||
Portable Document Format (PDF) files that can be viewed online or
|
Portable Document Format (PDF) files that can be viewed online or
|
||||||
printed.
|
printed.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Michael Sweet <mike at easysw dot com>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup
|
%setup
|
||||||
%patch
|
%patch
|
||||||
@ -52,7 +50,6 @@ Authors:
|
|||||||
%patch2
|
%patch2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{?suse_update_config:%{suse_update_config -f}}
|
|
||||||
export CFLAGS="${RPM_OPT_FLAGS} -fno-strict-aliasing"
|
export CFLAGS="${RPM_OPT_FLAGS} -fno-strict-aliasing"
|
||||||
autoconf
|
autoconf
|
||||||
./configure \
|
./configure \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user