diff --git a/zstd.spec b/zstd.spec index afd5498..6c17567 100644 --- a/zstd.spec +++ b/zstd.spec @@ -13,7 +13,7 @@ Version: 1.5.6 Release: 1 License: BSD and GPLv2+ Group: Archiving/Compression -Url: http://www.zstd.net/ +Url: http://www.zstd.net Source0: https://github.com/facebook/zstd/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: gtest-devel BuildRequires: pkgconfig(liblz4) @@ -83,7 +83,7 @@ Static library for zstd. #---------------------------------------------------------------------------- %prep -%autosetup -p1 +%setup -q # Get rid of -L/usr/lib insanity sed -i -e 's,-L\${libdir} ,,g' lib/*.pc.in sed -i -e '/^Cflags:/d' lib/*.pc.in