|
|
@ -4,8 +4,8 @@
|
|
|
|
%global apiversion 1.2
|
|
|
|
%global apiversion 1.2
|
|
|
|
|
|
|
|
|
|
|
|
Name: mdds
|
|
|
|
Name: mdds
|
|
|
|
Version: 1.2.2
|
|
|
|
Version: 1.2.3
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: A collection of multi-dimensional data structures and indexing algorithms
|
|
|
|
Summary: A collection of multi-dimensional data structures and indexing algorithms
|
|
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
@ -38,7 +38,7 @@ It implements the following data structures:
|
|
|
|
* multi type matrix
|
|
|
|
* multi type matrix
|
|
|
|
* multi type vector
|
|
|
|
* multi type vector
|
|
|
|
|
|
|
|
|
|
|
|
See README for a brief description of the structures.
|
|
|
|
See README.md for a brief description of the structures.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -p1
|
|
|
|
%autosetup -p1
|
|
|
@ -48,7 +48,7 @@ See README for a brief description of the structures.
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
%make_install
|
|
|
|
rm -rf %{buildroot}%{_docdir}/%{name}-%{apiversion}
|
|
|
|
rm -rf %{buildroot}%{_docdir}/%{name}
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
make check %{?_smp_mflags}
|
|
|
|
make check %{?_smp_mflags}
|
|
|
@ -56,10 +56,13 @@ make check %{?_smp_mflags}
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/%{name}-%{apiversion}
|
|
|
|
%{_includedir}/%{name}-%{apiversion}
|
|
|
|
%{_datadir}/pkgconfig/%{name}-%{apiversion}.pc
|
|
|
|
%{_datadir}/pkgconfig/%{name}-%{apiversion}.pc
|
|
|
|
%doc AUTHORS CHANGELOG README.md
|
|
|
|
%doc AUTHORS NEWS README.md
|
|
|
|
%license LICENSE
|
|
|
|
%license COPYING
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu May 25 2017 David Tardon <dtardon@redhat.com> - 1.2.3-1
|
|
|
|
|
|
|
|
- new upstream release
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-3
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|