automatic version update by autodist [release 3.6.3-1mamba;Thu Dec 23 2021]

This commit is contained in:
Automatic Build System 2024-01-06 09:58:03 +01:00
parent 75fe66ff7b
commit dfb1b328cc
2 changed files with 54 additions and 0 deletions

View File

@ -1,2 +1,3 @@
# pgloader
pgloader is a data loading tool for PostgreSQL, using the COPY command.

53
pgloader.spec Normal file
View File

@ -0,0 +1,53 @@
Name: pgloader
Version: 3.6.3
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
* 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