diff --git a/darktable.spec b/darktable.spec index 874fb73..d5ae5a7 100644 --- a/darktable.spec +++ b/darktable.spec @@ -1,10 +1,10 @@ #without --enable_gegl "until gegl is fast enough" as developers tell %define with_gegl 0 -%define rc rc2 +%define relc rc2 Name: darktable Version: 1.1 -Release: 0.1.%{rc}%{?dist} +Release: 0.1.%{relc}%{?dist} Summary: Utility to organize and develop raw images Group: Applications/Multimedia @@ -49,7 +49,7 @@ It also enables you to develop raw images and enhance them. %prep -%setup -q -n %{name}-%{version}~%{rc} +%setup -q -n %{name}-%{version}~%{relc} %build mkdir buildFedora