public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Leigh Scott <leigh123linux@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/libasyncns] f44: Clean up
Date: Fri, 05 Jun 2026 08:22:14 GMT	[thread overview]
Message-ID: <178064773441.1.11058632705446122943.rpms-libasyncns-f29b5b80deda@fedoraproject.org> (raw)

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
 

                 reply	other threads:[~2026-06-05  8:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178064773441.1.11058632705446122943.rpms-libasyncns-f29b5b80deda@fedoraproject.org \
    --to=leigh123linux@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox