diff --git a/libesedb.changes b/libesedb.changes index d1c51a1..bbd8b24 100644 --- a/libesedb.changes +++ b/libesedb.changes @@ -1,3 +1,8 @@ +Sun Oct 11 12:33:40 UTC 2020 - Christopher Yeleighton + +- add LGPL text +- add README to tools + ------------------------------------------------------------------- Tue May 5 11:03:08 UTC 2020 - Dominique Leuenberger diff --git a/libesedb.spec b/libesedb.spec index 11af396..83a14cc 100644 --- a/libesedb.spec +++ b/libesedb.spec @@ -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