From 755cf46f64964517f04de2a59602ceaefe715233 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 22 Sep 2017 10:25:29 +0200 Subject: bump epoch to 3 for mageia --- qelectrotech.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'qelectrotech.spec') diff --git a/qelectrotech.spec b/qelectrotech.spec index 8b66400..b4161aa 100644 --- a/qelectrotech.spec +++ b/qelectrotech.spec @@ -28,6 +28,11 @@ Summary(pl): Edytor schematów elektrycznych Summary(pt): Um editor de esquemas eléctricos Summary(ru): Редактор электрических схем +%if 0%{?mageia} +Epoch: 3 +%else +Epoch: 0 +%endif # Upstream version is a float so 0.11 < 0.2 < 0.21 < 0.3 # So use %.2f with upstream acknowledgment # Remember to check rdate and upver macro on each update @@ -63,7 +68,7 @@ BuildRequires: pkgconfig(Qt5Svg) BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: pkgconfig(Qt5Xml) -Requires: qelectrotech-symbols = %{version}-%{release} +Requires: qelectrotech-symbols = %{epoch}:%{version}-%{release} %if 0%{?fedora} Recommends: electronics-menu %endif @@ -140,7 +145,7 @@ Summary(ru): Коллекция элементов для QElectroTech Group: Applications/Productivity License: CC-BY BuildArch: noarch -Requires: qelectrotech = %{version}-%{release} +Requires: qelectrotech = %{epoch}:%{version}-%{release} %description symbols -- cgit