rpms/revelation/devel revelation.spec,1.26,1.27

Thorsten Leemhuis (thl) fedora-extras-commits at redhat.com
Thu Feb 8 16:14:46 UTC 2007


Author: thl

Update of /cvs/extras/rpms/revelation/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16904

Modified Files:
	revelation.spec 
Log Message:
0.4.11-2
- use RPM_OPT_FLAGS during build (thx to Ville, #226680)


Index: revelation.spec
===================================================================
RCS file: /cvs/extras/rpms/revelation/devel/revelation.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- revelation.spec	16 Jan 2007 11:02:39 -0000	1.26
+++ revelation.spec	8 Feb 2007 16:14:14 -0000	1.27
@@ -4,7 +4,7 @@
 Summary:	Password manager for GNOME 2
 Name:		revelation
 Version:	0.4.11
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	GPL
 Group:		Applications/Productivity
 Source0:	ftp://oss.codepoet.no/revelation/revelation-0.4.11.tar.bz2
@@ -44,7 +44,7 @@
 
 %build
 %configure --disable-desktop-update --disable-mime-update --with-cracklib-dict=/usr/share/cracklib/pw_dict
-make %{?_smp_mflags}
+make %{?_smp_mflags} CC="%{__cc} $RPM_OPT_FLAGS"
 
 
 %install
@@ -103,6 +103,9 @@
 %{_libexecdir}/revelation-applet
 
 %changelog
+* Wed Feb 07 2007 Thorsten Leemhuis <fedora at leemhuis dot info> 0.4.11-2
+- use RPM_OPT_FLAGS during build (patch from Ville, #226680)
+
 * Thu Jan 11 2007 Thorsten Leemhuis <fedora at leemhuis dot info> 0.4.11-1
 - update to 0.4.11 (fixes revelation-applet, upstream #202)
 - run gconftool-2 for applet stuff, too




More information about the scm-commits mailing list