eu-strip robustification
This commit is contained in:
parent
5d6f627384
commit
c579df6a01
21
Makefile
21
Makefile
@ -3,15 +3,20 @@
|
||||
NAME := elfutils
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
TARGETS += elfutils-portability.patch
|
||||
|
||||
include ../common/Makefile.common
|
||||
|
||||
elfutils-portability.patch: elfutils-$(VERSION).tar.gz portable.patch
|
||||
rm -rf elfutils-$(VERSION) elfutils-$(VERSION).orig
|
||||
tar xzf $<
|
||||
mv elfutils-$(VERSION) elfutils-$(VERSION).orig
|
||||
tar xzf $<
|
||||
patch -p1 -d elfutils-$(VERSION) < portable.patch
|
||||
cd elfutils-$(VERSION); autoreconf
|
||||
diff -rpu elfutils-$(VERSION).orig elfutils-$(VERSION) | \
|
||||
master-cvsroot = :gserver:cvs.devel.redhat.com:/cvs/devel
|
||||
|
||||
elfutils-portability.patch: elfutils-$(VERSION).tar.gz
|
||||
@rm -rf elfutils-master elfutils-portable
|
||||
cvs -d $(master-cvsroot) -Q export \
|
||||
-d elfutils-master elfutils
|
||||
cvs -d $(master-cvsroot) -Q export \
|
||||
-d elfutils-portable -r portable-branch elfutils
|
||||
cd elfutils-master; autoreconf
|
||||
cd elfutils-portable; autoreconf
|
||||
diff -rpu elfutils-master elfutils-portable | \
|
||||
filterdiff --remove-timestamps --strip=1 --addprefix=elfutils/ > $@.new
|
||||
mv $@.new $@
|
||||
|
@ -1,5 +1,5 @@
|
||||
%define version 0.108
|
||||
%define release 3
|
||||
%define release 4
|
||||
|
||||
%define gpl 0
|
||||
%if %{?_with_compat:1}%{!?_with_compat:0}
|
||||
@ -223,6 +223,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_libdir}/libelf.so
|
||||
|
||||
%changelog
|
||||
* Thu Jun 9 2005 Roland McGrath <roland@redhat.com> - 0.108-4
|
||||
- eu-strip robustification
|
||||
|
||||
* Wed May 25 2005 Roland McGrath <roland@redhat.com> - 0.108-3
|
||||
- more robustification
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user