Compare commits
7 Commits
rawhide
...
main-riscv
Author | SHA1 | Date | |
---|---|---|---|
8395716c26 | |||
|
e5e0f10d1f | ||
|
31c2662c8e | ||
|
aac834d4ae | ||
e537f837ba | |||
|
741d667a3e | ||
|
3cd5ca38b9 |
12
libasyncns-pc-fix-libdir.patch
Normal file
12
libasyncns-pc-fix-libdir.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff --git a/libasyncns.pc.in b/libasyncns.pc.in
|
||||
index 6795161..d4ca76f 100644
|
||||
--- a/libasyncns.pc.in
|
||||
+++ b/libasyncns.pc.in
|
||||
@@ -1,6 +1,6 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=${prefix}
|
||||
-libdir=${exec_prefix}/lib
|
||||
+libdir=${exec_prefix}/lib64
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: libasyncns
|
@ -1,11 +1,13 @@
|
||||
Name: libasyncns
|
||||
Version: 0.8
|
||||
Release: 24%{?dist}
|
||||
Release: 29.0.riscv64%{?dist}
|
||||
Summary: Asynchronous Name Service Library
|
||||
Source0: http://0pointer.de/lennart/projects/libasyncns/libasyncns-%{version}.tar.gz
|
||||
License: LGPLv2+
|
||||
License: LGPL-2.1-or-later
|
||||
Url: http://0pointer.de/lennart/projects/libasyncns/
|
||||
|
||||
Patch0: libasyncns-pc-fix-libdir.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
%description
|
||||
@ -24,6 +26,7 @@ Development Files for libasyncns Client Development
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -P0 -p1
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
@ -45,6 +48,24 @@ rm -rf $RPM_BUILD_ROOT/usr/share/doc/libasyncns/
|
||||
%{_libdir}/pkgconfig/libasyncns.pc
|
||||
|
||||
%changelog
|
||||
* Thu Aug 01 2024 David Abdurachmanov <davidlt@rivosinc.com> - 0.8-29.0.riscv64
|
||||
- Fix PC file libdir variable
|
||||
|
||||
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-29
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-28
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-27
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Wed Aug 02 2023 Lukáš Zaoral <lzaoral@redhat.com> - 0.8-26
|
||||
- migrate to SPDX license format
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-25
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-24
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user