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

Wed Feb 14 2001 Trond Eivind Glomsrd <teg@redhat.com>
- bumped version number - this is the old version without the performance
    enhancements
Fri Sep 15 2000 Florian La Roche <Florian.LaRoche@redhat.de>
- add -fPIC for shared libs (patch by Fritz Elfert)
Thu Sep 07 2000 Jeff Johnson <jbj@redhat.com>
- on 64bit systems, make sure libraries are located correctly.
This commit is contained in:
cvsdist 2004-09-09 15:16:39 +00:00
parent 0310f034fc
commit fc75c2bd6e

View File

@ -1,7 +1,7 @@
Summary: The zlib compression and decompression library.
Name: zlib
Version: 1.1.3
Release: 12
Release: 22
Group: System Environment/Libraries
Source: ftp://ftp.info-zip.org/pub/infozip/zlib/zlib-%{version}.tar.gz
Patch0: zlib-1.1.3-glibc.patch
@ -38,7 +38,7 @@ will use the zlib library.
%build
CFLAGS="$RPM_OPT_FLAGS" ./configure --shared --prefix=%{_prefix}
CFLAGS="$RPM_OPT_FLAGS -fPIC" ./configure --shared --prefix=%{_prefix}
make
# now build the static lib
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix}
@ -58,6 +58,12 @@ install -m644 zutil.h ${RPM_BUILD_ROOT}%{_includedir}/zutil.h
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man3
install -m644 zlib.3 ${RPM_BUILD_ROOT}%{_mandir}/man3
if [ "%{_prefix}/lib" != "%{_libdir}" ]; then
mkdir -p ${RPM_BUILD_ROOT}%{_libdir}
mv ${RPM_BUILD_ROOT}%{_prefix}/lib/* ${RPM_BUILD_ROOT}%{_libdir}
rmdir ${RPM_BUILD_ROOT}%{_prefix}/lib
fi
%clean
rm -rf ${RPM_BUILD_ROOT}
@ -79,6 +85,15 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man3/zlib.3*
%changelog
* Wed Feb 14 2001 Trond Eivind Glomsrød <teg@redhat.com>
- bumped version number - this is the old version without the performance enhancements
* Fri Sep 15 2000 Florian La Roche <Florian.LaRoche@redhat.de>
- add -fPIC for shared libs (patch by Fritz Elfert)
* Thu Sep 7 2000 Jeff Johnson <jbj@redhat.com>
- on 64bit systems, make sure libraries are located correctly.
* Thu Aug 17 2000 Jeff Johnson <jbj@redhat.com>
- summaries from specspo.