pgloader/pgloader.spec

54 lines
1.4 KiB
RPMSpec
Raw Permalink Normal View History

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