[mhddfs] Added build flags (#729475).

Jameson Pugh imntreal at fedoraproject.org
Tue Aug 9 20:41:21 UTC 2011


commit 082aa77a0ea162783f430c2ea9ce8a1703890ed7
Author: imntreal <imntreal at gmail.com>
Date:   Tue Aug 9 16:41:08 2011 -0400

    Added build flags (#729475).

 mhddfs.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mhddfs.spec b/mhddfs.spec
index 0d8179c..4d29b89 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:	6%{?dist}
+Release:	7%{?dist}
 License:	GPLv3+
 URL:		http://mhddfs.uvw.ru/
 Source:		http://mhddfs.uvw.ru/downloads/%{name}_%{version}.tar.gz
@@ -18,7 +18,7 @@ space to create new files on, and can move data transparently between drives.
 %setup -q
 
 %build
-make
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -33,6 +33,9 @@ install -m644 %{name}.1 $RPM_BUILD_ROOT/%{_mandir}/man1/%{name}.1
 %{_mandir}/man1/%{name}.1*
 
 %changelog
+* Tue Aug 9 2011 Jameson Pugh <imntreal at gmail.com> - 0.1.38-7
+- Left out build flags
+
 * Thu Aug 4 2011 Jameson Pugh <imntreal at gmail.com> - 0.1.38-6
 - Removed Group tag
 


More information about the scm-commits mailing list