Accepting request 584450 from devel:tools
- Clean up spec file using spec-cleaner - Update project url OBS-URL: https://build.opensuse.org/request/show/584450 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/honggfuzz?expand=0&rev=7
This commit is contained in:
commit
ee53da407a
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user