diff --git a/mate-calc.spec b/mate-calc.spec index a263233..b53fe97 100644 --- a/mate-calc.spec +++ b/mate-calc.spec @@ -15,6 +15,8 @@ BuildRequires: flex BuildRequires: mate-desktop-devel BuildRequires: desktop-file-utils +#For f16 +Patch0: commit_rollup.patch %description mate-calc is a powerful graphical calculator with financial, logical and scientific modes. @@ -22,6 +24,7 @@ It uses a multiple precision package to do its arithmetic to give a high degree %prep %setup -q -n %{name}-%{version} +%patch0 -p1 -b .commit_rollup.patch NOCONFIGURE=1 ./autogen.sh