diff --git a/zlib.spec b/zlib.spec index f5f4053..d6403a1 100644 --- a/zlib.spec +++ b/zlib.spec @@ -1,14 +1,14 @@ Summary: The zlib compression and decompression library. Name: zlib Version: 1.1.3 -Release: 22 +Release: 23 Group: System Environment/Libraries Source: ftp://ftp.info-zip.org/pub/infozip/zlib/zlib-%{version}.tar.gz Patch0: zlib-1.1.3-glibc.patch -URL: http://www.info-zip.org/pub/infozip/zlib/ -Copyright: BSD +URL: http://www.gzip.org/zlib/ +License: BSD Prefix: %{_prefix} -BuildRoot: %{_tmppath}/%{name}-root +BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The zlib compression library provides in-memory compression and @@ -21,7 +21,7 @@ used by many different system programs. %package devel Summary: Header files and libraries for developing apps which will use zlib. Group: Development/Libraries -Requires: zlib +Requires: zlib = %{version} %description devel The zlib-devel package contains the header files and libraries needed @@ -85,6 +85,11 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man3/zlib.3* %changelog +* Mon Jun 18 2001 Trond Eivind Glomsrød +- Updated URL +- Add version dependency for zlib-devel +- s/Copyright/License/ + * Wed Feb 14 2001 Trond Eivind Glomsrød - bumped version number - this is the old version without the performance enhancements