rpms/openoffice.org-voikko/F-9 openoffice.org-voikko.spec,1.6,1.7

Ville-Pekka Vainio (vpv) fedora-extras-commits at redhat.com
Sat Apr 26 21:31:51 UTC 2008


Author: vpv

Update of /cvs/pkgs/rpms/openoffice.org-voikko/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24410

Modified Files:
	openoffice.org-voikko.spec 
Log Message:
Build with RPM_OPT_FLAGS


Index: openoffice.org-voikko.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org-voikko/F-9/openoffice.org-voikko.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- openoffice.org-voikko.spec	2 Apr 2008 23:02:43 -0000	1.6
+++ openoffice.org-voikko.spec	26 Apr 2008 21:31:09 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           openoffice.org-voikko
 Version:        2.2 
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Finnish spellchecker and hyphenator extension for OpenOffice.org
 
 Group:          Applications/Productivity
@@ -41,7 +41,8 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 . %{oo2_sdk}/setsdkenv_unix.sh
-make install-unpacked DESTDIR=$RPM_BUILD_ROOT%{voikkoext} %{?_smp_mflags}
+make install-unpacked DESTDIR=$RPM_BUILD_ROOT%{voikkoext} \
+    "OPT_FLAGS=$RPM_OPT_FLAGS" %{?_smp_mflags}
 # Set the library executable so debuginfo can be extracted.
 chmod +x $RPM_BUILD_ROOT%{voikkoext}/voikko.so
 
@@ -78,6 +79,9 @@
 
 
 %changelog
+* Sat Apr 26 2008 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 2.2-4
+- Build with RPM_OPT_FLAGS, adds FORTIFY_SOURCE etc.
+
 * Thu Apr 03 2008 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 2.2-3
 - Update the package to match the newest extension guidelines:
   - Change location




More information about the fedora-extras-commits mailing list