- Clean up spec file using spec-cleaner
- Update project url OBS-URL: https://build.opensuse.org/package/show/devel:tools/honggfuzz?expand=0&rev=14
This commit is contained in:
parent
daafd22af4
commit
cb30517f06
@ -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
|
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
|
Summary: Security-oriented fuzzer with various analysis options
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Tools/Other
|
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
|
Source: https://github.com/google/honggfuzz/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: binutils-devel
|
BuildRequires: binutils-devel
|
||||||
BuildRequires: libunwind-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"
|
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
|
||||||
install -D -p -m 0755 %{name} \
|
install -Dpm 0755 %{name} \
|
||||||
%{buildroot}%{_bindir}/%{name}
|
%{buildroot}%{_bindir}/%{name}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%license COPYING
|
||||||
%doc COPYING CHANGELOG CONTRIBUTING README.md
|
%doc CHANGELOG CONTRIBUTING README.md
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user