Skip to content

Commit

Permalink
Update RedHat specfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
ibarwick committed Oct 2, 2018
1 parent 70ca135 commit a0d3b63
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions packaging/redhat/postgresql10-firebird_fdw.spec
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ This code is very much work-in-progress; USE AT YOUR OWN RISK.
%setup

%build

PG_CPPFLAGS="-I/usr/include/firebird" make
export PG_CONFIG=%{pgsql_path}/bin/pg_config
PG_CPPFLAGS="-I/usr/include/firebird" USE_PGXS=1 make

%install
rm -rf $RPM_BUILD_ROOT
export PG_CONFIG=%{pgsql_path}/bin/pg_config
make DESTDIR=$RPM_BUILD_ROOT install
USE_PGXS=1 make DESTDIR=$RPM_BUILD_ROOT install

%clean
rm -rf $RPM_BUILD_ROOT
Expand Down
6 changes: 3 additions & 3 deletions packaging/redhat/postgresql93-firebird_fdw.spec
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ This code is very much work-in-progress; USE AT YOUR OWN RISK.
%setup

%build

PG_CPPFLAGS="-I/usr/include/firebird" make
export PG_CONFIG=%{pgsql_path}/bin/pg_config
PG_CPPFLAGS="-I/usr/include/firebird" USE_PGXS=1 make

%install
rm -rf $RPM_BUILD_ROOT
export PG_CONFIG=%{pgsql_path}/bin/pg_config
make DESTDIR=$RPM_BUILD_ROOT install
USE_PGXS=1 make DESTDIR=$RPM_BUILD_ROOT install

%clean
rm -rf $RPM_BUILD_ROOT
Expand Down
6 changes: 3 additions & 3 deletions packaging/redhat/postgresql94-firebird_fdw.spec
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ This code is very much work-in-progress; USE AT YOUR OWN RISK.
%setup

%build

PG_CPPFLAGS="-I/usr/include/firebird" make
export PG_CONFIG=%{pgsql_path}/bin/pg_config
PG_CPPFLAGS="-I/usr/include/firebird" USE_PGXS=1 make

%install
rm -rf $RPM_BUILD_ROOT
export PG_CONFIG=%{pgsql_path}/bin/pg_config
make DESTDIR=$RPM_BUILD_ROOT install
USE_PGXS=1 make DESTDIR=$RPM_BUILD_ROOT install

%clean
rm -rf $RPM_BUILD_ROOT
Expand Down
6 changes: 3 additions & 3 deletions packaging/redhat/postgresql95-firebird_fdw.spec
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ This code is very much work-in-progress; USE AT YOUR OWN RISK.
%setup

%build

PG_CPPFLAGS="-I/usr/include/firebird" make
export PG_CONFIG=%{pgsql_path}/bin/pg_config
PG_CPPFLAGS="-I/usr/include/firebird" USE_PGXS=1 make

%install
rm -rf $RPM_BUILD_ROOT
export PG_CONFIG=%{pgsql_path}/bin/pg_config
make DESTDIR=$RPM_BUILD_ROOT install
USE_PGXS=1 make DESTDIR=$RPM_BUILD_ROOT install

%clean
rm -rf $RPM_BUILD_ROOT
Expand Down
6 changes: 3 additions & 3 deletions packaging/redhat/postgresql96-firebird_fdw.spec
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ This code is very much work-in-progress; USE AT YOUR OWN RISK.
%setup

%build

PG_CPPFLAGS="-I/usr/include/firebird" make
export PG_CONFIG=%{pgsql_path}/bin/pg_config
PG_CPPFLAGS="-I/usr/include/firebird" USE_PGXS=1 make

%install
rm -rf $RPM_BUILD_ROOT
export PG_CONFIG=%{pgsql_path}/bin/pg_config
make DESTDIR=$RPM_BUILD_ROOT install
USE_PGXS=1 make DESTDIR=$RPM_BUILD_ROOT install

%clean
rm -rf $RPM_BUILD_ROOT
Expand Down

0 comments on commit a0d3b63

Please sign in to comment.