pkg://quickstrip-1.1-6.src.rpm:12070/quickstrip.spec
info downloads
Summary: An Alpha tool for removing debugging information from kernel images.
Name: quickstrip
Version: 1.1
Release: 6
ExclusiveArch: alpha
Copyright: distributable
Group: Development/Tools
Source: quickstrip-1.1.tar.gz
BuildRoot: /var/tmp/quickstrip-root
%description
The quickstrip utility strips symbolic debugging information from
Linux/Alpha ECOFF binaries. The standard strip utility has occasional
problems with ECOFF binaries (especially, for example, with kernel
images), so quickstrip is used instead.
%prep
%setup -q
%build
make CFLAGS="$RPM_OPT_FLAGS"
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/usr/{bin,man/man1}
make install
install -m 755 -s quickstrip $RPM_BUILD_ROOT/usr/bin/quickstrip
install -m 644 quickstrip.1 $RPM_BUILD_ROOT/usr/man/man1/quickstrip.1
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
/usr/bin/quickstrip
/usr/man/man1/quickstrip.1
%changelog
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 6)
* Thu Dec 17 1998 Michael Maher <mike@redhat.com>
- built pacakge for 6.0
* Tue Aug 11 1998 Jeff Johnson <jbj@redhat.com>
- build root
* Thu Nov 06 1997 Erik Troan <ewt@redhat.com>
- built agsinst glibc 2.0.x