auto-import changelog data from netpbm-9.24-5.src.rpm
Wed Jun 19 2002 Phil Knirsch <pknirsch@redhat.com> 9.24-5 - Don't forcibly strip binaries Thu May 23 2002 Tim Powers <timp@redhat.com> - automated rebuild
This commit is contained in:
parent
d77b60b136
commit
6a85a0e659
14
netpbm-9.24-strip.patch
Normal file
14
netpbm-9.24-strip.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
--- netpbm-9.24/Makefile.config.in.strip Wed Jun 19 16:02:02 2002
|
||||||
|
+++ netpbm-9.24/Makefile.config.in Wed Jun 19 16:09:25 2002
|
||||||
|
@@ -56,9 +56,9 @@
|
||||||
|
|
||||||
|
# STRIPFLAG is the option you pass to the above install program to make it
|
||||||
|
# strip unnecessary information out of binaries.
|
||||||
|
-STRIPFLAG = -s
|
||||||
|
+# STRIPFLAG = -s
|
||||||
|
# If you don't want to strip the binaries, just leave it null:
|
||||||
|
-#STRIPFLAG =
|
||||||
|
+STRIPFLAG =
|
||||||
|
|
||||||
|
SYMLINK = ln -s
|
||||||
|
# At least some Windows environments don't have any concept of symbolic
|
10
netpbm.spec
10
netpbm.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: A library for handling different graphics file formats.
|
Summary: A library for handling different graphics file formats.
|
||||||
Name: netpbm
|
Name: netpbm
|
||||||
Version: 9.24
|
Version: 9.24
|
||||||
Release: 3
|
Release: 5
|
||||||
Copyright: freeware
|
Copyright: freeware
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source0: netpbm-9.24-nojbig.tar.bz2
|
Source0: netpbm-9.24-nojbig.tar.bz2
|
||||||
@ -10,6 +10,7 @@ Source2: test-images.tar.gz
|
|||||||
Patch0: netpbm-9.8-install.patch
|
Patch0: netpbm-9.8-install.patch
|
||||||
Patch1: netpbm-9.9-time.patch
|
Patch1: netpbm-9.9-time.patch
|
||||||
Patch2: netpbm-9.24-struct.patch
|
Patch2: netpbm-9.24-struct.patch
|
||||||
|
Patch3: netpbm-9.24-strip.patch
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
BuildPrereq: libjpeg-devel, libpng-devel, libtiff-devel, perl
|
BuildPrereq: libjpeg-devel, libpng-devel, libtiff-devel, perl
|
||||||
Obsoletes: libgr
|
Obsoletes: libgr
|
||||||
@ -56,6 +57,7 @@ netpbm-progs. You'll also need to install the netpbm package.
|
|||||||
%patch0 -p1 -b .install
|
%patch0 -p1 -b .install
|
||||||
%patch1 -p1 -b .time
|
%patch1 -p1 -b .time
|
||||||
%patch2 -p1 -b .struct
|
%patch2 -p1 -b .struct
|
||||||
|
%patch3 -p1 -b .strip
|
||||||
|
|
||||||
mv shhopt/shhopt.h shhopt/pbmshhopt.h
|
mv shhopt/shhopt.h shhopt/pbmshhopt.h
|
||||||
perl -pi -e 's|shhopt.h|pbmshhopt.h|g' `find -name "*.c" -o -name "*.h"` ./GNUmakefile
|
perl -pi -e 's|shhopt.h|pbmshhopt.h|g' `find -name "*.c" -o -name "*.h"` ./GNUmakefile
|
||||||
@ -174,6 +176,12 @@ $RPM_BUILD_ROOT%{_bindir}/{ppmfade,ppmshadow}
|
|||||||
%{_mandir}/man5/*
|
%{_mandir}/man5/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 19 2002 Phil Knirsch <pknirsch@redhat.com> 9.24-5
|
||||||
|
- Don't forcibly strip binaries
|
||||||
|
|
||||||
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
||||||
|
- automated rebuild
|
||||||
|
|
||||||
* Tue Apr 09 2002 Phil Knirsch <pknirsch@redhat.com> 9.24-3
|
* Tue Apr 09 2002 Phil Knirsch <pknirsch@redhat.com> 9.24-3
|
||||||
- Fixed a possible gcc compiler problem for inline struct parameters (#62181).
|
- Fixed a possible gcc compiler problem for inline struct parameters (#62181).
|
||||||
- Added missing .map files to progs files selection (#61625).
|
- Added missing .map files to progs files selection (#61625).
|
||||||
|
Loading…
Reference in New Issue
Block a user