|
|
@ -3,7 +3,7 @@
|
|
|
|
Summary: ECPG - Embedded SQL in C
|
|
|
|
Summary: ECPG - Embedded SQL in C
|
|
|
|
Name: libecpg
|
|
|
|
Name: libecpg
|
|
|
|
Version: %majorversion.5
|
|
|
|
Version: %majorversion.5
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
License: PostgreSQL
|
|
|
|
License: PostgreSQL
|
|
|
|
Url: http://www.postgresql.org/
|
|
|
|
Url: http://www.postgresql.org/
|
|
|
@ -28,6 +28,7 @@ BuildRequires: openldap-devel
|
|
|
|
BuildRequires: libpq-devel
|
|
|
|
BuildRequires: libpq-devel
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: multilib-rpm-config
|
|
|
|
BuildRequires: multilib-rpm-config
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
|
|
|
|
Requires: libpgtypes = %{version}-%{release}
|
|
|
|
Requires: libpgtypes = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
@ -78,11 +79,11 @@ find . -type f -name .gitignore | xargs rm
|
|
|
|
--without-readline \
|
|
|
|
--without-readline \
|
|
|
|
--datadir=%_datadir/pgsql
|
|
|
|
--datadir=%_datadir/pgsql
|
|
|
|
|
|
|
|
|
|
|
|
%make_build -C "src/interfaces/ecpg"
|
|
|
|
%make_build -C "src/interfaces/ecpg" -j1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%make_install -C "src/interfaces/ecpg"
|
|
|
|
%make_install -C "src/interfaces/ecpg" -j1
|
|
|
|
|
|
|
|
|
|
|
|
# remove files not to be packaged
|
|
|
|
# remove files not to be packaged
|
|
|
|
find $RPM_BUILD_ROOT -name '*.a' -delete
|
|
|
|
find $RPM_BUILD_ROOT -name '*.a' -delete
|
|
|
@ -129,31 +130,43 @@ find_lang_bins %name-devel.lst ecpg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 13.5-3
|
|
|
|
* Mon Nov 15 2021 Marek Kulik <mkulik@redhat.com> - 13.5-1
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
- Rebase to upstream release 13.5
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Dec 09 2021 Filip Janus <fjanus@redhat.com> - 13.5-3
|
|
|
|
* Fri Aug 20 2021 Filip Januš <fjanus@redhat.com> - 13.1-11
|
|
|
|
|
|
|
|
- Add -j1 also into build section
|
|
|
|
|
|
|
|
- Resolves: #1975438
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 05 2021 Filip Januš <fjanus@redhat.com> - 13.1-10
|
|
|
|
|
|
|
|
- Disable parallel build
|
|
|
|
|
|
|
|
- Resolves: #1975438
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 13.1-9
|
|
|
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 28 2021 Filip Januš <fjanus@redhat.com> - 13.1-8
|
|
|
|
- Fix gating.yaml and rebuild
|
|
|
|
- Fix gating.yaml and rebuild
|
|
|
|
- switch to osci.brew-build.tier0.functional
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Dec 6 2021 Marek Kulik <mkulik@redhat.com> - 13.5-2
|
|
|
|
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 13.1-7
|
|
|
|
- Rebuild for gating.
|
|
|
|
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
|
|
|
|
|
|
|
Related: rhbz#1971065
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Nov 24 2021 Marek Kulik <mkulik@redhat.com> - 13.5-1
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 13.1-6
|
|
|
|
- Update to 13.5 version
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 19 2021 Patrik Novotný <panovotn@redhat.com> - 13.2-1
|
|
|
|
* Mon Feb 08 2021 Pavel Raiskup <praiskup@redhat.com> - 13.1-5
|
|
|
|
- Rebase to upstream release 13.2
|
|
|
|
- rebuild for libpq ABI fix rhbz#1908268
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 13.1-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Dec 03 2020 Honza Horak <hhorak@redhat.com> - 13.1-3
|
|
|
|
* Thu Dec 03 2020 Honza Horak <hhorak@redhat.com> - 13.1-3
|
|
|
|
- Add Requires: libpgtypes to avoid the need to test interoperability
|
|
|
|
- Add Requires: libpgtypes to avoid the need to test interoperability
|
|
|
|
between the various combinations of old and new subpackages
|
|
|
|
between the various combinations of old and new subpackages
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Dec 02 2020 Honza Horak <hhorak@redhat.com> - 13.1-2
|
|
|
|
* Wed Nov 18 2020 Honza Horak <hhorak@redhat.com> - 13.1-1
|
|
|
|
- Rebuild for CI tests fix
|
|
|
|
- Rebase to upstream release 13.0
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Nov 23 2020 Honza Horak <hhorak@redhat.com> - 13.1-1
|
|
|
|
|
|
|
|
- Update to 13.1 version
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 23 2020 Honza Horak <hhorak@redhat.com> - 13.0-1
|
|
|
|
* Fri Oct 23 2020 Honza Horak <hhorak@redhat.com> - 13.0-1
|
|
|
|
- Rebase to upstream release 13.0
|
|
|
|
- Rebase to upstream release 13.0
|
|
|
|