|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: libbsd
|
|
|
|
Name: libbsd
|
|
|
|
Version: 0.12.2
|
|
|
|
Version: 0.12.2
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Summary: Library providing BSD-compatible functions for portability
|
|
|
|
Summary: Library providing BSD-compatible functions for portability
|
|
|
|
URL: https://libbsd.freedesktop.org/
|
|
|
|
URL: https://libbsd.freedesktop.org/
|
|
|
|
# Breakdown in COPYING file of libbsd release tarball, see also:
|
|
|
|
# Breakdown in COPYING file of libbsd release tarball, see also:
|
|
|
@ -11,6 +11,7 @@ License: Beerware AND BSD-2-Clause AND BSD-3-Clause AND ISC AND libutil-D
|
|
|
|
Source0: https://libbsd.freedesktop.org/releases/libbsd-%{version}.tar.xz
|
|
|
|
Source0: https://libbsd.freedesktop.org/releases/libbsd-%{version}.tar.xz
|
|
|
|
Source1: https://libbsd.freedesktop.org/releases/libbsd-%{version}.tar.xz.asc
|
|
|
|
Source1: https://libbsd.freedesktop.org/releases/libbsd-%{version}.tar.xz.asc
|
|
|
|
Source2: https://keys.openpgp.org/vks/v1/by-fingerprint/4F3E74F436050C10F5696574B972BF3EA4AE57A3
|
|
|
|
Source2: https://keys.openpgp.org/vks/v1/by-fingerprint/4F3E74F436050C10F5696574B972BF3EA4AE57A3
|
|
|
|
|
|
|
|
Source3: libbsd-cdefs.h
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gnupg2
|
|
|
|
BuildRequires: gnupg2
|
|
|
@ -60,6 +61,10 @@ configured using "pkg-config --libs libbsd-ctor".
|
|
|
|
rm %{buildroot}%{_libdir}/%{name}.a
|
|
|
|
rm %{buildroot}%{_libdir}/%{name}.a
|
|
|
|
rm %{buildroot}%{_libdir}/%{name}.la
|
|
|
|
rm %{buildroot}%{_libdir}/%{name}.la
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# avoid file conflicts in multilib installations of -devel subpackage
|
|
|
|
|
|
|
|
mv -f %{buildroot}%{_includedir}/bsd/sys/cdefs{,-%{__isa_bits}}.h
|
|
|
|
|
|
|
|
install -p -m 0644 %{SOURCE3} %{buildroot}%{_includedir}/bsd/sys/cdefs.h
|
|
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
@ -80,6 +85,18 @@ rm %{buildroot}%{_libdir}/%{name}.la
|
|
|
|
%{_libdir}/pkgconfig/%{name}-ctor.pc
|
|
|
|
%{_libdir}/pkgconfig/%{name}-ctor.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Dec 24 2024 Dmitriy Samoylik <samoylikdv@msvsphere-os.ru> - 0.12.2-4
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.2-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 19 2024 Robert Scheck <robert@fedoraproject.org> - 0.12.2-3
|
|
|
|
|
|
|
|
- Avoid infinite include loop when using libbsd-overlay (#2275197)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 12 2024 Robert Scheck <robert@fedoraproject.org> - 0.12.2-2
|
|
|
|
|
|
|
|
- Avoid multilib conflict on /usr/include/bsd/sys/cdefs.h (#2273347)
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 25 2024 Robert Scheck <robert@fedoraproject.org> - 0.12.2-1
|
|
|
|
* Mon Mar 25 2024 Robert Scheck <robert@fedoraproject.org> - 0.12.2-1
|
|
|
|
- Update to 0.12.2 (#2257217)
|
|
|
|
- Update to 0.12.2 (#2257217)
|
|
|
|
|
|
|
|
|