From 23373d94dd38eedfb57742ea8bbc04ecdf99b76f Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 06:11:25 +0100 Subject: [PATCH] rebuilt with debug package and aarch64 build fix [release 1.2.0-2mamba;Sat Dec 12 2020] --- README.md | 1 - libxdg-basedir.spec | 13 ++++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5d7c2a5..43f7214 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # libxdg-basedir The XDG Base Directory Specification defines where should user files be looked for by defining one or more base directories relative in with they should be located. - This library implements functions to list the directories according to the specification and provides a few higher-level functions. diff --git a/libxdg-basedir.spec b/libxdg-basedir.spec index ed85330..0fb39b7 100644 --- a/libxdg-basedir.spec +++ b/libxdg-basedir.spec @@ -1,12 +1,12 @@ Name: libxdg-basedir Version: 1.2.0 -Release: 1mamba +Release: 2mamba Summary: A library that implements the XDG Base Directory Specification defines Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.ohloh.net/p/libxdg-basedir +URL: https://github.com/devnev/libxdg-basedir Source: http://n.ethz.ch/~nevillm/download/libxdg-basedir/libxdg-basedir-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN @@ -16,7 +16,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The XDG Base Directory Specification defines where should user files be looked for by defining one or more base directories relative in with they should be located. - This library implements functions to list the directories according to the specification and provides a few higher-level functions. %package devel @@ -26,13 +25,14 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel The XDG Base Directory Specification defines where should user files be looked for by defining one or more base directories relative in with they should be located. - This library implements functions to list the directories according to the specification and provides a few higher-level functions. +This package contains static libraries and header files needed for development. -This package contains static libraries and header files need for development. +%debug_package %prep %setup -q +sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub %build %configure @@ -60,6 +60,9 @@ This package contains static libraries and header files need for development. %{_libdir}/pkgconfig/*.pc %changelog +* Sat Dec 12 2020 Silvan Calarco 1.2.0-2mamba +- rebuilt with debug package and aarch64 build fix + * Tue Jan 24 2012 Automatic Build System 1.2.0-1mamba - automatic version update by autodist