rebuilt with debug package and aarch64 build fix [release 1.2.0-2mamba;Sat Dec 12 2020]
This commit is contained in:
parent
b74be73ecc
commit
23373d94dd
@ -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.
|
||||
|
||||
|
@ -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 <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
|
||||
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 <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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user