public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libasyncns] f44: Clean up
@ 2026-06-05 8:22 Leigh Scott
0 siblings, 0 replies; only message in thread
From: Leigh Scott @ 2026-06-05 8:22 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/libasyncns
Branch : f44
Commit : f29b5b80dedafe00ff677e0cc1ecd62ceae2913a
Author : Leigh Scott <leigh123linux@gmail.com>
Date : 2026-06-04T15:22:24+01:00
Stats : +16/-16 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/libasyncns/c/f29b5b80dedafe00ff677e0cc1ecd62ceae2913a?branch=f44
Log:
Clean up
---
diff --git a/libasyncns.spec b/libasyncns.spec
index bca749e..4531d88 100644
--- a/libasyncns.spec
+++ b/libasyncns.spec
@@ -1,42 +1,39 @@
-Name: libasyncns
+Name: libasyncns
Version: 0.8
-Release: 32%{?dist}
+Release: 33%{?dist}
Summary: Asynchronous Name Service Library
-Source0: http://0pointer.de/lennart/projects/libasyncns/libasyncns-%{version}.tar.gz
License: LGPL-2.1-or-later
-Url: http://0pointer.de/lennart/projects/libasyncns/
+URL: http://0pointer.de/lennart/projects/libasyncns/
+Source0: %{url}/libasyncns-%{version}.tar.gz
BuildRequires: gcc
-BuildRequires: make
+BuildRequires: make
%description
A small and lightweight library that implements easy to use asynchronous
wrappers around the libc NSS functions getaddrinfo(), res_query() and related.
%package devel
Summary: Development Files for libasyncns Client Development
-Requires: %{name} = %{version}-%{release}
-Requires: pkgconfig
+Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
Development Files for libasyncns Client Development
-%ldconfig_scriptlets
-
%prep
-%setup -q
+%autosetup -p1
%build
%configure --disable-static
-make %{?_smp_mflags}
+%{make_build}
%install
-rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install
-find $RPM_BUILD_ROOT \( -name *.a -o -name *.la \) -exec rm {} \;
-rm -rf $RPM_BUILD_ROOT/usr/share/doc/libasyncns/
+%{make_install}
+find %{buildroot} \( -name *.a -o -name *.la \) -exec rm {} \;
+rm -rf %{buildroot}%{_datadir}/doc/libasyncns/
%files
-%doc README LICENSE
+%doc README
+%license LICENSE
%{_libdir}/libasyncns.so.*
%files devel
@@ -45,6 +42,9 @@ rm -rf $RPM_BUILD_ROOT/usr/share/doc/libasyncns/
%{_libdir}/pkgconfig/libasyncns.pc
%changelog
+* Thu Jun 04 2026 Leigh Scott <leigh123linux@gmail.com> - 0.8-33
+- Clean up
+
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-32
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-05 8:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-05 8:22 [rpms/libasyncns] f44: Clean up Leigh Scott
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox