Changes of Revision 12
[-] | Changed | cacti-spine.spec |
x 1
2 3 %install 4 rm -rf %{buildroot} 5 -##%{__install} -D -m0644 spine.conf %{buildroot}%{_sysconfdir}/spine.conf 6 - 7 %makeinstall 8 +cp %{buildroot}%{_sysconfdir}/spine.conf.dist %{buildroot}%{_sysconfdir}/spine.conf 9 10 %clean 11 rm -rf %{buildroot} 12 13 %files 14 -%defattr(-, root, root, 0755) 15 +%defattr(-, root, root) 16 %doc AUTHORS ChangeLog COPYING INSTALL NEWS 17 %doc LICENSE LICENSE.LGPL README README-WINDOWS 18 %config(noreplace) %{_sysconfdir}/spine.conf 19 |