From 5fb7be9819d5b1618d20f4213048a68533c2a514 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Fri, 26 Jun 2015 22:02:01 +0200 Subject: [PATCH] - rebuild ac/am/lt for as-needed to work - release 3 --- sblim-sfcc.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/sblim-sfcc.spec b/sblim-sfcc.spec index 986b785..0fea4eb 100644 --- a/sblim-sfcc.spec +++ b/sblim-sfcc.spec @@ -2,14 +2,17 @@ Summary: Small Footprint CIM Client Library Summary(pl.UTF-8): Biblioteka kliencka CIM o małym narzucie Name: sblim-sfcc Version: 2.2.8 -Release: 2 +Release: 3 License: Eclipse Public License v1.0 Group: Libraries Source0: http://downloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2 # Source0-md5: 0bac0dec19f17ec065b6c332a56d7bae URL: http://sblim.sourceforge.net/ +BuildRequires: autoconf >= 2.59 +BuildRequires: automake BuildRequires: curl-devel BuildRequires: libstdc++-devel +BuildRequires: libtool BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -53,6 +56,11 @@ Statyczne biblioteki klienckie CIM. %setup -q %build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} %configure %{__make} -- 2.44.0