public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tom Stellard <tstellar@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/libraw1394] rawhide: Use make macros
Date: Mon, 17 Aug 2026 10:22:47 GMT	[thread overview]
Message-ID: <178696216721.1.18120988888916508684.rpms-libraw1394-9e3e00984100@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/libraw1394
            Branch : rawhide
            Commit : 9e3e00984100e32e39e0eedcf6ae65e4865e06c8
            Author : Tom Stellard <tstellar@redhat.com>
            Date   : 2026-08-17T12:22:10+02:00
            Stats  : +2/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/libraw1394/c/9e3e00984100e32e39e0eedcf6ae65e4865e06c8?branch=rawhide

            Log:
            Use make macros

https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro

[skip changelog]

Signed-off-by: Nils Philippsen <nils@tiptoe.de>

---
diff --git a/libraw1394.spec b/libraw1394.spec
index 41d072e..bcef96a 100644
--- a/libraw1394.spec
+++ b/libraw1394.spec
@@ -29,10 +29,10 @@ Development libraries needed to build applications against libraw1394.
 
 %build
 %configure --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %install
-make install DESTDIR=%{buildroot}
+%make_install
 rm -f %{buildroot}%{_libdir}/libraw1394.la
 
 %ldconfig_scriptlets

                 reply	other threads:[~2026-08-17 10: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=178696216721.1.18120988888916508684.rpms-libraw1394-9e3e00984100@fedoraproject.org \
    --to=tstellar@redhat.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