]> git.pld-linux.org Git - SPECS.git/blob - pspg.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / pspg.spec
1 Summary:        A unix pager optimized for psql
2 Name:           pspg
3 Version:        4.3.0
4 Release:        1
5 License:        BSD
6 Group:          Applications/Databases
7 Source0:        https://github.com/okbob/pspg/archive/%{version}/%{name}-%{version}.tar.gz
8 # Source0-md5:  94ca75be8065c408b09cde6391317c1c
9 URL:            https://github.com/okbob/pspg
10 BuildRequires:  ncurses-devel
11 BuildRequires:  ncurses-ext-devel
12 BuildRequires:  pkgconfig
13 BuildRequires:  postgresql-devel
14 BuildRequires:  readline-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 pspg is a unix pager optimized for psql. It can freeze rows, freeze
19 columns, and lot of color themes are included.
20
21 %prep
22 %setup -q
23
24 %build
25 %configure
26 %{__make}
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 %{__make} install \
31         DESTDIR=$RPM_BUILD_ROOT
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %doc README.md LICENSE
39 %attr(755,root,root) %{_bindir}/pspg
This page took 1.018911 seconds and 3 git commands to generate.