[libreoffice] langpack macro hard-coded version number

Caolan McNamara caolanm at fedoraproject.org
Sat Oct 30 10:52:10 UTC 2010


commit 5616e3e15f3e98898431ae947e5f14ccf97e422b
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Oct 30 11:52:07 2010 +0100

    langpack macro hard-coded version number

 libreoffice.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libreoffice.spec b/libreoffice.spec
index b890170..099c306 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -28,7 +28,7 @@
 Summary:        Free Software Productivity Suite
 Name:           libreoffice
 Version:        3.2.99.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 License:        LGPLv3 and LGPLv2+ and BSD and (MPLv1.1 or GPLv2 or LGPLv2 or Netscape) and (CDDL or GPLv2) and Public Domain
 Group:          Applications/Productivity
 URL:            http://www.documentfoundation.org/develop
@@ -511,7 +511,7 @@ used as a backend server for e.g. document conversion.
 %package %{pkgname} \
 Summary: %{langname} language pack for %{project} \
 Group: Applications/Productivity \
-Requires: libreoffice-core = 3.2.99.1-1 \
+Requires: %{name}-core = %{version}-%{release} \
 %{-a:Requires: autocorr-%{-a*}}%{!-a:%{-A:Requires: autocorr-%{lang}}} \
 %{-f:Requires: font(:lang=%{-f*})}%{!-f:%{-F:Requires: font(:lang=%{lang})}} \
 %{-h:Requires: hunspell-%{-h*}}%{!-h:%{-H:Requires: hunspell-%{lang}}} \
@@ -2045,6 +2045,9 @@ update-desktop-database %{_datadir}/applications &> /dev/null || :
 
 
 %changelog
+* Sun Oct 30 2010 Caolán McNamara <caolanm at redhat.com> 3.2.99.2-4
+- langpack macro hard-coded version number
+
 * Fri Oct 22 2010 Caolán McNamara <caolanm at redhat.com> 3.2.99.2-3
 - Resolves: xdg632229 gnomeshell app tracking
 


More information about the scm-commits mailing list