|
|
|
@ -1,10 +1,10 @@
|
|
|
|
|
# header-only library
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global apiversion 1.0
|
|
|
|
|
%global apiversion 1.2
|
|
|
|
|
|
|
|
|
|
Name: mdds
|
|
|
|
|
Version: 1.1.0
|
|
|
|
|
Version: 1.2.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A collection of multi-dimensional data structures and indexing algorithms
|
|
|
|
|
|
|
|
|
@ -56,10 +56,13 @@ make check %{?_smp_mflags}
|
|
|
|
|
%files devel
|
|
|
|
|
%{_includedir}/%{name}-%{apiversion}
|
|
|
|
|
%{_datadir}/pkgconfig/%{name}-%{apiversion}.pc
|
|
|
|
|
%doc AUTHORS NEWS README.md
|
|
|
|
|
%license COPYING
|
|
|
|
|
%doc AUTHORS CHANGELOG README.md
|
|
|
|
|
%license LICENSE
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu May 12 2016 David Tardon <dtardon@redhat.com> - 1.2.0-1
|
|
|
|
|
- new upstream release
|
|
|
|
|
|
|
|
|
|
* Fri Feb 12 2016 David Tardon <dtardon@redhat.com> - 1.1.0-1
|
|
|
|
|
- new upstream release
|
|
|
|
|
|
|
|
|
|