Changes of Revision 5
[-] | Changed | LogToMySQL.spec |
1
2 No modification to the standard Apache install is required - no patching, no recompilation. 3 4 %prep 5 -tar xvjf %{Source} 6 +tar -xvjf LogToMySQL-%{version} 7 + 8 9 %build 10 cd LogToMySQL-%{version} 11 |