]> git.pld-linux.org Git - packages/c-algorithms.git/commitdiff
- cleanup, updated URL
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 1 Apr 2024 15:17:38 +0000 (17:17 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 1 Apr 2024 15:17:38 +0000 (17:17 +0200)
c-algorithms.spec

index f2c8fba8908ab74814a7d23c55136c28948d7bbd..d1dd2ae91885fe051c0d4ce3d75faf2424a435f7 100644 (file)
@@ -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
This page took 0.159789 seconds and 4 git commands to generate.