From 04344ecfa222b92bd49bf02affd7d691f0cbcf73 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Wed, 29 May 2019 19:07:38 +0200 Subject: [PATCH] Rename mlr.spec to miller.spec ... and fix package name references, to use the miller package name (as is done on other distributions). Signed-off-by: Stephen Kitt --- mlr.spec => miller.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename mlr.spec => miller.spec (89%) diff --git a/mlr.spec b/miller.spec similarity index 89% rename from mlr.spec rename to miller.spec index f5036aeb0..c21b4581e 100644 --- a/mlr.spec +++ b/miller.spec @@ -1,12 +1,12 @@ Summary: Name-indexed data processing tool -Name: mlr +Name: miller Version: 5.4.0 Release: 1%{?dist} License: BSD2 Group: Applications/Text -Source: https://github.com/johnkerl/miller/releases/download/v%{version}/%{name}-%{version}.tar.gz +Source: https://github.com/johnkerl/miller/releases/download/%{version}/mlr-%{version}.tar.gz URL: http://johnkerl.org/miller/doc -Buildroot: %{_tmppath}/%{name}-%{version}-root +Buildroot: %{_tmppath}/mlr-%{version}-root BuildRequires: flex >= 2.5.35 %description @@ -17,7 +17,7 @@ streams data where possible so its memory requirements stay small. It works well with pipes and can feed "tail -f". %prep -%setup -q -n %{name}-%{version} +%setup -q -n mlr-%{version} %build %configure