aboutsummaryrefslogtreecommitdiffstats
path: root/vespalog
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@verizonmedia.com>2020-07-06 15:11:44 +0200
committerArnstein Ressem <aressem@verizonmedia.com>2020-07-06 15:11:44 +0200
commit4078998fe868bb4b3076e8a54b130bf7a5ff8782 (patch)
tree3d5ed8344bbba701052a10ae44f7a6c52d94d270 /vespalog
parentb99f64ba8bdbd668f7de3fec1c0dae36973b7b3a (diff)
Remove old spec files used for YLinux6.
Diffstat (limited to 'vespalog')
-rw-r--r--vespalog/vespa-log-utils.spec35
1 files changed, 0 insertions, 35 deletions
diff --git a/vespalog/vespa-log-utils.spec b/vespalog/vespa-log-utils.spec
deleted file mode 100644
index 2bde45bd075..00000000000
--- a/vespalog/vespa-log-utils.spec
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-
-# Force special prefix for Vespa
-%define _prefix /opt/vespa
-
-Name: vespa-log-utils
-Version: %version
-Release: 1%{?dist}
-BuildArch: x86_64
-Summary: Vespa log utilities
-Group: Applications/Databases
-License: Commercial
-URL: http://vespa.ai
-
-Requires: bash
-Requires: vespa-base = %{version}
-
-Conflicts: vespa
-
-%description
-Utilities for reading Vespa log files.
-
-%install
-bin_dir=%?buildroot%_prefix/bin
-mkdir -p "$bin_dir"
-cp vespalog/src/vespa-logfmt/vespa-logfmt.pl "${bin_dir}/vespa-logfmt"
-chmod 555 "${bin_dir}/vespa-logfmt"
-ln -s "vespa-logfmt" "${bin_dir}/logfmt"
-
-%clean
-rm -rf %buildroot
-
-%files
-%defattr(-,vespa,vespa,-)
-%_prefix/*