squidanalyzer/packaging
Gilles Darold 070c5f94ad Fix broken squidanalyzer.spec and adjust Makefile.PL to have files at the right place.
A packaging/README file is added to explain how to use rpmbuild.
Thanks to NuxRo for the report.
2019-01-02 23:37:00 +01:00
..
RPM Fix broken squidanalyzer.spec and adjust Makefile.PL to have files at the right place. 2019-01-02 23:37:00 +01:00
README Fix broken squidanalyzer.spec and adjust Makefile.PL to have files at the right place. 2019-01-02 23:37:00 +01:00

README

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