From 050e86516015dc3e57c2f185c963295ecf602059 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 15:17:48 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20zlib-1.?= =?UTF-8?q?1.3-24.src.rpm=20Sun=20Aug=2026=202001=20Trond=20Eivind=20Gloms?= =?UTF-8?q?r=F8d=20=201.1.3-24=20-=20Add=20example.c=20and?= =?UTF-8?q?=20minigzip.c=20to=20the=20doc=20files,=20as=20they=20are=20lis?= =?UTF-8?q?ted=20as=20=20=20=20=20examples=20in=20the=20README=20(#52574)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zlib.spec | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) 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