rpms/TeXmacs/devel TeXmacs.spec,1.44,1.45

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


Author: gemi

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

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


Index: TeXmacs.spec
===================================================================
RCS file: /cvs/extras/rpms/TeXmacs/devel/TeXmacs.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- TeXmacs.spec	19 Jan 2007 21:25:15 -0000	1.44
+++ TeXmacs.spec	11 Feb 2007 16:53:14 -0000	1.45
@@ -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