rebuilt with debug package and aarch64 build fix [release 1.2.0-2mamba;Sat Dec 12 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 06:11:25 +01:00
parent b74be73ecc
commit 23373d94dd
2 changed files with 8 additions and 6 deletions

View File

@ -1,6 +1,5 @@
# libxdg-basedir # 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. 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 library implements functions to list the directories according to the specification and provides a few higher-level functions.

View File

@ -1,12 +1,12 @@
Name: libxdg-basedir Name: libxdg-basedir
Version: 1.2.0 Version: 1.2.0
Release: 1mamba Release: 2mamba
Summary: A library that implements the XDG Base Directory Specification defines Summary: A library that implements the XDG Base Directory Specification defines
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
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 Source: http://n.ethz.ch/~nevillm/download/libxdg-basedir/libxdg-basedir-%{version}.tar.gz
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
@ -16,7 +16,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %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. 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 library implements functions to list the directories according to the specification and provides a few higher-level functions.
%package devel %package devel
@ -26,13 +25,14 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel %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. 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 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 %prep
%setup -q %setup -q
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
%build %build
%configure %configure
@ -60,6 +60,9 @@ This package contains static libraries and header files need for development.
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%changelog %changelog
* Sat Dec 12 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-2mamba
- rebuilt with debug package and aarch64 build fix
* Tue Jan 24 2012 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba * Tue Jan 24 2012 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
- automatic version update by autodist - automatic version update by autodist