[packages/ephemeralpg] - initial, from SUSE

arekm arekm at pld-linux.org
Thu Jun 28 13:00:25 CEST 2018


commit 80ebf91faf7b314bf0b9c5f67241b4c8cd86ccb4
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Thu Jun 28 12:59:53 2018 +0200

    - initial, from SUSE

 ephemeralpg.spec | 43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)
---
diff --git a/ephemeralpg.spec b/ephemeralpg.spec
new file mode 100644
index 0000000..b474010
--- /dev/null
+++ b/ephemeralpg.spec
@@ -0,0 +1,43 @@
+Summary:	Run tests on an isolated, temporary PostgreSQL database
+Name:		ephemeralpg
+Version:	2.5
+Release:	1
+License:	ISC
+Group:		Applications/Databases
+URL:		http://ephemeralpg.org/
+Source0:	http://ephemeralpg.org/code/%{name}-%{version}.tar.gz
+# Source0-md5:	ba86b5f7a868f46fa314b0f6e563c750
+Requires:	postgresql-server >= 9.3
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+pg_tmp is a compact shell script designed to make unit testing,
+integration testing with PostgreSQL easy in any language.
+
+%prep
+%setup -q -n eradman-%{name}-5041d6685332
+
+%build
+%{__make} \
+	CC="%{__cc}" \
+	CFLAGS="%{rpmcflags}" \
+	CPPFLAGS="%{rpmcppflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	PREFIX=%{_prefix} \
+	MANPREFIX=%{_mandir} \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE NEWS README.md
+%attr(755,root,root) %{_bindir}/getsocket
+%attr(755,root,root) %{_bindir}/pg_tmp
+%{_mandir}/man1/pg_tmp.1.*
+%{_mandir}/man1/getsocket.1.*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ephemeralpg.git/commitdiff/80ebf91faf7b314bf0b9c5f67241b4c8cd86ccb4



More information about the pld-cvs-commit mailing list