Browse Source

mate-calc 1.18.0-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11017 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 7 years ago
parent
commit
a69b2eac2f
1 changed files with 19 additions and 7 deletions
  1. 19 7
      m/mate-calc/mate-calc-vl.spec

+ 19 - 7
m/mate-calc/mate-calc-vl.spec

@@ -1,18 +1,21 @@
+%define major_ver 1.18
+%define ver %{major_ver}.0
+%define rel 1
+
 Summary:	Calculator for the Mate desktop environment
 Name:		mate-calc
-Version:	1.8.0
-Release:	2%{?_dist_release}
-Source0:	http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
+Version:	%{ver}
+Release:	%{rel}%{?_dist_release}
+Source0:	http://pub.mate-desktop.org/releases/%{major_ver}/%{name}-%{version}.tar.xz
 License:	GPLv2
 Group:		Applications/Productivity
 URL:		http://mate-desktop.org/
 
 # Vine
-Patch1001:		mate-calc-1.8.0-ja.po.patch
+Patch1001:		mate-calc-1.18.0-ja.po.patch
 
 BuildRequires:	mate-common
-BuildRequires:	mate-doc-utils
-BuildRequires:	gtk2-devel
+BuildRequires:	gtk3-devel
 BuildRequires:	libxml2-devel
 BuildRequires:	bison
 BuildRequires:	flex
@@ -28,7 +31,7 @@ BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
 Vendor:		Project Vine
 Distribution:	Vine Linux
-Packager:	Takemikaduchi
+Packager:	Takemikaduchi, iwaim
 
 
 %description
@@ -93,6 +96,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 %{_bindir}/mate-calculator
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/glib-2.0/schemas/org.mate.calc.gschema.xml
+%{_datadir}/appdata/mate-calc.appdata.xml
 %{_datadir}/%{name}
 %{_datadir}/help/*
 %{_mandir}/man1/%{name}.1.gz
@@ -100,6 +104,14 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Sat Apr  8 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.0-1
+- update 1.18.0
+- move to GTK3+
+- update ja.po patch (Patch1001)
+- update Packager
+- drop BR: mate-doc-utils
+- add appdata file
+
 * Sun Jun 08 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-2
 - add Patch1001 (mate-calc-1.8.0-ja.po.patch)