Author: qboosh Date: Thu Jun 12 17:30:09 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 2.0 - updated shared patch
---- Files affected: SPECS: h4h5tools.spec (1.9 -> 1.10) ---- Diffs: ================================================================ Index: SPECS/h4h5tools.spec diff -u SPECS/h4h5tools.spec:1.9 SPECS/h4h5tools.spec:1.10 --- SPECS/h4h5tools.spec:1.9 Tue Feb 13 08:16:48 2007 +++ SPECS/h4h5tools.spec Thu Jun 12 19:30:04 2008 @@ -2,12 +2,12 @@ Summary: HDF 4.x to/from HDF5 conversion tools Summary(pl.UTF-8): Narzędzia do konwersji pomiędzy HDF 4.x i HDF5 Name: h4h5tools -Version: 1.2 +Version: 2.0 Release: 1 Group: Applications/File -License: Nearly BSD, but changed sources must be marked -Source0: ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/h4toh5/src/%{name}-%{version}.tar.gz -# Source0-md5: a57c720f464956fbe3a730def01c9781 +License: BSD-like, but changed sources must be marked +Source0: ftp://ftp.hdfgroup.org/HDF5/h4toh5/src/%{name}_20.tar.gz +# Source0-md5: fda518fb9441fb04ca9f9b3ae0688260 Source1: http://hdf.ncsa.uiuc.edu/h4toh5/h4toh5lib_UG.pdf # Source1-md5: 59dbe83604d64bcca35145899456c96e Source2: http://hdf.ncsa.uiuc.edu/h4toh5/h4toh5lib_RM.pdf @@ -77,7 +77,7 @@ oraz z HDF5 do HDF 4.x. %prep -%setup -q +%setup -q -n %{name}_20 %patch0 -p1 %patch1 -p1 @@ -88,7 +88,7 @@ %{__aclocal} %{__autoconf} %{__automake} -CPPFLAGS="-I/usr/include/hdf" +CPPFLAGS="-I/usr/include/hdf -DH5_USE_16_API" %configure %{__make} \ @@ -114,24 +114,26 @@ %files %defattr(644,root,root,755) -%doc COPYING release_docs/release.txt +%doc COPYING release_docs/RELEASE.txt %attr(755,root,root) %{_bindir}/h4toh5 %attr(755,root,root) %{_bindir}/h5toh4 %files lib %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/lib*.so.*.*.* +%attr(755,root,root) %{_libdir}/libh4toh5.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libh4toh5.so.0 %files devel %defattr(644,root,root,755) %doc h4toh5lib_UG.pdf h4toh5lib_RM.pdf -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la -%{_includedir}/* +%attr(755,root,root) %{_libdir}/libh4toh5.so +%{_libdir}/libh4toh5.la +%{_includedir}/H4TOH5api_adpt.h +%{_includedir}/h4toh5*.h %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libh4toh5.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -139,6 +141,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2008-06-12 17:30:04 qboosh +- updated to 2.0 +- updated shared patch + Revision 1.9 2007-02-13 07:16:48 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/h4h5tools.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
