forked from pool/libewf
Accepting request 1030853 from home:lnussel:branches:security:forensics
- UsrMerge (boo#1191067) OBS-URL: https://build.opensuse.org/request/show/1030853 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libewf?expand=0&rev=23
This commit is contained in:
parent
bb7a4f6b71
commit
bebe6a2b8b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 24 08:16:38 UTC 2022 - Ludwig Nussel <lnussel@suse.de>
|
||||||
|
|
||||||
|
- UsrMerge (boo#1191067)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 8 11:37:44 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
Mon Aug 8 11:37:44 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -134,8 +134,8 @@ echo "V_%version { global: *; };" >v.sym
|
|||||||
%install
|
%install
|
||||||
mv %_builddir/rt/* %buildroot/
|
mv %_builddir/rt/* %buildroot/
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
install -Dpm0755 "%{SOURCE2}" "%{buildroot}/sbin/mount.ewf"
|
install -Dpm0755 "%{SOURCE2}" "%{buildroot}%{_sbindir}/mount.ewf"
|
||||||
ln -s mount.ewf "%{buildroot}/sbin/umount.ewf"
|
ln -s mount.ewf "%{buildroot}%{_sbindir}/umount.ewf"
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
@ -159,7 +159,7 @@ make check
|
|||||||
%{_bindir}/ewfdebug
|
%{_bindir}/ewfdebug
|
||||||
|
|
||||||
%{_mandir}/man1/ewf*.1*
|
%{_mandir}/man1/ewf*.1*
|
||||||
/sbin/*mount.ewf
|
%{_sbindir}/*mount.ewf
|
||||||
|
|
||||||
%files -n %name-devel
|
%files -n %name-devel
|
||||||
%license COPYING*
|
%license COPYING*
|
||||||
|
Loading…
Reference in New Issue
Block a user