Miscellaneous tidy ups for spec file.
[goaljobs.git] / goaljobs.spec.in
index caa26bc..c7a722e 100644 (file)
@@ -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: