Changes of Revision 2
[-] | Changed | check_dnssec.spec |
1
2 %setup -q -n trunk 3 4 %build 5 +[ ! -x configure ] && ./autogen.sh 6 %configure --bindir=%{_prefix}/lib/nagios/plugins 7 %__make 8 9 |
[-] | Changed | check_dnssec.spec |
1
2 %setup -q -n trunk 3 4 %build 5 +[ ! -x configure ] && ./autogen.sh 6 %configure --bindir=%{_prefix}/lib/nagios/plugins 7 %__make 8 9 |