Name: preeny URL: https://github.com/zardus/preeny Version: 0.1 Release: 2%{?dist} License: BSD BuildRequires: coreutils, make, gcc, libini_config-devel Group: Development/Tools Summary: Some helpful preload libraries for pwning stuff Source0: https://github.com/zardus/preeny/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz %description Preeny helps you pwn noobs by making it easier to interact with services locally. It disables fork(), rand(), and alarm() and, if you want, can convert a server application to a console one using clever/hackish tricks, and can even patch binaries. %prep %setup -q %build export CFLAGS="%{optflags}" export LDFLAGS="%{?__global_ldflags}" make %{?_smp_mflags} %install cd src install -p -D -t %{buildroot}%{_libdir}/%{name} *.so %files %license LICENSE %doc README.md %dir %{_libdir}/%{name} %{_libdir}/%{name}/*.so %changelog * Tue Aug 8 2017 Jaroslav Škarvada - 0.1-2 - Various fixes according to review * Mon Aug 7 2017 Jaroslav Škarvada - 0.1-1 - Initial version