rpms/rainbow/devel rainbow.spec,1.6,1.7

Michael Stone mstone at fedoraproject.org
Tue Dec 1 02:35:23 UTC 2009


Author: mstone

Update of /cvs/pkgs/rpms/rainbow/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16401

Modified Files:
	rainbow.spec 
Log Message:
- rhbz#542699: build with %%{optflags}



Index: rainbow.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rainbow/devel/rainbow.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- rainbow.spec	28 Nov 2009 22:30:22 -0000	1.6
+++ rainbow.spec	1 Dec 2009 02:35:23 -0000	1.7
@@ -4,7 +4,7 @@
 
 Name:           rainbow
 Version:        0.8.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        An isolation shell
 
 Group:          System Environment/Daemons
@@ -27,7 +27,9 @@ An isolation shell based on the Bitfrost
 
 
 %build
-make %{?_smp_mflags}
+make \
+	CFLAGS="%{optflags}" \
+	%{?_smp_mflags} 
 
 
 %install
@@ -40,6 +42,7 @@ make install \
 	LIBDIR="$RPM_BUILD_ROOT/%{_lib}" \
 	SYSCONFDIR="$RPM_BUILD_ROOT/%{_sysconfdir}" \
 	LOCALSTATEDIR="$RPM_BUILD_ROOT/%{_localstatedir}" \
+	CFLAGS="%{optflags}" \
 	%{?_smp_mflags}
 
 
@@ -68,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
 /%{_lib}/libnss_rainbow.so.2
 
 %changelog
+* Mon Nov 30 2009 Michael Stone <michael at laptop.org> - 0.8.5-2
+- rhbz#542699: build with %%{optflags}
+
 * Sat Nov 28 2009 Michael Stone <michael at laptop.org> - 0.8.5-1
 - Michael Stone (many):
     Outline network and X11 isolation strategies.




More information about the fedora-extras-commits mailing list