Andreas Stieger
b018f3b692
ack 2.14 OBS-URL: https://build.opensuse.org/request/show/247615 OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=19
27 lines
763 B
Diff
27 lines
763 B
Diff
From: Andreas Stieger <andreas.stieger@gmx.de>
|
|
Date: Thu, 04 Sep 2014 23:09:09 +0100
|
|
Subject: Add RPM/.spec type
|
|
Upstream: Submitted
|
|
References: https://github.com/petdance/ack2/pull/490
|
|
|
|
Add rpm/.spec to known file types
|
|
|
|
---
|
|
ConfigDefault.pm | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
Index: ack-2.14/ConfigDefault.pm
|
|
===================================================================
|
|
--- ack-2.14.orig/ConfigDefault.pm 2014-09-04 22:19:55.000000000 +0100
|
|
+++ ack-2.14/ConfigDefault.pm 2014-09-04 22:20:35.000000000 +0100
|
|
@@ -342,6 +342,9 @@ sub _options_block {
|
|
# http://docutils.sourceforge.net/rst.html
|
|
--type-add=rst:ext:rst
|
|
|
|
+# RPM
|
|
+--type-add=rpm:ext:spec
|
|
+
|
|
# Ruby
|
|
# http://www.ruby-lang.org/
|
|
--type-add=ruby:ext:rb,rhtml,rjs,rxml,erb,rake,spec
|