Changes of Revision 4
[-] | Changed | pxview.spec |
x 1
2 %setup 3 4 %build 5 -%configure --with-sqlite 6 +%configure --with-sqlite || cat config.log 7 make 8 9 %install 10
11 12 %files 13 %attr(-,root,root) %doc README AUTHORS ChangeLog COPYING INSTALL 14 -%attr(-,root,root) %{prefix}/bin/* 15 -%attr(-,root,root) %{prefix}/share/man/man1/* 16 +%attr(-,root,root) %{_bindir}/* 17 +%attr(-,root,root) %{_mandir}man1/* 18 19 %changelog 20 * Wed Jan 02 2008 Carsten Schoene <cs@linux-administrator.com> 21 |