auto-import changelog data from libpng-1.2.5-2.src.rpm
1.2.5-2 - add patch to link libm automatically - get rid of rpath
This commit is contained in:
parent
0d2f9b177d
commit
9b21269a59
@ -1,13 +1,14 @@
|
|||||||
Summary: A library of functions for manipulating PNG image format files.
|
Summary: A library of functions for manipulating PNG image format files.
|
||||||
Name: libpng
|
Name: libpng
|
||||||
Version: 1.2.5
|
Version: 1.2.5
|
||||||
Release: 1
|
Release: 2
|
||||||
License: OSI certified
|
License: OSI certified
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: ftp://swrinde.nde.swri.edu/pub/png/src/libpng-%{version}.tar.bz2
|
Source: ftp://swrinde.nde.swri.edu/pub/png/src/libpng-%{version}.tar.bz2
|
||||||
Patch0: libpng-1.2.5-rhconf.patch
|
Patch0: libpng-1.2.5-rhconf.patch
|
||||||
Patch1: libpng-1.2.2-libdirfix.patch
|
Patch1: libpng-1.2.2-libdirfix.patch
|
||||||
Patch2: libpng-1.2.5-oob_error_message.patch
|
Patch2: libpng-1.2.5-oob_error_message.patch
|
||||||
|
Patch3: libpng-1.2.5-misc.patch
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildPrereq: zlib-devel
|
BuildPrereq: zlib-devel
|
||||||
Provides: libpng.so.3
|
Provides: libpng.so.3
|
||||||
@ -47,6 +48,7 @@ ln -s scripts/makefile.linux Makefile
|
|||||||
%patch0 -p1 -b .rhconf
|
%patch0 -p1 -b .rhconf
|
||||||
%patch1 -p1 -b .libdirfix
|
%patch1 -p1 -b .libdirfix
|
||||||
%patch2 -p1 -b .oob_error_message
|
%patch2 -p1 -b .oob_error_message
|
||||||
|
%patch3 -p1 -b .misc
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make ZLIBLIB=%{_libdir} RPM_OPT_FLAGS="$RPM_OPT_FLAGS" LIBPATH=%{_libdir}
|
make ZLIBLIB=%{_libdir} RPM_OPT_FLAGS="$RPM_OPT_FLAGS" LIBPATH=%{_libdir}
|
||||||
@ -79,6 +81,10 @@ make install prefix=$RPM_BUILD_ROOT/usr LIBPATH=$RPM_BUILD_ROOT%{_libdir}
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 24 2004 Than Ngo <than@redhat.com> 2:1.2.5-2
|
||||||
|
- add patch to link libm automatically
|
||||||
|
- get rid of rpath
|
||||||
|
|
||||||
* Wed May 19 2004 Matthias Clasen <mclasen@redhat.com> 2:1.2.5-1
|
* Wed May 19 2004 Matthias Clasen <mclasen@redhat.com> 2:1.2.5-1
|
||||||
- 1.2.5
|
- 1.2.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user