automatic version update by autodist [release 1.2.1-1mamba;Sat Jun 25 2016]
This commit is contained in:
parent
5729373ac3
commit
f6b86ae30c
45
libmdds.spec
45
libmdds.spec
@ -2,7 +2,7 @@
|
|||||||
%define with_perf_tests 0
|
%define with_perf_tests 0
|
||||||
%define apiver %(echo %version|cut -d. -f1-2)
|
%define apiver %(echo %version|cut -d. -f1-2)
|
||||||
Name: libmdds
|
Name: libmdds
|
||||||
Version: 1.0.0
|
Version: 1.2.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A collection of multi-dimensional data structure and indexing algorithm (mdds)
|
Summary: A collection of multi-dimensional data structure and indexing algorithm (mdds)
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -10,7 +10,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://code.google.com/p/multidimalgorithm/
|
URL: http://code.google.com/p/multidimalgorithm/
|
||||||
Source: http://kohei.us/files/mdds/src/mdds_%{version}.tar.bz2
|
Source: https://gitlab.com/mdds/mdds.git/%{version}/mdds-%{version}.tar.bz2
|
||||||
Patch0: libmdds-0.5.3-boost-1.50.patch
|
Patch0: libmdds-0.5.3-boost-1.50.patch
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -42,12 +42,13 @@ A collection of multi-dimensional data structure and indexing algorithm (mdds).
|
|||||||
This package contains header files need for %{name}.
|
This package contains header files need for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n mdds_%{version}
|
%setup -q -n mdds-%{version}
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
sed -i -e '/^CPPFLAGS/s/-Wall.*-std/%{optflags} -std/' Makefile.in
|
#sed -i -e '/^CPPFLAGS/s/-Wall.*-std/%{optflags} -std/' Makefile.in
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
./autogen.sh
|
||||||
%configure \
|
%configure \
|
||||||
--docdir=%{_docdir}/%{name}-%{version}
|
--docdir=%{_docdir}/%{name}-%{version}
|
||||||
%make
|
%make
|
||||||
@ -60,20 +61,20 @@ rm -rf %{buildroot}%{_docdir}
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
%make check
|
%make check
|
||||||
for test in fst pqt recset st; do
|
#for test in fst pqt recset st; do
|
||||||
make test.$test
|
# make test.$test
|
||||||
done
|
#done
|
||||||
%if %with_perf_tests
|
#%if %with_perf_tests
|
||||||
for t in recset st; do
|
# for t in recset st; do
|
||||||
make test.$t.perf
|
# make test.$t.perf
|
||||||
done
|
# done
|
||||||
make test.stl
|
# make test.stl
|
||||||
%endif
|
#%endif
|
||||||
%if %with_mem_tests
|
#%if %with_mem_tests
|
||||||
for t in fst pqt recset st; do
|
# for t in fst pqt recset st; do
|
||||||
make test.$t.mem
|
# make test.$t.mem
|
||||||
done
|
# done
|
||||||
%endif
|
#%endif
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -84,9 +85,15 @@ done
|
|||||||
%dir %{_includedir}/mdds-%{apiver}/mdds
|
%dir %{_includedir}/mdds-%{apiver}/mdds
|
||||||
%{_includedir}/mdds-%{apiver}/mdds/*
|
%{_includedir}/mdds-%{apiver}/mdds/*
|
||||||
%{_datadir}/pkgconfig/mdds-%{apiver}.pc
|
%{_datadir}/pkgconfig/mdds-%{apiver}.pc
|
||||||
%doc AUTHORS NEWS VERSION
|
%doc AUTHORS VERSION
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 25 2016 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri May 20 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-1mamba
|
||||||
|
- update to 1.2.0
|
||||||
|
|
||||||
* Thu Dec 03 2015 Automatic Build System <autodist@mambasoft.it> 1.0.0-1mamba
|
* Thu Dec 03 2015 Automatic Build System <autodist@mambasoft.it> 1.0.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user