- preserve debuginfo
This commit is contained in:
parent
72edc0ee45
commit
0d0a922e24
@ -1,7 +1,7 @@
|
||||
Summary: A utility which maintains a system's symbolic links.
|
||||
Name: symlinks
|
||||
Version: 1.2
|
||||
Release: 25%{?dist}
|
||||
Release: 26%{?dist}
|
||||
Group: Applications/System
|
||||
License: distributable
|
||||
Source: ftp://metalab.unc.edu/pub/Linux/utils/file/%{name}-%{version}.tar.gz
|
||||
@ -31,7 +31,7 @@ make CFLAGS="$RPM_OPT_FLAGS $(getconf LFS_CFLAGS)"
|
||||
%install
|
||||
mkdir -p $RPM_BUILD_ROOT%{_bindir}
|
||||
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man8
|
||||
install -s -m 755 symlinks $RPM_BUILD_ROOT%{_bindir}
|
||||
install -m 755 symlinks $RPM_BUILD_ROOT%{_bindir}
|
||||
install -m 644 symlinks.8 $RPM_BUILD_ROOT%{_mandir}/man8
|
||||
|
||||
%clean
|
||||
@ -43,7 +43,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man8/symlinks.8*
|
||||
|
||||
%changelog
|
||||
* Thu Jan 18 2007 Tim Waugh <twaugh@redhat.com> 1.2-25
|
||||
* Tue Jan 30 2007 Florian La Roche <laroche@redhat.com> - 1.2-26
|
||||
- do not strip away debuginfo
|
||||
|
||||
* Thu Jan 18 2007 Tim Waugh <twaugh@redhat.com> - 1.2-25
|
||||
- Build with LFS support (bug #206407).
|
||||
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.2-24.2.2
|
||||
|
Loading…
Reference in New Issue
Block a user