Accepting request 842420 from home:gregfreemyer:Tools-for-forensic-boot-cd
- add LGPL text - add README to tools OBS-URL: https://build.opensuse.org/request/show/842420 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libesedb?expand=0&rev=15
This commit is contained in:
parent
569c925f83
commit
391cf7237b
@ -1,3 +1,8 @@
|
||||
Sun Oct 11 12:33:40 UTC 2020 - Christopher Yeleighton <giecrilj@stegny.2a.pl>
|
||||
|
||||
- add LGPL text
|
||||
- add README to tools
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 5 11:03:08 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -129,7 +129,7 @@ different applications like Windows Search, Windows Mail, Exchange, Active
|
||||
Directory, etc.
|
||||
|
||||
%prep
|
||||
%setup -q -n libesedb-%{timestamp}
|
||||
%setup -n libesedb-%{timestamp}
|
||||
cp "%{SOURCE2}" .
|
||||
cp "%{SOURCE3}" .
|
||||
cp "%{SOURCE4}" .
|
||||
@ -157,20 +157,20 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%files -n %{lname}
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog
|
||||
%license COPYING
|
||||
%license COPYING*
|
||||
%{_libdir}/libesedb.so.*
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog
|
||||
%license COPYING
|
||||
%doc AUTHORS README ChangeLog
|
||||
%license COPYING*
|
||||
%{_bindir}/esedb*
|
||||
%{_mandir}/man1/esedb*.1*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS README ChangeLog
|
||||
%license COPYING
|
||||
%license COPYING*
|
||||
%doc Exchange.pdf
|
||||
%doc Extensible_Storage_Engine_*
|
||||
%doc Forensic_analysis_of_the_Windows_Search_database.pdf
|
||||
@ -186,14 +186,14 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%files -n python2-%{name}
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS README ChangeLog
|
||||
%license COPYING
|
||||
%license COPYING*
|
||||
%{python2_sitearch}/pyesedb.so
|
||||
%endif
|
||||
|
||||
%files -n python3-%{name}
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS README ChangeLog
|
||||
%license COPYING
|
||||
%license COPYING*
|
||||
%{python3_sitearch}/pyesedb.so
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user