How to avoid the .svn while preparing rpm packages?

2010-08-12 Thread See
How to avoid the .svn directories while preparing rpm packages? When I am trying to do rpmbuild ,it is also taking all the .svn directores recursively ,Which I don't want to see in the rpm packages since we send to clients. I tried with %exclude but did not work. Do any one has this pr

Re: How to avoid the .svn while preparing rpm packages?

2010-08-13 Thread See
t; When I am trying to do rpmbuild ,it is also taking all the .svn > > directores recursively ,Which I don't want to see in the rpm > > packages > > since we send to clients. I tried with %exclude but did not work. > > Do > > any one has this problem? > > You sho