Re: [pmacct-discussion] Making an RPM out of source code

2019-03-08 Thread Brian Solar
NetFlow Accounting Daemon, nfacctd 1.7.2-git (20181018-00+c3) Arguments: '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--program-prefix=' '--disable-dependency-tracking' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--d

Re: [pmacct-discussion] Making an RPM out of source code

2019-03-07 Thread Brian Solar
Here is 1.7.2 https://copr.fedorainfracloud.org/coprs/traivor/pmacct Original Message On Mar 7, 2019, 5:12 AM, Edvinas Kairys wrote: > Hello, > > I'm trying to make an RPM file from latest version of PMACCT. Now i came to > problem to gather all required files to pack them in

Re: [pmacct-discussion] Making an RPM out of source code

2019-03-07 Thread Paolo Lucente
Hi Edvinas, For a comprehensive list of files to install (consider some have conditionals, depending of configure time CL switches) you can follow: Makefile.am:all __DATA variables src/Makefile.am:sbin_PROGRAMS and bin_PROGRAMS (*) Paolo (*) I have just committed removing

[pmacct-discussion] Making an RPM out of source code

2019-03-07 Thread Edvinas Kairys
Hello, I'm trying to make an RPM file from latest version of PMACCT. Now i came to problem to gather all required files to pack them in RPM (using FPM software.) Looking at 'make install' where're lots of randomly located files. Maybe there're any list of them to make sure all them will be packed