mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-22 15:37:59 +00:00
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:
parent
b48fb13e89
commit
04344ecfa2
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue