Name:       elastix-cmake
Version:    0.0.1
Release:	3%{?dist}
Summary:    cmake support for elastix.

Group:      Applications/Engineering
License:    BSD
URL:        https://gist.github.com/hmaarrfk/fd590afae2729cdfe685785bfd0fb500
Source0:    https://gist.githubusercontent.com/hmaarrfk/fd590afae2729cdfe685785bfd0fb500/raw/cf82de368f1cd47b69f96701cdcc759900c94000/FindElastix.cmake

%description
Cmake support for elastix.

%prep
cp %{SOURCE0} .

%install
mkdir -p %{buildroot}%{_datarootdir}/cmake/Modules
install FindElastix.cmake %{buildroot}%{_datarootdir}/cmake/Modules

%files
%{_datarootdir}/cmake/Modules/*

%changelog
* Wed Jun 20 2018 Mark Harfouche <mark.harfouche@gmail.com> - 0.0.1-3
- rebuilt

* Wed Jun 20 2018 Mark Harfouche <mark.harfouche@gmail.com> - 0.0.1-2
- rebuilt