automatic version update by autodist [release 0.11.6-1mamba;Sun Oct 02 2022]
This commit is contained in:
parent
2101136a5f
commit
0dc899de3f
17
libbsd.spec
17
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 <silvan.calarco@mambasoft.it>
|
||||
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 <autodist@mambasoft.it> 0.11.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Oct 28 2019 Automatic Build System <autodist@mambasoft.it> 0.10.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user