qulogic/talkatu

9a5f0ef75eb9
Parents 6367497f7fbd
Children 953cf3e7ee01
Make this a bit more correct and a whole lot more readable
--- a/packaging/talkatu.spec.in Sat Nov 10 20:10:23 2018 -0600
+++ b/packaging/talkatu.spec.in Sat Nov 10 20:37:40 2018 -0600
@@ -1,6 +1,10 @@
Name: talkatu
Version: @TALKATU_MAJOR_VERSION@.@TALKATU_MINOR_VERSION@.@TALKATU_MICRO_VERSION@
-Release: %{?@TALKATU_EXTRA_VERSION@}%{?!0.}%{?build_number}%{?!build_number:1}
+%if "@TALKATU_EXTRA_VERSION@" == ""
+Release: 1.%{?build_number}%{?!build_number:1}
+%else
+Release: 0.%{?build_number}%{?!build_number:1}
+%endif
License: LGPL-2.0+
Summary: A collection of Gtk+ widgets for Instant Messaging clients
Url: https://bitbucket.org/pidgin/talkatu