summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2016-06-26 18:33:50 (GMT)
committerJakub Bogusz2016-06-26 18:33:50 (GMT)
commit14442f061a80a88fb03b53307484608cd4069778 (patch)
tree9bfe8dea07c97dc391a279d2344057c038bc0e0f
parent59c496d3471a327b6abf087f7c161594e9db8a11 (diff)
downloadradcli-14442f061a80a88fb03b53307484608cd4069778.zip
radcli-14442f061a80a88fb03b53307484608cd4069778.tar.gz
- updated to 1.2.6auto/th/radcli-1.2.6-1
-rw-r--r--radcli.spec18
1 files changed, 14 insertions, 4 deletions
diff --git a/radcli.spec b/radcli.spec
index 3b89fad..da06d86 100644
--- a/radcli.spec
+++ b/radcli.spec
@@ -5,15 +5,19 @@
Summary: Library for writing RADIUS clients
Summary(pl.UTF-8): Biblioteka do tworzenia klientów usługi RADIUS
Name: radcli
-Version: 1.2.5
-Release: 3
+Version: 1.2.6
+Release: 1
License: BSD
Group: Libraries
#Source0Download: https://github.com/radcli/radcli/releases
-Source0: https://github.com/radcli/radcli/releases/download/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: b94e46e37668cc562ea5420d095a836b
+Source0: https://github.com/radcli/radcli/archive/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 74ab74e3715bf0ddc2562c37c3218801
+#Source0: https://github.com/radcli/radcli/releases/download/%{version}/%{name}-%{version}.tar.gz
URL: http://radcli.github.io/radcli/
+BuildRequires: autoconf >= 2.50
+BuildRequires: automake >= 1:1.11.3
BuildRequires: gnutls-devel >= 3.1.0
+BuildRequires: libtool >= 2:2
BuildRequires: nettle-devel >= 2.4
BuildRequires: pkgconfig
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -80,6 +84,12 @@ Statyczna biblioteka radcli.
%setup -q
%build
+touch config.rpath
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
%configure \
--enable-legacy-compat \
%{!?with_static_libs:--disable-static}