commit c10639168880a55a203af5a1f1142e62c6251678
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Sep 18 21:49:44 2017 +0100
Fixup rpm setup macro use -a instead -b
netfabb-basic.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/netfabb-basic.spec b/netfabb-basic.spec
index 5e3bb77..1f2c581 100644
--- a/netfabb-basic.spec
+++ b/netfabb-basic.spec
@@ -1,7 +1,7 @@
Name: netfabb-basic
%global altname netfabb-free
Version: 7.2.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Freeware suite for STL editing
License: Redistributable
URL:
http://www.netfabb.com/
@@ -32,11 +32,11 @@ additional modules.
%prep
%ifarch %{ix86}
-%setup -qTc -b0
+%setup -qTc -a0
%endif
%ifarch x86_64
-%setup -qTc -b1
+%setup -qTc -a1
%endif
# Fix a Czech translation bug
@@ -131,6 +131,9 @@ update-desktop-database &>/dev/null || :
%changelog
+* Mon Sep 18 2017 Sérgio Basto <sergio(a)serjux.com> - 7.2.0-3
+- Fixup rpm setup macro use -a instead -b
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 7.2.0-2
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild