From 1accfdc66fe9dfbe11e3e4c83ecb05e7c1c2e58d Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones@redhat.com>
Date: Mon, 20 Jun 2016 18:32:20 +0100
Subject: [PATCH] Miscellaneous tidy ups for spec file.

---
 goaljobs.spec.in | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/goaljobs.spec.in b/goaljobs.spec.in
index caa26bc..c7a722e 100644
--- a/goaljobs.spec.in
+++ b/goaljobs.spec.in
@@ -1,5 +1,4 @@
 %global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
-%global debug_package %{nil}
 
 Name:            @PACKAGE_NAME@
 Version:         @PACKAGE_VERSION@
@@ -31,6 +30,7 @@ Requires:        ocaml-calendar-devel
 Requires:        curl
 Requires:        mailx
 
+
 %description
 Goaljobs is make & cron replacement and business rules manager.
 
@@ -89,3 +89,8 @@ rm -r $RPM_BUILD_ROOT%{_docdir}/%{name}
 %changelog
 * Mon Sep 16 2013 Richard W.M. Jones <rjones@redhat.com> - @PACKAGE_VERSION@-@RPM_RELEASE@
 - Initial release.
+
+# Local variables:
+# mode: shell-script
+# sh-shell: rpm
+# end:
-- 
GitLab