SHA256
1
0
forked from pool/libHX

Accepting request 94667 from devel:libraries:c_c++

add automake to buildrequires (forwarded request 94662 from coolo)

OBS-URL: https://build.opensuse.org/request/show/94667
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libHX?expand=0&rev=35
This commit is contained in:
Stephan Kulow 2011-12-01 16:38:01 +00:00 committed by Git OBS Bridge
commit 0e934de947
2 changed files with 10 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 1 10:24:53 UTC 2011 - coolo@suse.com
- add automake as buildrequire to avoid implicit dependency
-------------------------------------------------------------------
Wed Aug 10 10:26:37 UTC 2011 - jengelh@medozas.de

View File

@ -15,21 +15,21 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: libHX
%define lname libHX27
Summary: Useful collection of routines for C and C++ programming
Version: 3.11
Release: 3
Release: 0
License: LGPL v2+
Group: System/Libraries
Source: http://downloads.sf.net/libhx/libHX-%version.tar.xz
Source3: http://downloads.sf.net/libhx/libHX-%version.tar.xz.asc
Source2: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc-c++ pkg-config xz
BuildRequires: automake
BuildRequires: gcc-c++
BuildRequires: pkg-config
BuildRequires: xz
%define debug_package_requires %lname = %version-%release
Url: http://libhx.sf.net/
@ -53,9 +53,7 @@ Authors:
%package -n %lname
License: LGPL v2+
Summary: Useful collection of routines for C and C++ programming
Group: System/Libraries
%description -n %lname
libHX is a C library (with some C++ bindings available) that provides
@ -76,7 +74,6 @@ Authors:
Jan Engelhardt <jengelh [at] medozas de>
%package devel
License: LGPL v2+
Summary: Useful collection of routines for C and C++ programming
Group: Development/Libraries/C and C++
Requires: %lname = %version