]> git.pld-linux.org Git - packages/visidata.git/blame - visidata.spec
new
[packages/visidata.git] / visidata.spec
CommitLineData
4c58eec3
JP
1Summary: A terminal interface for exploring and arranging tabular data
2Name: visidata
3Version: 2.8
4Release: 0.1
5License: GPL v3+
6Group: Applications
7Source0: https://github.com/saulpw/visidata/archive/v%{version}/%{name}-%{version}.tar.gz
8# Source0-md5: 2a62c2e8800c6cd45c152a5fbdabf197
9URL: https://www.visidata.org/
10BuildRequires: python3
11BuildRequires: python3-modules
12BuildRequires: python3-setuptools
13BuildArch: noarch
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17VisiData is an interactive multitool for tabular data. It combines the
18clarity of a spreadsheet, the efficiency of the terminal, and the
19power of Python, into a lightweight utility which can handle millions
20of rows with ease.
21
22%prep
23%setup -q
24
25%build
26%py3_build
27
28%install
29rm -rf $RPM_BUILD_ROOT
30
31%py3_install
32
33%clean
34rm -rf $RPM_BUILD_ROOT
35
36%files
37%defattr(644,root,root,755)
38%attr(755,root,root) %{_bindir}/vd
39%attr(755,root,root) %{_bindir}/visidata
40%{py3_sitescriptdir}/visidata
41%{py3_sitescriptdir}/visidata-%{version}-py*.egg-info
42%{_mandir}/man1/vd.1*
43%{_mandir}/man1/visidata.1*
This page took 0.080838 seconds and 4 git commands to generate.