|
|
|
|
@ -22,8 +22,8 @@
|
|
|
|
|
## |
|
|
|
|
|
|
|
|
|
# package version |
|
|
|
|
%define V_opkg 1.2.2 |
|
|
|
|
%define V_dist 1_2_2 |
|
|
|
|
%define V_opkg 2.1.0 |
|
|
|
|
%define V_dist 2_1_0 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: postgresql-pglogical |
|
|
|
|
@ -36,7 +36,7 @@ Class: EVAL
|
|
|
|
|
Group: Database |
|
|
|
|
License: BSD |
|
|
|
|
Version: %{V_opkg} |
|
|
|
|
Release: 20170218 |
|
|
|
|
Release: 20171221 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: https://github.com/2ndQuadrant/pglogical/archive/REL%{V_dist}.tar.gz |
|
|
|
|
@ -56,7 +56,7 @@ PreReq: postgresql
|
|
|
|
|
prog postgresql-pglogical = { |
|
|
|
|
version = %{V_dist} |
|
|
|
|
url = https://github.com/2ndQuadrant/pglogical/releases |
|
|
|
|
regex = REL(\d+\.\d+\.\d+)\.tar\.gz |
|
|
|
|
regex = REL(\d+_\d+_\d+)\.tar\.gz |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|
|