public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libraw1394] rawhide: Use make macros
@ 2026-08-17 10:22 Tom Stellard
0 siblings, 0 replies; only message in thread
From: Tom Stellard @ 2026-08-17 10:22 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-17 10:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-17 10:22 [rpms/libraw1394] rawhide: Use make macros Tom Stellard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox