rpms/gnomint/F-11 gnomint.spec,1.5,1.6

Adam Huffman verdurin at fedoraproject.org
Sun Apr 26 20:51:13 UTC 2009


Author: verdurin

Update of /cvs/pkgs/rpms/gnomint/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17183

Modified Files:
	gnomint.spec 
Log Message:
really fix 496518



Index: gnomint.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnomint/F-11/gnomint.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gnomint.spec	21 Apr 2009 22:34:06 -0000	1.5
+++ gnomint.spec	26 Apr 2009 20:50:42 -0000	1.6
@@ -1,12 +1,13 @@
 Name:		gnomint
 Version:	0.9.1
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Graphical x509 Certification Authority management tool
 
 Group:		Applications/System
 License:	GPLv3+
 URL:		http://gnomint.sourceforge.net/
 Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Patch0:		%{name}-%{version}-cflags.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -31,11 +32,10 @@
 
 %prep
 %setup -q
-
+%patch0 -p1
 
 %build
-sed -i -e 's|CFLAGS="-Wall -Werror -g "|true|' configure
-%configure --disable-schemas-install
+%configure --disable-dependency-tracking --disable-schemas-install
 make %{?_smp_mflags}
 
 
@@ -94,6 +94,9 @@
 %{_sysconfdir}/gconf/schemas/%{name}.schemas
 
 %changelog
+* Sun Apr 26 2009  Adam Huffman <bloch at verdurin.com> - 0.9.1-4
+- really fix 496518
+
 * Tue Apr 21 2009  Adam Huffman <bloch at verdurin.com> - 0.9.1-3
 - fix for bug 496518 - $RPM_OPT_FLAGS not used
 




More information about the fedora-extras-commits mailing list