From 050e86516015dc3e57c2f185c963295ecf602059 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 15:17:48 +0000 Subject: auto-import changelog data from zlib-1.1.3-24.src.rpm Sun Aug 26 2001 Trond Eivind Glomsr�d 1.1.3-24 - Add example.c and minigzip.c to the doc files, as they are listed as examples in the README (#52574) --- diff --git a/zlib.spec b/zlib.spec index d6403a1..f066c70 100644 --- a/zlib.spec +++ b/zlib.spec @@ -1,7 +1,7 @@ Summary: The zlib compression and decompression library. Name: zlib Version: 1.1.3 -Release: 23 +Release: 24 Group: System Environment/Libraries Source: ftp://ftp.info-zip.org/pub/infozip/zlib/zlib-%{version}.tar.gz Patch0: zlib-1.1.3-glibc.patch @@ -11,15 +11,11 @@ Prefix: %{_prefix} BuildRoot: %{_tmppath}/%{name}-%{version}-root %description -The zlib compression library provides in-memory compression and -decompression functions, including integrity checks of the -uncompressed data. This version of the library supports only one -compression method (deflation), but other algorithms may be added -later, which will have the same stream interface. The zlib library is -used by many different system programs. +Zlib is a general-purpose, patent-free, lossless data compression +library which is used by many different programs. %package devel -Summary: Header files and libraries for developing apps which will use zlib. +Summary: Header files and libraries for Zlib development. Group: Development/Libraries Requires: zlib = %{version} @@ -28,9 +24,6 @@ The zlib-devel package contains the header files and libraries needed to develop programs that use the zlib compression and decompression library. -Install the zlib-devel package if you want to develop applications that -will use the zlib library. - %prep %setup -q %patch0 -p1 -b .glibc @@ -78,13 +71,17 @@ rm -rf ${RPM_BUILD_ROOT} %files devel %defattr(-,root,root) -%doc ChangeLog algorithm.txt +%doc ChangeLog algorithm.txt minigzip.c example.c %{_libdir}/*.a %{_libdir}/*.so %{_includedir}/* %{_mandir}/man3/zlib.3* %changelog +* Sun Aug 26 2001 Trond Eivind Glomsr�d 1.1.3-24 +- Add example.c and minigzip.c to the doc files, as + they are listed as examples in the README (#52574) + * Mon Jun 18 2001 Trond Eivind Glomsr�d - Updated URL - Add version dependency for zlib-devel