rpms/openoffice.org-voikko/F-8 openoffice.org-voikko.spec,1.4,1.5

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


Author: vpv

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

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-8/openoffice.org-voikko.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- openoffice.org-voikko.spec	25 Apr 2008 21:46:34 -0000	1.4
+++ openoffice.org-voikko.spec	26 Apr 2008 21:44:22 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           openoffice.org-voikko
 Version:        2.2 
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Finnish spellchecker and hyphenator extension for OpenOffice.org
 
 Group:          Applications/Productivity
@@ -38,7 +38,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
 
@@ -82,7 +83,10 @@
 
 
 %changelog
-* Sat Apr 25 2008 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 2.2-1
+* Sat Apr 26 2008 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 2.2-2
+- Build with RPM_OPT_FLAGS, adds FORTIFY_SOURCE etc.
+
+* Sat Apr 26 2008 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 2.2-1
 - Update the package to match the extension guidelines:
   - Change location
   - Update openoffice.org-* Requires




More information about the fedora-extras-commits mailing list