[feh] Pass PREFIX to the build step

Ben Boeckel mathstuf at fedoraproject.org
Mon Nov 5 02:38:07 UTC 2012


commit addc7a5481140d4e73dc3a0564b95f69fba9b0e2
Author: Ben Boeckel <mathstuf at gmail.com>
Date:   Sun Nov 4 21:37:52 2012 -0500

    Pass PREFIX to the build step

 feh.spec |    7 +++++--
 sources  |    1 -
 2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/feh.spec b/feh.spec
index 5a079b1..cd3925a 100644
--- a/feh.spec
+++ b/feh.spec
@@ -3,7 +3,7 @@
 
 Name:           feh
 Version:        2.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Fast command line image viewer using Imlib2
 Group:          Applications/Multimedia
 License:        MIT
@@ -40,7 +40,7 @@ montages as index prints with many user-configurable options.
 
 
 %build
-make %{?_smp_mflags}
+make PREFIX=%{_prefix} %{?_smp_mflags}
 
 
 %install
@@ -60,6 +60,9 @@ rm -rf %{buildroot}/usr/doc
 
 
 %changelog
+* Sun Nov 04 2012 Ben Boeckel <mathstuf at gmail.com> - 2.3-3
+- Pass PREFIX to the build step
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index b8d386e..e69de29 100644
--- a/sources
+++ b/sources
@@ -1 +0,0 @@
-f96d2ec75150a6122c57893d295301b4  feh-2.3.tar.bz2


More information about the scm-commits mailing list