]> git.pld-linux.org Git - packages/c-algorithms.git/blobdiff - c-algorithms.spec
- cleanup, updated URL
[packages/c-algorithms.git] / c-algorithms.spec
index cecc0fdf0f45d2ad3603e3066c9a0d86e4824486..d1dd2ae91885fe051c0d4ce3d75faf2424a435f7 100644 (file)
@@ -1,17 +1,17 @@
 #
 # 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
+Summary(pl.UTF-8):     Popularne struktury danych i algorytmy informatyczne do używania w programach w C
 Name:          c-algorithms
 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
@@ -27,7 +27,7 @@ można wykorzystywać w projektach w C.
 
 %package devel
 Summary:       Header files for c-algorithms library
-Summary(pl.UTF-8):   Pliki nagłówkowe biblioteki c-algorithms
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki c-algorithms
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 
@@ -39,7 +39,7 @@ Pliki nagłówkowe biblioteki c-algorithms.
 
 %package static
 Summary:       Static c-algorithms library
-Summary(pl.UTF-8):   Statyczna biblioteka c-algorithms
+Summary(pl.UTF-8):     Statyczna biblioteka c-algorithms
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
 
@@ -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.166645 seconds and 4 git commands to generate.