From 1f0caeb0efe18ffee5ce369d489fae9ff1790df7 Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones Date: May 16 2024 10:50:06 +0000 Subject: Fix source URL and source directory name --- diff --git a/mingw-libxml2.spec b/mingw-libxml2.spec index 8ff94e6..89c4153 100644 --- a/mingw-libxml2.spec +++ b/mingw-libxml2.spec @@ -7,7 +7,7 @@ Summary: MinGW Windows libxml2 XML processing library License: MIT URL: http://xmlsoft.org/ -Source0: https://gitlab.gnome.org/GNOME/libxml2/-/archive/v%{version}/libxml2-v%{version}.tar.bz2 +Source0: https://gitlab.gnome.org/GNOME/libxml2/-/archive/v%{version}/libxml2-%{version}.tar.xz BuildArch: noarch @@ -68,7 +68,7 @@ Static version of the MinGW Windows XML processing library. %prep -%autosetup -p1 -n libxml2-v%{version} +%autosetup -p1 -n libxml2-%{version} %build