[mhddfs] Add RPM_OPT_FLAGS proper (#729475).

Jameson Pugh imntreal at fedoraproject.org
Mon Aug 15 14:30:22 UTC 2011


commit 5aabd05e456cf97c0d35b5e35ba8d8c9fce8bb33
Author: imntreal <imntreal at gmail.com>
Date:   Mon Aug 15 10:30:10 2011 -0400

    Add RPM_OPT_FLAGS proper (#729475).

 mhddfs.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mhddfs.spec b/mhddfs.spec
index 20733c8..d44df4b 100644
--- a/mhddfs.spec
+++ b/mhddfs.spec
@@ -1,7 +1,7 @@
 Name:		mhddfs
 Summary:	Fuse-based file system for unifying several mount points into one
 Version:	0.1.38
-Release:	8%{?dist}
+Release:	9%{?dist}
 License:	GPLv3+
 URL:		http://mhddfs.uvw.ru/
 Source:		http://mhddfs.uvw.ru/downloads/%{name}_%{version}.tar.gz
@@ -23,7 +23,7 @@ space to create new files on, and can move data transparently between drives.
 %patch0 -p1
 
 %build
-CFLAGS="$RPM_OPT_FLAGS"
+CFLAGS="$RPM_OPT_FLAGS" \
 make %{?_smp_mflags}
 
 %install
@@ -39,6 +39,9 @@ install -m644 %{name}.1 $RPM_BUILD_ROOT/%{_mandir}/man1/%{name}.1
 %{_mandir}/man1/%{name}.1*
 
 %changelog
+* Mon Aug 15 2011 Jameson Pugh <imntreal at gmail.com> - 0.1.38-9
+- Add RPM_OPT_FLAGS proper
+
 * Wed Aug 10 2011 Jameson Pugh <imntreal at gmail.com> - 0.1.38-8
 - Added RPM_OPT_FLAGS to CFLAGS
 


More information about the scm-commits mailing list