rpms/manedit/devel manedit.spec,1.23,1.24

Mamoru Tasaka mtasaka at fedoraproject.org
Fri Aug 29 01:59:23 UTC 2008


Author: mtasaka

Update of /cvs/extras/rpms/manedit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8933/manedit/devel

Modified Files:
	manedit.spec 
Log Message:
mass fix


Index: manedit.spec
===================================================================
RCS file: /cvs/extras/rpms/manedit/devel/manedit.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- manedit.spec	3 Jul 2008 07:47:00 -0000	1.23
+++ manedit.spec	29 Aug 2008 01:58:52 -0000	1.24
@@ -3,7 +3,7 @@
 
 Name:           manedit
 Version:        1.1.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        UNIX Manual Page Editor
 
 Group:          Development/Tools
@@ -56,7 +56,7 @@
 
 pushd manedit
 %{__make} %{?_smp_mflags} -k \
-   CC="%{__cc} -Werror-implicit-function-declaration" \
+   CC="gcc -Werror-implicit-function-declaration" \
    OPTFLAGS="$RPM_OPT_FLAGS -DHAVE_GZIP -DHAVE_BZIP2" \
    LDFLAGS="-lz -lbz2"
 %{__make} manedit.1.out ; %{__mv} -f manedit.1.out manedit.1
@@ -117,6 +117,11 @@
 %{_mandir}/man1/%{name}.1*
 
 %changelog
+* Fri Aug 29 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.1.1-3
+- Use gcc instead of %%__cc
+  (On F-10+ %%__cc is expanded as "gcc -std=c99" and using glib headers
+   fails with this)
+
 * Thu Jul  3 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.1.1-2
 - Modify tmpdir.patch: to fix segv on the exit of manview
 - Fix segv on refresh on manview when one item is selected




More information about the fedora-extras-commits mailing list