From c3a5b1d48db2355564f6c56074b7eb8ab86e5b71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B0=D0=B4=D0=B8=D0=BC=20=D0=9C=D0=BE=D1=80=D0=BE?= =?UTF-8?q?=D0=B7=D0=BE=D0=B2?= Date: Sat, 13 Aug 2022 00:07:54 +0300 Subject: [PATCH] =?UTF-8?q?SPEC=20=D0=B4=D0=BB=D1=8F=20wavemon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wavemon.spec | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 wavemon.spec diff --git a/wavemon.spec b/wavemon.spec new file mode 100644 index 0000000..c395e5f --- /dev/null +++ b/wavemon.spec @@ -0,0 +1,52 @@ +%define debug_package %{nil} +%define _build_id_links none +%define _disable_source_fetch 0 + +%define component_name wavemon + +Name: %{component_name} +Version: git +Release: alt1 +License: GPLv3 +Summary: wavemon is a wireless device monitoring application +Group: System/Network +Packager: Vadim Morozov +BuildRequires: libncurses-devel libnl-devel autoconf +Requires: libncurses libnl3 + +Source0: https://github.com/uoaerg/wavemon/archive/refs/heads/master.zip + +%description +This is an Offline full chain exploit for PS4 firmware 6.72, 7.02, 7.55 & 9.00 with 100% Success Rate + +%prep +%setup -qn wavemon-master + +%build + +./configure --prefix=/usr +make + +%install +mkdir -p %{buildroot}/bin +mkdir -p %{buildroot}/usr/share/man/man1/wavemon.1 +mkdir -p %{buildroot}/usr/share/man/man5/wavemon.5 +mkdir -p %{buildroot}/usr/share/wavemon +/usr/bin/ginstall -c -m 0755 -d %{buildroot}/usr/bin +/usr/bin/ginstall -c -m 0755 wavemon %{buildroot}/usr/bin +#/usr/bin/ginstall -c -m 0755 -d %{buildroot}/usr/share/man/man1 +#/usr/bin/ginstall -c -m 0644 wavemon.1 %{buildroot}/usr/share/man/man1 +#/usr/bin/ginstall -c -m 0755 -d %{buildroot}/usr/share/man/man5 +#/usr/bin/ginstall -c -m 0644 wavemonrc.5 %{buildroot}/usr/share/man/man5 +/usr/bin/ginstall -c -m 0755 -d %{buildroot}/usr/share/wavemon +/usr/bin/ginstall -c -m 0644 README.md LICENSE %{buildroot}/usr/share/wavemon + + + +%files +/usr/bin/wavemon +/usr/share/man/man1/wavemon.1 +/usr/share/man/man5/wavemon.5 +/usr/share/wavemon/LICENSE + +