forked from pool/debugedit
Accepting request 989010 from Base:System
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/989010 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/debugedit?expand=0&rev=3
This commit is contained in:
commit
f5b8700d77
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 6 12:43:49 UTC 2022 - Ludwig Nussel <lnussel@suse.de>
|
||||||
|
|
||||||
|
- move find-debuginfo and sepdebugcrcfix which are basically tools
|
||||||
|
for use by rpmbuild only to /usr/lib/rpm where they used to be
|
||||||
|
when debugedit was bundled with rpm.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 27 11:36:59 UTC 2022 - Ludwig Nussel <lnussel@suse.de>
|
Mon Jun 27 11:36:59 UTC 2022 - Ludwig Nussel <lnussel@suse.de>
|
||||||
|
|
||||||
|
@ -63,13 +63,17 @@ autoreconf -fiv
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
mkdir -p %{buildroot}/usr/lib/rpm
|
||||||
|
mv %{buildroot}%{_bindir}/{find-debuginfo,sepdebugcrcfix} %{buildroot}/usr/lib/rpm
|
||||||
|
ln -s ../../bin/debugedit %{buildroot}/usr/lib/rpm
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING3
|
%license COPYING3
|
||||||
%doc README
|
%doc README
|
||||||
%{_bindir}/debugedit
|
%{_bindir}/debugedit
|
||||||
%{_bindir}/find-debuginfo
|
/usr/lib/rpm/debugedit
|
||||||
%{_bindir}/sepdebugcrcfix
|
/usr/lib/rpm/find-debuginfo
|
||||||
|
/usr/lib/rpm/sepdebugcrcfix
|
||||||
%{_mandir}/man1/debugedit.1%{?ext_man}
|
%{_mandir}/man1/debugedit.1%{?ext_man}
|
||||||
%{_mandir}/man1/find-debuginfo.1%{?ext_man}
|
%{_mandir}/man1/find-debuginfo.1%{?ext_man}
|
||||||
%{_mandir}/man1/sepdebugcrcfix.1%{?ext_man}
|
%{_mandir}/man1/sepdebugcrcfix.1%{?ext_man}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user