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:
Greg Freemyer 2020-10-18 23:17:31 +00:00 committed by Git OBS Bridge
parent 569c925f83
commit 391cf7237b
2 changed files with 12 additions and 7 deletions

View File

@ -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> Tue May 5 11:03:08 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -129,7 +129,7 @@ different applications like Windows Search, Windows Mail, Exchange, Active
Directory, etc. Directory, etc.
%prep %prep
%setup -q -n libesedb-%{timestamp} %setup -n libesedb-%{timestamp}
cp "%{SOURCE2}" . cp "%{SOURCE2}" .
cp "%{SOURCE3}" . cp "%{SOURCE3}" .
cp "%{SOURCE4}" . cp "%{SOURCE4}" .
@ -157,20 +157,20 @@ find %{buildroot} -type f -name "*.la" -delete -print
%files -n %{lname} %files -n %{lname}
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS ChangeLog %doc AUTHORS ChangeLog
%license COPYING %license COPYING*
%{_libdir}/libesedb.so.* %{_libdir}/libesedb.so.*
%files tools %files tools
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS ChangeLog %doc AUTHORS README ChangeLog
%license COPYING %license COPYING*
%{_bindir}/esedb* %{_bindir}/esedb*
%{_mandir}/man1/esedb*.1* %{_mandir}/man1/esedb*.1*
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS README ChangeLog %doc AUTHORS README ChangeLog
%license COPYING %license COPYING*
%doc Exchange.pdf %doc Exchange.pdf
%doc Extensible_Storage_Engine_* %doc Extensible_Storage_Engine_*
%doc Forensic_analysis_of_the_Windows_Search_database.pdf %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} %files -n python2-%{name}
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS README ChangeLog %doc AUTHORS README ChangeLog
%license COPYING %license COPYING*
%{python2_sitearch}/pyesedb.so %{python2_sitearch}/pyesedb.so
%endif %endif
%files -n python3-%{name} %files -n python3-%{name}
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS README ChangeLog %doc AUTHORS README ChangeLog
%license COPYING %license COPYING*
%{python3_sitearch}/pyesedb.so %{python3_sitearch}/pyesedb.so
%changelog %changelog