From 0dc899de3ffe367d8b4f330191b9f3915b888039 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 03:55:26 +0100 Subject: [PATCH] automatic version update by autodist [release 0.11.6-1mamba;Sun Oct 02 2022] --- libbsd.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/libbsd.spec b/libbsd.spec index 5ac623a..b2ce174 100644 --- a/libbsd.spec +++ b/libbsd.spec @@ -1,19 +1,19 @@ Name: libbsd -Version: 0.10.0 +Version: 0.11.6 Release: 1mamba Summary: This library provides useful functions commonly found on BSD systems Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://libbsd.freedesktop.org +URL: https://libbsd.freedesktop.org/wiki/ Source: http://libbsd.freedesktop.org/releases/libbsd-%{version}.tar.xz License: BSD, MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: pkg-config +BuildRequires: libmd-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRequires: libmd-devel %description This library provides useful functions commonly found on BSD systems, and lacking on others like GNU systems, thus making it easier to port projects with strong BSD origins, without needing to embed the same code over and over again on each project. @@ -33,7 +33,10 @@ This package contains libraries and header files for developing applications tha %setup -q %build -%configure +%configure \ + CFLAGS="%{optflags} `pkg-config --cflags libmd`" \ + LDFLAGS="`pkg-config --libs libmd`" + %make %install @@ -60,7 +63,6 @@ This package contains libraries and header files for developing applications tha %dir %{_includedir}/bsd/sys %{_includedir}/bsd/sys/*.h %{_libdir}/libbsd.a -%{_libdir}/libbsd.la %{_libdir}/libbsd.so %{_libdir}/libbsd-ctor.a %{_libdir}/pkgconfig/libbsd-ctor.pc @@ -71,6 +73,9 @@ This package contains libraries and header files for developing applications tha %doc ChangeLog README TODO %changelog +* Sun Oct 02 2022 Automatic Build System 0.11.6-1mamba +- automatic version update by autodist + * Mon Oct 28 2019 Automatic Build System 0.10.0-1mamba - automatic version update by autodist