Name: radamsa Version: 0.4 Release: 2%{?dist} Summary: Test case generator for robustness testing License: MIT URL: http://code.google.com/p/ouspg/wiki/Radamsa Source0: https://github.com/aoh/radamsa/archive/v0.4.tar.gz #https://code.google.com/p/ouspg/issues/detail?id=98 Patch0: 0001-added-patch-by-Nirajan-to-build-with-usr-bin-ol-when.patch BuildRequires: owl-lisp %description Radamsa is a test case generator for robustness testing. It can be used to test how well a program can stand malformed and potentially malicious inputs. %prep %setup -q -n %{name}-%{version} %patch0 -p1 %build make build_radamsa CFLAGS="%{optflags}" %{?_smp_mflags} chmod 644 radamsa.c %install %make_install %files %doc README LICENCE %{_bindir}/* %{_mandir}/man1/* %changelog * Fri Dec 19 2014 Niranjan MR - 0.4-2 Add new target build_radamsa to build radamsa.c from /usr/bin/ol * Thu Nov 27 2014 Niranjan MR - 0.4-1 - initial version