Author: qboosh Date: Sun Feb 27 21:30:19 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
szip.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/szip.spec
diff -u /dev/null SPECS/szip.spec:1.1
--- /dev/null Sun Feb 27 22:30:19 2005
+++ SPECS/szip.spec Sun Feb 27 22:30:14 2005
@@ -0,0 +1,113 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_with encoder # build with encoder (may require license)
+#
+Summary: SZIP - Science Data Lossless Compression library
+Summary(pl): SZIP - biblioteka bezstratnej kompresji danych naukowych
+Name: szip
+Version: 2.0
+Release: 1
+%if %{with encoder}
+License: free for non-commercial, scientific use only in HDF software
+%else
+License: free for use in HDF software
+%endif
+Group: Libraries
+Source0: ftp://ftp.ncsa.uiuc.edu/HDF/szip/2.0/src/%{name}-%{version}.tar
+# Source0-md5: 60f5247d9948fda493042fc42c5ca655
+Patch0: %{name}-opt.patch
+URL: http://hdf.ncsa.uiuc.edu/HDF5/doc_resource/SZIP/
+BuildRequires: automake
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+SZIP is an implementation of the extended-Rice lossless compression
+algorithm. The Consultative Committee on Space Data Systems (CCSDS)
+has adopted the extended-Rice algorithm for international standards
+for space applications. SZIP is reported to provide fast and effective
+compression, specifically for the EOS data generated by the NASA Earth
+Observatory System (EOS). It was originally developed at University of
+New Mexico (UNM) and integrated with HDF4 by UNM researchers and
+developers.
+
+%description -l pl
+SZIP to implementacja rozszerzonego algorytmu kompresji bezstratnej
+Rice'a. CCSDS (Consultative Committee on Space Data Systems)
+zaadoptowało rozszerzony algorytm Rice'a na potrzeby międzynarodowych
+standardów aplikacji przestrzennych. SZIP daje szybką i efektywną
+kompresję, szczególnie dla danych EOS generowanych przez NASA Earth
+Observatory System (EOS). Pierwotnie biblioteka została stworzona w
+University of New Mexico (UNM) i zintegrowana z HDF4 przez naukowców i
+programistów UNM.
+
+%package devel
+Summary: Header files for SZIP library
+Summary(pl): Pliki nagłówkowe biblioteki SZIP
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+Header files for SZIP library.
+
+%description devel -l pl
+Pliki nagłówkowe biblioteki SZIP.
+
+%package static
+Summary: Static SZIP library
+Summary(pl): Statyczna biblioteka SZIP
+Group: Development/Libraries
+Requires: %{name}-devel = %{version}-%{release}
+
+%description static
+Static SZIP library.
+
+%description static -l pl
+Statyczna biblioteka SZIP.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+cp -f /usr/share/automake/config.* bin
+%configure \
+ %{!?with_encoder:--disable-encoding}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc COPYING RELEASE.txt
+%attr(755,root,root) %{_libdir}/libsz.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libsz.so
+%{_libdir}/libsz.la
+%{_includedir}/*.h
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libsz.a
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2005/02/27 21:30:14 qboosh
+- new
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit