rpms/openoffice.org-voikko/F-9 openoffice.org-voikko.spec,1.9,1.10

Ville-Pekka Vainio vpv at fedoraproject.org
Sun Oct 12 22:59:07 UTC 2008


Author: vpv

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

Modified Files:
	openoffice.org-voikko.spec 
Log Message:
More Requires changes, shouldn't have removed libvoikko


Index: openoffice.org-voikko.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org-voikko/F-9/openoffice.org-voikko.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- openoffice.org-voikko.spec	12 Oct 2008 22:36:26 -0000	1.9
+++ openoffice.org-voikko.spec	12 Oct 2008 22:58:36 -0000	1.10
@@ -9,11 +9,14 @@
 Source0:        http://downloads.sourceforge.net/voikko/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires: openoffice.org-sdk >= 2.3.0-6.12 libvoikko-devel >= 1.5
+BuildRequires:    openoffice.org-sdk >= 2.3.0-6.12 libvoikko-devel >= 1.5
 Requires(pre):    openoffice.org-core >= 2.3.0-6.12
 Requires(post):   openoffice.org-core >= 2.3.0-6.12
 Requires(preun):  openoffice.org-core >= 2.3.0-6.12
 Requires(postun): openoffice.org-core >= 2.3.0-6.12
+# Rpmbuild only detects libvoikko.so.1 automatically, which is
+# too general for openoffice.org-voikko.
+Requires:         libvoikko >= 1.5
 
 %define oo2_sdk %{_libdir}/openoffice.org/sdk
 %define oo2 %{_libdir}/openoffice.org
@@ -81,7 +84,9 @@
 * Mon Oct 13 2008 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 2.2-5
 - add --force to protect against installing by rpm an extension which was
   previously installed manually
-- Remove unneeded Requires, rpmbuild should detect those automatically
+- Remove unneeded openoffice.org-core Requires, rpmbuild should detect that
+  automatically. Keep libvoikko >= 1.5 Requires as instructed by upstream
+  release notes, rpmbuild can't detected that automatically.
 
 * Sat Apr 26 2008 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 2.2-4
 - Build with RPM_OPT_FLAGS, adds FORTIFY_SOURCE etc.




More information about the scm-commits mailing list