diff --git a/libewf.spec b/libewf.spec index 45d5c96..70e3cbe 100644 --- a/libewf.spec +++ b/libewf.spec @@ -1,11 +1,10 @@ Name: libewf Version: 20140608 -Release: 13 +Release: 14 Summary: Library to access the Expert Witness Compression Format (EWF) License: LGPLv3+ URL: http://sourceforge.net/projects/libewf/ -#Source0 url: https://github.com/ArchAssault-Project/libewf/archive/v.20140608.tar.gz -Source0: %{name}-%{version}.tar.gz +Source0: https://github.com/ArchAssault-Project/libewf/archive/v.20140608.tar.gz BuildRequires: gcc-c++ fuse-devel libuuid-devel openssl-devel zlib-devel python2-devel %description @@ -80,5 +79,8 @@ sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool %{_mandir}/man3/*.gz %changelog +* Wed Sep 2 2020 zhangtao - 20140608-14 +- Modify the Source0 Url + * Tue Feb 25 2020 Tianfei - 20140608-13 - Package init diff --git a/libewf-20140608.tar.gz b/v.20140608.tar.gz similarity index 100% rename from libewf-20140608.tar.gz rename to v.20140608.tar.gz