File lens_calibrate.spec of Package lens_calibrate
#
# spec file for package lens_calibrate
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: lens_calibrate
Version: 0
Release: 0Script to calculate lens calibration data for the lensfun project
Summary: Script to calculate lens calibration data for the lensfun project
License: GPL-3.0
Group: Development/Tools/Other
Url: https://gitlab.com/cryptomilk/lens_calibrate
Source: %{name}-%{version}.tar.xz
BuildRequires: python3
BuildRequires: python3-exiv2 >= 0.4.0
BuildRequires: python3-numpy
BuildRequires: python3-scipy
BuildRequires: python3-PyPDF2
BuildRequires: darktable >= 3.0.0
BuildRequires: hugin >= 2018
BuildRequires: ImageMagick
BuildRequires: gnuplot
Requires: python3
Requires: python3-exiv2 >= 0.4.0
Requires: python3-numpy
Requires: python3-scipy
Requires: python3-PyPDF2
Requires: darktable >= 3.0.0
Requires: hugin >= 2018
Requires: ImageMagick
Requires: gnuplot
BuildArch: noarch
%description
Script to calculate lens calibration data for the lensfun project.
%prep
%setup -q
%build
%install
install -D -m 0755 lens_calibrate.py %{buildroot}%{_bindir}/lens_calibrate
%check
%{buildroot}%{_bindir}/lens_calibrate --help
%files
%doc CHANGELOG README.md
%license LICENSE
%{_bindir}/lens_calibrate
%changelog