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:
parent
c4a355ca2f
commit
050e865160
21
zlib.spec
21
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 <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>
|
||||
- Updated URL
|
||||
- Add version dependency for zlib-devel
|
||||
|
Loading…
Reference in New Issue
Block a user