emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#27859: closed ([PATCH] gnu: Add emacs-rpm-spec-mod


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#27859: closed ([PATCH] gnu: Add emacs-rpm-spec-mode.)
Date: Sat, 29 Jul 2017 11:18:01 +0000

Your message dated Sat, 29 Jul 2017 16:47:21 +0530
with message-id <address@hidden>
and subject line Re: [bug#27859] [PATCH] gnu: Add emacs-rpm-spec-mode.
has caused the debbugs.gnu.org bug report #27859,
regarding [PATCH] gnu: Add emacs-rpm-spec-mode.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
27859: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27859
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-rpm-spec-mode. Date: Fri, 28 Jul 2017 11:37:31 +0300
* gnu/packages/emacs.scm (emacs-rpm-spec-mode): New variable.
---
 gnu/packages/emacs.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 5f5b6fc2e..f551f4c31 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -5256,3 +5256,29 @@ src block.")
      "@code{emacs-emamux} lets Emacs interact with the @code{tmux} terminal
 multiplexer.")
     (license license:gpl3+)))
+
+(define-public emacs-rpm-spec-mode
+  (let ((commit "bbce63f042ea07aa8c2fe67e02357c8521624293")
+        (revision "1"))
+    (package
+      (name "emacs-rpm-spec-mode")
+      (version (string-append "0.0.1-" revision "."
+                              (string-take commit 7)))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url (string-append
+                            "https://src.fedoraproject.org/git/rpms";
+                            "/emacs-rpm-spec-mode.git"))
+                      (commit commit)))
+                (file-name (string-append name "-" version "-checkout"))
+                (sha256
+                 (base32
+                  "0cznnm5jmi38xr8ycnmkcyp60a9nvq9rlhy2w3lij4070n6xzcb4"))))
+      (build-system emacs-build-system)
+      (home-page (string-append "http://pkgs.fedoraproject.org/cgit/rpms";
+                                "/emacs-rpm-spec-mode.git"))
+      (synopsis "Emacs major mode for editing RPM spec files")
+      (description "@code{emacs-rpm-spec-mode} provides Emacs major mode for
+editing RPM spec files.")
+      (license license:gpl2+))))
-- 
2.13.3




--- End Message ---
--- Begin Message --- Subject: Re: [bug#27859] [PATCH] gnu: Add emacs-rpm-spec-mode. Date: Sat, 29 Jul 2017 16:47:21 +0530
Thanks, I've pushed the patch! I just added a comment mentioning the
minor difficulty with the Fedora release number being in the URI. I also
made a few other very minor stylistic changes.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]