From: Jakub Bogusz Date: Mon, 1 Apr 2024 15:17:38 +0000 (+0200) Subject: - cleanup, updated URL X-Git-Tag: auto/th/c-algorithms-1.2.0-1~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fc-algorithms.git;a=commitdiff_plain;h=1e00967b6d45680e4d30b759c5e38d409ec66a8f - cleanup, updated URL --- diff --git a/c-algorithms.spec b/c-algorithms.spec index f2c8fba..d1dd2ae 100644 --- a/c-algorithms.spec +++ b/c-algorithms.spec @@ -1,6 +1,6 @@ # # Conditional build: -%bcond_without static_libs # don't build static libraries +%bcond_without static_libs # static libraries # Summary: Common Computer Science data structures and algorithms to use in C projects Summary(pl.UTF-8): Popularne struktury danych i algorytmy informatyczne do używania w programach w C @@ -9,9 +9,9 @@ Version: 1.0.0 Release: 0.1 License: BSD-like Group: Libraries -Source0: http://dl.sourceforge.net/c-algorithms/%{name}-%{version}.tar.gz +Source0: https://downloads.sourceforge.net/c-algorithms/%{name}-%{version}.tar.gz # Source0-md5: 3435f8705ff83360b48bfba61decdb7a -URL: http://c-algorithms.sourceforge.net/ +URL: https://github.com/fragglet/c-algorithms BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool @@ -59,7 +59,7 @@ Statyczna biblioteka c-algorithms. %{__autoheader} %{__automake} %configure \ - --enable-static=%{?with_static_libs:yes}%{!?with_static_libs:no} + --enable-static%{!?with_static_libs:=no} %{__make} %install