auto-import changelog data from zlib-1.1.3-24.src.rpm

Sun Aug 26 2001 Trond Eivind Glomsrd <teg@redhat.com> 1.1.3-24
- Add example.c and minigzip.c to the doc files, as they are listed as
    examples in the README (#52574)
This commit is contained in:
cvsdist 2004-09-09 15:17:48 +00:00
parent c4a355ca2f
commit 050e865160

View File

@ -1,7 +1,7 @@
Summary: The zlib compression and decompression library. Summary: The zlib compression and decompression library.
Name: zlib Name: zlib
Version: 1.1.3 Version: 1.1.3
Release: 23 Release: 24
Group: System Environment/Libraries Group: System Environment/Libraries
Source: ftp://ftp.info-zip.org/pub/infozip/zlib/zlib-%{version}.tar.gz Source: ftp://ftp.info-zip.org/pub/infozip/zlib/zlib-%{version}.tar.gz
Patch0: zlib-1.1.3-glibc.patch Patch0: zlib-1.1.3-glibc.patch
@ -11,15 +11,11 @@ Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
The zlib compression library provides in-memory compression and Zlib is a general-purpose, patent-free, lossless data compression
decompression functions, including integrity checks of the library which is used by many different programs.
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.
%package devel %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 Group: Development/Libraries
Requires: zlib = %{version} 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 to develop programs that use the zlib compression and decompression
library. library.
Install the zlib-devel package if you want to develop applications that
will use the zlib library.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .glibc %patch0 -p1 -b .glibc
@ -78,13 +71,17 @@ rm -rf ${RPM_BUILD_ROOT}
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%doc ChangeLog algorithm.txt %doc ChangeLog algorithm.txt minigzip.c example.c
%{_libdir}/*.a %{_libdir}/*.a
%{_libdir}/*.so %{_libdir}/*.so
%{_includedir}/* %{_includedir}/*
%{_mandir}/man3/zlib.3* %{_mandir}/man3/zlib.3*
%changelog %changelog
* Sun Aug 26 2001 Trond Eivind Glomsrød <teg@redhat.com> 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 <teg@redhat.com> * Mon Jun 18 2001 Trond Eivind Glomsrød <teg@redhat.com>
- Updated URL - Updated URL
- Add version dependency for zlib-devel - Add version dependency for zlib-devel