]> git.pld-linux.org Git - packages/visidata.git/commitdiff
new
authorJan Palus <atler@pld-linux.org>
Fri, 11 Feb 2022 23:48:32 +0000 (00:48 +0100)
committerJan Palus <atler@pld-linux.org>
Fri, 11 Feb 2022 23:48:32 +0000 (00:48 +0100)
visidata.spec [new file with mode: 0644]

diff --git a/visidata.spec b/visidata.spec
new file mode 100644 (file)
index 0000000..4b71872
--- /dev/null
@@ -0,0 +1,43 @@
+Summary:       A terminal interface for exploring and arranging tabular data
+Name:          visidata
+Version:       2.8
+Release:       0.1
+License:       GPL v3+
+Group:         Applications
+Source0:       https://github.com/saulpw/visidata/archive/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 2a62c2e8800c6cd45c152a5fbdabf197
+URL:           https://www.visidata.org/
+BuildRequires: python3
+BuildRequires: python3-modules
+BuildRequires: python3-setuptools
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+VisiData is an interactive multitool for tabular data. It combines the
+clarity of a spreadsheet, the efficiency of the terminal, and the
+power of Python, into a lightweight utility which can handle millions
+of rows with ease.
+
+%prep
+%setup -q
+
+%build
+%py3_build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%py3_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/vd
+%attr(755,root,root) %{_bindir}/visidata
+%{py3_sitescriptdir}/visidata
+%{py3_sitescriptdir}/visidata-%{version}-py*.egg-info
+%{_mandir}/man1/vd.1*
+%{_mandir}/man1/visidata.1*
This page took 0.197509 seconds and 4 git commands to generate.