[packages/ephemeralpg] Up to 3.5
arekm
arekm at pld-linux.org
Mon Jun 1 02:06:40 CEST 2026
commit a5930e622b71689668a972c5bf24a424a533d8f9
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jun 1 02:06:15 2026 +0200
Up to 3.5
ephemeralpg.spec | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/ephemeralpg.spec b/ephemeralpg.spec
index fc49a9e..1febb87 100644
--- a/ephemeralpg.spec
+++ b/ephemeralpg.spec
@@ -1,12 +1,12 @@
Summary: Run tests on an isolated, temporary PostgreSQL database
Name: ephemeralpg
-Version: 2.5
-Release: 3
+Version: 3.4
+Release: 1
License: ISC
Group: Applications/Databases
-URL: http://ephemeralpg.org/
-Source0: http://ephemeralpg.org/code/%{name}-%{version}.tar.gz
-# Source0-md5: ba86b5f7a868f46fa314b0f6e563c750
+URL: https://eradman.com/ephemeralpg/
+Source0: https://eradman.com/ephemeralpg/code/%{name}-%{version}.tar.gz
+# Source0-md5: 8c75177436ab274cd6c6da20574879ab
Requires: postgresql >= 9.3
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -15,13 +15,14 @@ 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
+%setup -q
%build
%{__make} \
CC="%{__cc}" \
CFLAGS="%{rpmcflags}" \
- CPPFLAGS="%{rpmcppflags}"
+ CPPFLAGS="%{rpmcppflags}" \
+ LDFLAGS="%{rpmldflags}"
%install
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ephemeralpg.git/commitdiff/a5930e622b71689668a972c5bf24a424a533d8f9
More information about the pld-cvs-commit
mailing list