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:
parent
da52e88cb5
commit
744d5bae5d
@ -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
|
Wed Aug 10 10:26:37 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
14
libHX.spec
14
libHX.spec
@ -15,21 +15,21 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: libHX
|
Name: libHX
|
||||||
%define lname libHX27
|
%define lname libHX27
|
||||||
Summary: Useful collection of routines for C and C++ programming
|
Summary: Useful collection of routines for C and C++ programming
|
||||||
Version: 3.11
|
Version: 3.11
|
||||||
Release: 1
|
Release: 0
|
||||||
License: LGPL v2+
|
License: LGPL v2+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Source: http://downloads.sf.net/libhx/libHX-%version.tar.xz
|
Source: http://downloads.sf.net/libhx/libHX-%version.tar.xz
|
||||||
Source3: http://downloads.sf.net/libhx/libHX-%version.tar.xz.asc
|
Source3: http://downloads.sf.net/libhx/libHX-%version.tar.xz.asc
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
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
|
%define debug_package_requires %lname = %version-%release
|
||||||
Url: http://libhx.sf.net/
|
Url: http://libhx.sf.net/
|
||||||
|
|
||||||
@ -52,9 +52,8 @@ Authors:
|
|||||||
Jan Engelhardt <jengelh [at] medozas de>
|
Jan Engelhardt <jengelh [at] medozas de>
|
||||||
|
|
||||||
%package -n %lname
|
%package -n %lname
|
||||||
License: LGPL v2+
|
|
||||||
Summary: Useful collection of routines for C and C++ programming
|
Summary: Useful collection of routines for C and C++ programming
|
||||||
Group: System/Libraries
|
|
||||||
|
|
||||||
%description -n %lname
|
%description -n %lname
|
||||||
libHX is a C library (with some C++ bindings available) that provides
|
libHX is a C library (with some C++ bindings available) that provides
|
||||||
@ -75,7 +74,6 @@ Authors:
|
|||||||
Jan Engelhardt <jengelh [at] medozas de>
|
Jan Engelhardt <jengelh [at] medozas de>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: LGPL v2+
|
|
||||||
Summary: Useful collection of routines for C and C++ programming
|
Summary: Useful collection of routines for C and C++ programming
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %lname = %version
|
Requires: %lname = %version
|
||||||
|
Loading…
Reference in New Issue
Block a user