automatic version update by autodist [release 1.0.0-1mamba;Thu Dec 03 2015]
This commit is contained in:
parent
6a4bda54a6
commit
5729373ac3
23
libmdds.spec
23
libmdds.spec
@ -1,8 +1,8 @@
|
|||||||
%define with_mem_tests 0
|
%define with_mem_tests 0
|
||||||
%define with_perf_tests 0
|
%define with_perf_tests 0
|
||||||
|
%define apiver %(echo %version|cut -d. -f1-2)
|
||||||
Name: libmdds
|
Name: libmdds
|
||||||
Version: 0.12.1
|
Version: 1.0.0
|
||||||
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
|
||||||
@ -78,21 +78,18 @@ done
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
#%post -p /sbin/ldconfig
|
|
||||||
#%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/mdds/
|
%dir %{_includedir}/mdds-%{apiver}
|
||||||
%{_includedir}/mdds/*.hpp
|
%dir %{_includedir}/mdds-%{apiver}/mdds
|
||||||
%{_includedir}/mdds/*.inl
|
%{_includedir}/mdds-%{apiver}/mdds/*
|
||||||
%dir %{_includedir}/mdds/hash_container
|
%{_datadir}/pkgconfig/mdds-%{apiver}.pc
|
||||||
%{_includedir}/mdds/hash_container/*.hpp
|
%doc AUTHORS NEWS VERSION
|
||||||
%{_includedir}/mdds/compat/unique_ptr.hpp
|
|
||||||
%{_datadir}/pkgconfig/mdds.pc
|
|
||||||
%doc AUTHORS NEWS README VERSION
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 03 2015 Automatic Build System <autodist@mambasoft.it> 1.0.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Jun 20 2015 Automatic Build System <autodist@mambasoft.it> 0.12.1-1mamba
|
* Sat Jun 20 2015 Automatic Build System <autodist@mambasoft.it> 0.12.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user