Author: qboosh Date: Wed Jun 4 20:25:55 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 4.2r3 - updated shared,link patches, removed obsolete nosz patch
---- Files affected: SPECS: hdf.spec (1.36 -> 1.37) ---- Diffs: ================================================================ Index: SPECS/hdf.spec diff -u SPECS/hdf.spec:1.36 SPECS/hdf.spec:1.37 --- SPECS/hdf.spec:1.36 Wed Jun 4 19:30:38 2008 +++ SPECS/hdf.spec Wed Jun 4 22:25:49 2008 @@ -6,19 +6,18 @@ Summary: Hierarchical Data Format library Summary(pl.UTF-8): Biblioteka HDF (Hierarchical Data Format) Name: hdf -Version: 4.2r1 -Release: 5 +Version: 4.2r3 +Release: 1 Group: Libraries License: Nearly BSD, but changed sources must be marked Source0: ftp://ftp.hdfgroup.org/HDF/HDF_Current/src/HDF%{version}.tar.gz -# Source0-md5: 9082c6fa913b9188452fa6c5217e1573 +# Source0-md5: 767382a31470e795f4c4217e33a689e8 Source1: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-man-pages.tar.bz2 # Source1-md5: 607df78cacc131b37dfdb443e61e789a Patch0: %{name}-shared.patch Patch1: %{name}-opt.patch Patch2: %{name}-morearchs.patch -Patch3: %{name}-nosz.patch -Patch4: %{name}-link.patch +Patch3: %{name}-link.patch URL: http://hdf.ncsa.uiuc.edu/ BuildRequires: autoconf >= 2.50 BuildRequires: automake @@ -103,7 +102,6 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 -%patch4 -p1 %build cp -f /usr/share/automake/config.* hdf/fmpool @@ -148,8 +146,10 @@ %files %defattr(644,root,root,755) %doc COPYING README release_notes/* -%attr(755,root,root) %{_libdir}/libdf.so.*.* -%attr(755,root,root) %{_libdir}/libmfhdf.so.*.* +%attr(755,root,root) %{_libdir}/libdf.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libdf.so.0 +%attr(755,root,root) %{_libdir}/libmfhdf.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libmfhdf.so.0 %files devel %defattr(644,root,root,755) @@ -158,7 +158,8 @@ %{_libdir}/libdf.la %{_libdir}/libmfhdf.la %{_includedir}/hdf -%{_mandir}/man[37]/* +%{_mandir}/man3/gr_chunk.3* +%{_mandir}/man7/hdf.7* %files static %defattr(644,root,root,755) @@ -176,6 +177,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.37 2008-06-04 20:25:49 qboosh +- updated to 4.2r3 +- updated shared,link patches, removed obsolete nosz patch + Revision 1.36 2008-06-04 17:30:38 qboosh - updated Source0 URL ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/hdf.spec?r1=1.36&r2=1.37&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
