[packages/pspg] New, version 3.1.4

glen glen at pld-linux.org
Fri Mar 5 12:15:26 CET 2021


commit 81e223d0968ad45cc72ae8c941940a8563696316
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Fri Mar 5 13:14:16 2021 +0200

    New, version 3.1.4
    
    Based on Fedora package (dfe2f2b)

 README.md |  3 +++
 pspg.spec | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)
---
diff --git a/pspg.spec b/pspg.spec
new file mode 100644
index 0000000..93e24e6
--- /dev/null
+++ b/pspg.spec
@@ -0,0 +1,35 @@
+Summary:	A unix pager optimized for psql
+Name:		pspg
+Version:	3.1.4
+Release:	1
+License:	BSD
+Source0:	https://github.com/okbob/pspg/archive/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5:	46430135d29f16a40511d56f4071af07
+URL:		https://github.com/okbob/pspg
+BuildRequires:	ncurses-devel
+BuildRequires:	readline-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+pspg is a unix pager optimized for psql. It can freeze rows, freeze
+columns, and lot of color themes are included.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.md LICENSE
+%attr(755,root,root) %{_bindir}/pspg
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b67ba4d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# pspg
+
+A unix pager optimized for psql
\ No newline at end of file
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pspg.git/commitdiff/81e223d0968ad45cc72ae8c941940a8563696316



More information about the pld-cvs-commit mailing list