[linux_logo] Very minor spec file cleanup, keep it legacy for RHEL6 rebuilding as-is

Matthias Saou thias at fedoraproject.org
Tue Apr 29 10:15:09 UTC 2014


commit fd550a2d582bf643f73056dc4752d6e3b149c25e
Author: Matthias Saou <matthias at saou.eu>
Date:   Tue Apr 29 12:14:47 2014 +0200

    Very minor spec file cleanup, keep it legacy for RHEL6 rebuilding as-is

 linux_logo.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/linux_logo.spec b/linux_logo.spec
index 1bf71de..b765613 100644
--- a/linux_logo.spec
+++ b/linux_logo.spec
@@ -1,7 +1,7 @@
 Summary: Show a logo with some system info on the console
 Name: linux_logo
 Version: 5.11
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPLv2
 Group: Applications/System
 URL: http://www.deater.net/weave/vmwprod/linux_logo/
@@ -23,17 +23,17 @@ files or executed upon login.
 %build
 # We still need to override CFLAGS later on, configure can't set them
 ./configure --prefix=%{_prefix}
-%{__make} logos-all %{?_smp_mflags} CFLAGS="%{optflags}"
+make logos-all %{?_smp_mflags} CFLAGS="%{optflags}"
 
 
 %install
-%{__rm} -rf %{buildroot}
-%{__make} install PREFIX=%{buildroot}%{_prefix}
+rm -rf %{buildroot}
+make install PREFIX=%{buildroot}%{_prefix}
 %find_lang %{name}
 
 
 %clean
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
 
 
 %files -f %{name}.lang
@@ -44,6 +44,9 @@ files or executed upon login.
 
 
 %changelog
+* Tue Apr 29 2014 Matthias Saou <matthias at saou.eu> 5.11-7
+- Very minor spec file cleanup. Keep it legacy for RHEL6 rebuilding as-is.
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.11-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list