a58cd62
%{?nodejs_find_provides_and_requires}
a58cd62
a58cd62
Name:           nodejs-pg-types
3811de7
Version:        1.12.1
3811de7
Release:        1%{?dist}
a58cd62
Summary:        Query result type converters for node-postgres
a58cd62
a58cd62
License:        MIT
a58cd62
URL:            https://www.npmjs.com/package/pg-types
a58cd62
Source0:        https://registry.npmjs.org/pg-types/-/pg-types-%{version}.tgz
a58cd62
BuildArch:      noarch
a58cd62
ExclusiveArch:  %{nodejs_arches} noarch
a58cd62
a58cd62
BuildRequires:  nodejs-packaging
a58cd62
a58cd62
BuildRequires:  npm(tape)
a58cd62
BuildRequires:  npm(ap)
a58cd62
BuildRequires:  npm(pff)
a58cd62
BuildRequires:  npm(postgres-array)
a58cd62
BuildRequires:  npm(postgres-bytea)
a58cd62
BuildRequires:  npm(postgres-date)
a58cd62
BuildRequires:  npm(postgres-interval)
a58cd62
a58cd62
a58cd62
%description
a58cd62
%{summary}.
a58cd62
a58cd62
a58cd62
%prep
a58cd62
%autosetup -n package
a58cd62
rm -rf node_modules
a58cd62
a58cd62
a58cd62
%build
a58cd62
a58cd62
a58cd62
%install
a58cd62
mkdir -p %{buildroot}%{nodejs_sitelib}/pg-types
a58cd62
cp -pr package.json index.js lib %{buildroot}%{nodejs_sitelib}/pg-types
a58cd62
%nodejs_symlink_deps
a58cd62
a58cd62
a58cd62
%check
a58cd62
%nodejs_symlink_deps --check
883a65c
TZ=UTC %{nodejs_sitelib}/tape/bin/tape test/*.js
a58cd62
a58cd62
a58cd62
%files
a58cd62
%doc README.md
a58cd62
%{nodejs_sitelib}/pg-types
a58cd62
a58cd62
a58cd62
%changelog
3811de7
* Tue Aug 22 2017 Tom Hughes <tom@compton.nu> - 1.12.1-1
3811de7
- Update to 1.12.1 upstream release
3811de7
22f5eb8
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.0-2
22f5eb8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
22f5eb8
4b5065e
* Sat May 27 2017 Tom Hughes <tom@compton.nu> - 1.12.0-1
4b5065e
- Update to 1.12.0 upstream release
4b5065e
f85d705
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.0-2
f85d705
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
f85d705
883a65c
* Sun Apr 24 2016 Tom Hughes <tom@compton.nu> - 1.11.0-1
883a65c
- Update to 1.11.0 upstreamrelease
883a65c
8c83409
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-3
8c83409
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
8c83409
b759a81
* Wed Dec  9 2015 Tom Hughes <tom@compton.nu> - 1.10.0-2
b759a81
- Enable tests
b759a81
a58cd62
* Thu Dec  3 2015 Tom Hughes <tom@compton.nu> - 1.10.0-1
a58cd62
- Initial build of 1.10.0