mirror of
https://github.com/darold/squidanalyzer.git
synced 2025-08-31 06:48:14 +02:00
A packaging/README file is added to explain how to use rpmbuild. Thanks to NuxRo for the report.
RPM/ Holds squidanalyzer.spec need to build an RPM package for RH/CentOs/Fedora. It may also be usable for other RPM based distribution. Copy the squidanalyzer source tarball under: ~/rpmbuild/SOURCES/ Then create the RPM binary package as follow: rpmbuild -bb squidanalyzer.spec The binary package may be found here: ~/rpmbuild/RPMS/noarch/squidanalyzer-6.6-1.noarch.rpm To check which file will be installed and where: rpm -qlp ~/rpmbuild/RPMS/noarch/squidanalyzer-6.6-1.el7.noarch.rpm To install run: rpm -i ~/rpmbuild/RPMS/noarch/squidanalyzer-6.6-1.noarch.rpm