Changes of Revision 3
[-] | Changed | nagios.spec |
x 1
2 %prep 3 %setup -q -n %{realname} 4 %patch10 5 -find -name ".cvsignore" | xargs rm 6 -find -name ".gitignore" | xargs rm 7 +find -name .cvsignore -exec rm {} \; 8 +find -name .gitignore -exec rm {} \; 9 10 %build 11 # if the following command fails, then apache dependencies are not met 12 |