rpms/TeXmacs/FC-6 TeXmacs.spec,1.46,1.47

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Sun Feb 11 16:53:44 UTC 2007


Author: gemi

Update of /cvs/extras/rpms/TeXmacs/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7317/FC-6

Modified Files:
	TeXmacs.spec 
Log Message:
build with optflags


Index: TeXmacs.spec
===================================================================
RCS file: /cvs/extras/rpms/TeXmacs/FC-6/TeXmacs.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- TeXmacs.spec	19 Jan 2007 21:25:15 -0000	1.46
+++ TeXmacs.spec	11 Feb 2007 16:53:12 -0000	1.47
@@ -1,6 +1,6 @@
 Name:		TeXmacs
 Version:	1.0.6.8
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Structured wysiwyg scientific text editor
 
 Group:		Applications/Editors
@@ -59,13 +59,13 @@
 
 
 %build
-%configure
+%configure --enable-optimize="$RPM_OPT_FLAGS"
 make %{?_smp_mflags}
 
 
 %install
 rm -fr $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install
+make DESTDIR=$RPM_BUILD_ROOT install STRIP=/bin/true
 export GUILE_DATA_PATH=%{_datadir}/guile
 export GUILE_LOAD_PATH=$GUILE_DATA_PATH/1.8/ice-9
 cp -r -f $GUILE_LOAD_PATH $RPM_BUILD_ROOT%{_datadir}/TeXmacs/progs
@@ -154,6 +154,9 @@
 
 
 %changelog
+* Sun Feb 11 2007 Gerard Milmeister <gemi at bluewin.ch> - 1.0.6.8-2
+- build with optflags (bugzilla 228152)
+
 * Fri Jan 19 2007 Gerard Milmeister <gemi at bluewin.ch> - 1.0.6.8-1
 - new version 1.0.6.8
 




More information about the fedora-extras-commits mailing list