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 <steve@sk2.org>
This commit is contained in:
Stephen Kitt 2019-05-29 19:07:38 +02:00
parent b48fb13e89
commit 04344ecfa2
No known key found for this signature in database
GPG key ID: 80D302F5886D839C

View file

@ -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