diff --git a/libmsiecf-alpha-20191221.tar.gz b/libmsiecf-alpha-20191221.tar.gz deleted file mode 100644 index b4e957e..0000000 --- a/libmsiecf-alpha-20191221.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f58a6158ed261f5a7248b62825f9ebff5b9494271299a69a181ff0805e0fece -size 1506964 diff --git a/libmsiecf-alpha-20200710.tar.gz b/libmsiecf-alpha-20200710.tar.gz new file mode 100644 index 0000000..1cea626 --- /dev/null +++ b/libmsiecf-alpha-20200710.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b39d2dcfdd2354eba2fb39109dab874674337d5e8337b6ac5cbc7ea280a452f +size 1529620 diff --git a/libmsiecf.changes b/libmsiecf.changes index f532016..7b9ea88 100644 --- a/libmsiecf.changes +++ b/libmsiecf.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Dec 30 01:21:55 UTC 2020 - Greg Freemyer + +- updated to 0~20200710 + * Code clean up +- remove BuildRequires: pkg-config +- add COPYING* to %license line + ------------------------------------------------------------------- Thu Apr 30 00:50:15 UTC 2020 - Greg Freemyer diff --git a/libmsiecf.spec b/libmsiecf.spec index c7469cc..7655930 100644 --- a/libmsiecf.spec +++ b/libmsiecf.spec @@ -18,7 +18,7 @@ Name: libmsiecf %define lname libmsiecf1 -%define timestamp 20191221 +%define timestamp 20200710 Version: 0~%timestamp Release: 0 Summary: Library to parse MS Internet Explorer Cache Files @@ -27,7 +27,7 @@ Group: Productivity/File utilities URL: https://github.com/libyal/libmsiecf/wiki Source: https://github.com/libyal/libmsiecf/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz Source2: MSIE_Cache_File_index.dat_format.pdf -BuildRequires: pkg-config +#BuildRequires: pkg-config BuildRequires: pkgconfig(libbfio) >= 20120426 BuildRequires: pkgconfig(libcdata) >= 20190112 BuildRequires: pkgconfig(libcfile) >= 20120526 @@ -105,7 +105,7 @@ find %buildroot -name '*.la' -delete %files -n %lname %defattr(-,root,root) %doc AUTHORS ChangeLog -%license COPYING +%license COPYING* %_libdir/libmsiecf.so.* %files tools @@ -125,7 +125,7 @@ find %buildroot -name '*.la' -delete %files -n python3-%name %defattr(-,root,root) %doc AUTHORS README -%license COPYING +%license COPYING* %python3_sitearch/pymsiecf.so %changelog