diff --git a/honggfuzz.changes b/honggfuzz.changes index ce3ae5b..cd4e5d2 100644 --- a/honggfuzz.changes +++ b/honggfuzz.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 8 14:06:22 UTC 2018 - mpluskal@suse.com + +- Clean up spec file using spec-cleaner +- Update project url + ------------------------------------------------------------------- Fri Feb 23 13:24:12 UTC 2018 - mvetter@suse.com diff --git a/honggfuzz.spec b/honggfuzz.spec index 4439b03..a09f659 100644 --- a/honggfuzz.spec +++ b/honggfuzz.spec @@ -22,7 +22,7 @@ Release: 0 Summary: Security-oriented fuzzer with various analysis options License: Apache-2.0 Group: Development/Tools/Other -Url: https://google.github.io/honggfuzz/ +URL: http://honggfuzz.com Source: https://github.com/google/honggfuzz/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: binutils-devel BuildRequires: libunwind-devel @@ -41,12 +41,12 @@ export CFLAGS="%{optflags}" make %{?_smp_mflags} ARCH_LDFLAGS="-L/usr/local/include -L/usr/include -lpthread -lunwind-ptrace -lunwind-generic -lbfd -lopcodes -lrt -liberty -lz -ldl" %install -install -D -p -m 0755 %{name} \ +install -Dpm 0755 %{name} \ %{buildroot}%{_bindir}/%{name} %files -%defattr(-,root,root) -%doc COPYING CHANGELOG CONTRIBUTING README.md +%license COPYING +%doc CHANGELOG CONTRIBUTING README.md %{_bindir}/%{name} %changelog