diff --git a/mate-calc.spec b/mate-calc.spec index 32a6e6d..38079ce 100644 --- a/mate-calc.spec +++ b/mate-calc.spec @@ -1,6 +1,6 @@ Name: mate-calc -Version: 1.6.0 -Release: 2%{?dist} +Version: 1.6.1 +Release: 1%{?dist} Summary: MATE Desktop calculator License: GPLv2+ URL: http://mate-desktop.org @@ -21,12 +21,13 @@ mate-calc is a powerful graphical calculator with financial, logical and scienti It uses a multiple precision package to do its arithmetic to give a high degree of accuracy. %prep -%setup -q -n %{name}-%{version} -NOCONFIGURE=1 ./autogen.sh +%setup -q +#NOCONFIGURE=1 ./autogen.sh %build %configure --disable-schemas-compile + make %{?_smp_mflags} V=1 %install @@ -40,6 +41,7 @@ desktop-file-install \ %find_lang %{name} --all-name + %postun if [ $1 -eq 0 ] ; then /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : @@ -48,6 +50,7 @@ fi %posttrans /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : + %files -f %{name}.lang %doc AUTHORS COPYING README %{_mandir}/man1/* @@ -58,7 +61,11 @@ fi %{_datadir}/glib-2.0/schemas/org.mate.calc.gschema.xml %{_datadir}/mate-calc + %changelog +* Fri Jan 31 2014 Wolfgang Ulbrich - 1.6.1-1 +- update to 1.6.1 release + * Sat Aug 03 2013 Fedora Release Engineering - 1.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild