modify build/spec file to work on el6 with quasi-broken setup process

remove data_files section from setup.py for some reason or another
This commit is contained in:
Seth Vidal 2012-03-13 11:08:10 -04:00
commit 3567237dbc
3 changed files with 5 additions and 8 deletions

View file

@ -35,6 +35,10 @@ make docs
python setup.py install -O1 --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
mkdir -p $RPM_BUILD_ROOT/etc/ansible/
cp examples/hosts $RPM_BUILD_ROOT/etc/ansible/
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1/
cp -v docs/man/man1/*.1 $RPM_BUILD_ROOT/%{_mandir}/man1/
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/ansible
cp -v library/* $RPM_BUILD_ROOT/%{_datadir}/ansible/
%clean
rm -rf $RPM_BUILD_ROOT