automatic version update by autodist [release 1.8.13-1mamba;Sun Sep 21 2014]
This commit is contained in:
parent
0254e7c361
commit
ec8176a023
16
libhdf5.spec
16
libhdf5.spec
@ -1,6 +1,6 @@
|
||||
%define pkgver %(echo %version | tr _ -)
|
||||
Name: libhdf5
|
||||
Version: 1.8.10_patch1
|
||||
Version: 1.8.13
|
||||
Release: 1mamba
|
||||
Summary: A data model, library, and file format for storing and managing data
|
||||
Group: System/Libraries
|
||||
@ -30,6 +30,7 @@ This package contains static libraries and header files need for development.
|
||||
|
||||
%prep
|
||||
%setup -q -n hdf5-%{pkgver}
|
||||
touch release_docs/INSTALL_VMS.txt
|
||||
|
||||
%build
|
||||
%cmake -d build \
|
||||
@ -43,7 +44,7 @@ This package contains static libraries and header files need for development.
|
||||
%makeinstall -C build
|
||||
|
||||
install -d -m0755 %{buildroot}%{_docdir}/%{name}
|
||||
for f in release_docs ACKNOWLEDGMENTS COPYING README.txt; do
|
||||
for f in RELEASE.txt COPYING USING_HDF5_CMake.txt; do
|
||||
mv %{buildroot}%{_datadir}/$f %{buildroot}%{_docdir}/%{name}/
|
||||
done
|
||||
|
||||
@ -57,7 +58,7 @@ done
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libhdf5.so.*
|
||||
%{_libdir}/libhdf5_hl.so.*
|
||||
%doc COPYING README.txt
|
||||
%doc COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@ -73,6 +74,15 @@ done
|
||||
%{_docdir}/%{name}/*
|
||||
|
||||
%changelog
|
||||
* Sun Sep 21 2014 Automatic Build System <autodist@mambasoft.it> 1.8.13-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 12 2014 Automatic Build System <autodist@mambasoft.it> 1.8.12-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Nov 16 2013 Automatic Build System <autodist@mambasoft.it> 1.8.11-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon May 13 2013 Automatic Build System <autodist@mambasoft.it> 1.8.10_patch1-1mamba
|
||||
- update to 1.8.10_patch1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user