Adjust autotools BuildRequires
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libHX?expand=0&rev=47
This commit is contained in:
parent
f17cbdcbff
commit
f9c89543d6
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 11 00:12:21 UTC 2012 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Update autotools BuildRequires (add libtool) for Factory/12.2,
|
||||||
|
remove unnecessary regeneration stage
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 15 11:27:02 UTC 2011 - jengelh@medozas.de
|
Thu Dec 15 11:27:02 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
12
libHX.spec
12
libHX.spec
@ -15,20 +15,21 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: libHX
|
Name: libHX
|
||||||
%define lname libHX28
|
%define lname libHX28
|
||||||
Summary: Useful collection of routines for C and C++ programming
|
Summary: Useful collection of routines for C and C++ programming
|
||||||
Version: 3.12.1
|
|
||||||
Release: 0
|
|
||||||
License: LGPL-2.1 or LGPL-3.0
|
License: LGPL-2.1 or LGPL-3.0
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
Version: 3.12.1
|
||||||
|
Release: 0
|
||||||
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: automake gcc-c++ pkgconfig xz
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: libtool
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: xz
|
||||||
Url: http://libhx.sf.net/
|
Url: http://libhx.sf.net/
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -103,7 +104,6 @@ tar -xf "%{S:0}" --use=xz;
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
|
||||||
%configure --includedir=%_includedir/%name-%version
|
%configure --includedir=%_includedir/%name-%version
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user