From d39946a9a5250d5f3c9828f9fbe7a874fcf9f343 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Feb 10 2021 17:41:41 +0000 Subject: Use %autosetup --- diff --git a/libspatialite.spec b/libspatialite.spec index cfeb1c3..b01fbda 100644 --- a/libspatialite.spec +++ b/libspatialite.spec @@ -40,7 +40,7 @@ Name: libspatialite Version: 5.0.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Enables SQLite to support spatial data License: MPLv1.1 or GPLv2+ or LGPLv2+ URL: https://www.gaia-gis.it/fossil/libspatialite @@ -81,7 +81,7 @@ developing applications that use %{name}. %prep -%setup -q -n %{name}-%{version} +%autosetup -p1 -n %{name}-%{version} autoconf %build @@ -135,6 +135,9 @@ find %{buildroot} -type f -name "*.la" -delete %changelog +* Wed Feb 10 2021 Sandro Mani - 5.0.1-4 +- Use %%autosetup + * Wed Feb 10 2021 Sandro Mani - 5.0.1-2 - Move private libs to Libs.private in pkg-config file (#1926868)