[mate-calc] Update to 1.7.0

Dan Mashal vicodan at fedoraproject.org
Sat Dec 7 00:55:30 UTC 2013


commit ef309be78dbc3d7cfcfe674777683bed347ed8a7
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Fri Dec 6 16:55:24 2013 -0800

    Update to 1.7.0

 .gitignore     |    1 +
 mate-calc.spec |   16 ++++++++++------
 sources        |    2 +-
 3 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fefbd98..161a83f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /mate-calc-1.5.1.tar.xz
 /mate-calc-1.5.2.tar.xz
 /mate-calc-1.6.0.tar.xz
+/mate-calc-1.7.0.tar.xz
diff --git a/mate-calc.spec b/mate-calc.spec
index 32a6e6d..ea29195 100644
--- a/mate-calc.spec
+++ b/mate-calc.spec
@@ -1,15 +1,14 @@
 Name:		mate-calc
-Version:	1.6.0
-Release:	2%{?dist}
+Version:	1.7.0
+Release:	1%{?dist}
 Summary:	MATE Desktop calculator
 License:	GPLv2+
 URL:		http://mate-desktop.org
-Source0:	http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz
+Source0:	http://pub.mate-desktop.org/releases/1.7/%{name}-%{version}.tar.xz
 
 BuildRequires:	gtk2-devel
 BuildRequires:	libxml2-devel
 BuildRequires:	mate-common
-BuildRequires:	mate-doc-utils
 BuildRequires:	bison
 BuildRequires:	flex
 BuildRequires:	mate-desktop-devel
@@ -22,11 +21,12 @@ It uses a multiple precision package to do its arithmetic to give a high degree
 
 %prep
 %setup -q -n %{name}-%{version}
-NOCONFIGURE=1 ./autogen.sh
 
 
 %build
-%configure --disable-schemas-compile
+%configure --disable-schemas-compile \
+           --with-gtk=2.0
+
 make %{?_smp_mflags} V=1
 
 %install
@@ -57,8 +57,12 @@ fi
 %{_datadir}/applications/mate-calc.desktop
 %{_datadir}/glib-2.0/schemas/org.mate.calc.gschema.xml
 %{_datadir}/mate-calc
+%{_datadir}/help/*/mate-calc
 
 %changelog
+* Fri Dec 06 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.7.0-1
+- Update to 1.7.0
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index a0b69da..03356f1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4672e85b045e5ace0a7e70fd0b8eb384  mate-calc-1.6.0.tar.xz
+3b1e538ffb1d4303c02392fcf8c5f960  mate-calc-1.7.0.tar.xz


More information about the scm-commits mailing list