Create a snoopy RPM for RHEL/CentOS.
To download package sources and install build dependencies
yum -y install rpmdevtools yum-utils git
To build the package follow the steps outlined below
git clone https://github.com/linuxhq/rpmbuild-snoopy.git rpmbuild
mkdir rpmbuild/SOURCES
spectool -g -R rpmbuild/SPECS/snoopy.spec
yum-builddep rpmbuild/SPECS/snoopy.spec
rpmbuild -ba rpmbuild/SPECS/snoopy.spec
Do you need trustworthy hosted package repositories? Then packagecloud is for you.
A big thank you to packagecloud for supporting the open source community!
BSD
This package was created by Taylor Kimball.