auto-import changelog data from libpng-1.2.2-16.src.rpm

1.2.2-15
- change pkg-config to use libdir instead of hardcoding /usr/lib
Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
1.2.2-12
- add Provides: libpng.so.3, #67007
Fri Jan 24 2003 Jonathan Blandford <jrb@redhat.com>
- change requires to include the Epoch
1.2.2-11
- Bump & rebuild
Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
1.2.2-9
- Bump & rebuild
This commit is contained in:
cvsdist 2004-09-09 07:41:20 +00:00
parent 8417c5155d
commit e6da2b8799

View File

@ -1,17 +1,17 @@
Summary: A library of functions for manipulating PNG image format files.
Name: libpng
Version: 1.2.2
Release: 8
Release: 16
License: OSI certified
Group: System Environment/Libraries
Source: ftp://swrinde.nde.swri.edu/pub/png/src/libpng-%{version}.tar.bz2
Source2: ftp://swrinde.nde.swri.edu/pub/png/src/libpng-1.2.2patch03-makefiles.tar.gz
Patch0: libpng-1.2.2-rhconf.patch
Patch1: libpng-1.0.9-badchunks.patch
Patch2: libpng-1.0.12-transfix.patch
Patch2: libpng-1.2.2-libdirfix.patch
Buildroot: %{_tmppath}/%{name}-%{version}-root
BuildPrereq: zlib-devel
Provides: libpng.so.3
URL: http://www.libpng.org/pub/png/
%define LIBVER 3.%{version}
Epoch: 2
@ -49,15 +49,15 @@ the libpng package.
ln -s scripts/makefile.linux Makefile
%patch0 -p1 -b .rhconf
%patch1 -p1 -b .badchunk
%patch2 -p1 -b .transfix
%patch2 -p1 -b .libdirfix
%build
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
make ZLIBLIB=%{_libdir} RPM_OPT_FLAGS="$RPM_OPT_FLAGS" LIBPATH=%{_libdir}
%install
rm -rf $RPM_BUILD_ROOT
make install prefix=$RPM_BUILD_ROOT/usr
make install prefix=$RPM_BUILD_ROOT/usr LIBPATH=$RPM_BUILD_ROOT%{_libdir}
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man{3,5}
install -c -m 644 *.3 $RPM_BUILD_ROOT%{_mandir}/man3
install -c -m 644 *.5 $RPM_BUILD_ROOT%{_mandir}/man5
@ -90,8 +90,29 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/man5/libpng.so*
rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Dec 19 2002 Jonathan Blandford <jrb@redhat.com>
- add security update
* Mon Feb 24 2003 Jonathan Blandford <jrb@redhat.com> 2:1.2.2-15
- change pkg-config to use libdir instead of hardcoding /usr/lib
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Thu Feb 20 2003 Jonathan Blandford <jrb@redhat.com> 2:1.2.2-12
- add Provides: libpng.so.3, #67007
* Fri Jan 24 2003 Jonathan Blandford <jrb@redhat.com>
- change requires to include the Epoch
* Thu Jan 23 2003 Karsten Hopp <karsten@redhat.de> 2:1.2.2-11
- Bump & rebuild
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
* Wed Jan 15 2003 Elliot Lee <sopwith@redhat.com> 2:1.2.2-9
- Bump & rebuild
* Thu Dec 12 2002 Tim Powers <timp@redhat.com> 2:1.2.2-7
- merge changes in from -6hammer
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild