]> git.pld-linux.org Git - packages/gnumeric.git/commitdiff
- updated to 1.12.47 auto/th/gnumeric-1.12.47-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 10 May 2020 08:17:23 +0000 (10:17 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 10 May 2020 08:17:23 +0000 (10:17 +0200)
gnumeric.spec

index 62c40e3df8027d98b21c6b3d5cb0c9eddb13e0cb..c8085697212f04a1dd0f0247269c0d4fcb335b6e 100644 (file)
@@ -18,13 +18,13 @@ Summary(ru.UTF-8):  Электронные таблицы для GNOME
 Summary(uk.UTF-8):     Електронні таблиці для GNOME
 Summary(zh_CN.UTF-8):  Linux下的Excel -- GNOME电子表格
 Name:          gnumeric
-Version:       1.12.46
-Release:       2
+Version:       1.12.47
+Release:       1
 Epoch:         1
 License:       GPL v2+
 Group:         X11/Applications
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/%{name}-%{version}.tar.xz
-# Source0-md5: c44f6817e83a0dba1b4cccbe6a51b80d
+# Source0-md5: b0ce0a20438f39d5019618f59c743324
 Patch0:                %{name}-gnomedb.patch
 URL:           http://www.gnumeric.org/
 BuildRequires: autoconf >= 2.54
@@ -39,7 +39,7 @@ BuildRequires:        gtk+3-devel >= 3.8.7
 %{?with_guile:BuildRequires:   guile-devel >= 1.5}
 BuildRequires: intltool >= 0.35
 BuildRequires: itstool
-BuildRequires: libgoffice-devel >= 0.10.42
+BuildRequires: libgoffice-devel >= 0.10.46
 %if %{with gda}
 BuildRequires: libgda5-devel >= 5.0.0
 BuildRequires: libgda5-ui-devel >= 5.0.0
@@ -112,7 +112,7 @@ Summary(pl.UTF-8):  Biblioteka libspreadsheet
 Group:         Libraries
 Requires:      glib2 >= 1:2.40.0
 Requires:      gtk+3 >= 3.8.7
-Requires:      libgoffice >= 0.10.42
+Requires:      libgoffice >= 0.10.46
 Requires:      libgsf >= 1.14.33
 Requires:      libxml2 >= 1:2.6.26
 
@@ -129,7 +129,7 @@ Group:              Development/Libraries
 Requires:      libspreadsheet = %{epoch}:%{version}-%{release}
 Requires:      glib2-devel >= 1:2.40.0
 Requires:      gtk+3-devel >= 3.8.7
-Requires:      libgoffice-devel >= 0.10.42
+Requires:      libgoffice-devel >= 0.10.46
 Requires:      libgsf-devel >= 1.14.33
 Requires:      libxml2-devel >= 1:2.6.26
 
@@ -443,7 +443,7 @@ Summary:    Gnumeric plugin for goffice
 Summary(pl.UTF-8):     Wtyczka dla goffice
 Group:         X11/Applications
 Requires:      %{name} = %{epoch}:%{version}-%{release}
-Requires:      libgoffice >= 0.10.42
+Requires:      libgoffice >= 0.10.46
 Requires:      libgsf >= 1.14.33
 Requires:      libspreadsheet = %{epoch}:%{version}-%{release}
 
@@ -471,8 +471,8 @@ Wtyczka dla goffice.
        PYTHON=%{__python} \
        --disable-silent-rules \
        --with-gda%{!?with_gda:=no} \
-       --with-guile%{!?with_guile:=no} \
-       --with-mono%{!?with_mono:=no} \
+       %{?with_guile:--with-guile} \
+       %{?with_mono:--with-mono} \
        --with-psiconv \
        --with-python%{!?with_python:=no}
 
This page took 0.250973 seconds and 4 git commands to generate.