rpms/mozvoikko/devel mozvoikko.spec,1.15,1.16

Ville-Pekka Vainio vpv at fedoraproject.org
Sun Sep 6 17:31:26 UTC 2009


Author: vpv

Update of /cvs/pkgs/rpms/mozvoikko/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13097

Modified Files:
	mozvoikko.spec 
Log Message:
* Sun Sep 06 2009 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 1.0-2
- Use global instead of define, except in gecko_ver as that might be used
  in the xulrunner rebuild scripts.



Index: mozvoikko.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mozvoikko/devel/mozvoikko.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- mozvoikko.spec	10 Aug 2009 19:54:40 -0000	1.15
+++ mozvoikko.spec	6 Sep 2009 17:31:26 -0000	1.16
@@ -1,18 +1,18 @@
 # For the xulrunner unstable requires
 %define gecko_ver 1.9.1.2
 # These come from install.rdf
-%define firefox_app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
-%define firefox_ext_id \{b676e3ff-cda7-4e0c-b2b8-74e4bb40a67a\}
+%global firefox_app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
+%global firefox_ext_id \{b676e3ff-cda7-4e0c-b2b8-74e4bb40a67a\}
 # These requires are hardcoded in the sources
-%define libvoikko libvoikko.so.1
-%define libmalaga libmalaga.so.7
+%global libvoikko libvoikko.so.1
+%global libmalaga libmalaga.so.7
 %ifarch x86_64 ppc64 ia64 sparc64 s390x
-%define mark64  ()(64bit)
+%global mark64  ()(64bit)
 %endif
 
 Name:           mozvoikko
 Version:        1.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Finnish Voikko spell-checker extension for Mozilla programs
 Group:          Applications/Internet
 License:        GPLv2+
@@ -69,6 +69,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Sep 06 2009 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 1.0-2
+- Use global instead of define, except in gecko_ver as that might be used
+  in the xulrunner rebuild scripts.
+
 * Mon Aug 10 2009 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 1.0-1
 - Update to 1.0.
 - Use "official" upstream source, the RC sources have been removed. 




More information about the fedora-extras-commits mailing list