SHA256
1
0
forked from pool/libHX

Accepting request 94662 from home:coolo:removeautomake

add automake to buildrequires

OBS-URL: https://build.opensuse.org/request/show/94662
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libHX?expand=0&rev=34
This commit is contained in:
Ismail Dönmez 2011-12-01 10:29:36 +00:00 committed by Git OBS Bridge
parent da52e88cb5
commit 744d5bae5d
2 changed files with 11 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: 1
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/
@ -52,9 +52,8 @@ Authors:
Jan Engelhardt <jengelh [at] medozas de>
%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
@ -75,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