2024-01-06 09:58:03 +01:00
|
|
|
Name: pgloader
|
2024-01-06 09:58:03 +01:00
|
|
|
Version: 3.6.6
|
2024-01-06 09:58:03 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A data loading tool for PostgreSQL, using the COPY command
|
|
|
|
Group: Applications/Databases
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://pgloader.io/
|
|
|
|
Source: https://github.com/dimitri/pgloader.git/v%{version}/pgloader-%{version}.tar.bz2
|
|
|
|
License: BSD
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libz-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: sbcl
|
|
|
|
|
|
|
|
%description
|
|
|
|
pgloader is a data loading tool for PostgreSQL, using the COPY command.
|
|
|
|
|
|
|
|
#% debug_package
|
|
|
|
|
|
|
|
%global __strip /bin/true
|
|
|
|
%global _build_id_links none
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
install -D -m755 build/bin/pgloader %{buildroot}%{_bindir}/pgloader
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/pgloader
|
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 09:58:03 +01:00
|
|
|
* Tue Jun 28 2022 Automatic Build System <autodist@mambasoft.it> 3.6.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:58:03 +01:00
|
|
|
* Sat Jun 25 2022 Automatic Build System <autodist@mambasoft.it> 3.6.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:58:03 +01:00
|
|
|
* Thu Dec 23 2021 Automatic Build System <autodist@mambasoft.it> 3.6.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Mar 29 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.6.2-2mamba
|
|
|
|
- don't package build_id link conflicting with sbcl; don't strip
|
|
|
|
|
|
|
|
* Mon Mar 29 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.6.2-1mamba
|
|
|
|
- package created using the webbuild interface
|