Changes of Revision 10
[-] | Changed | pxview.spec |
x 1
2 rm -rf ${RPM_BUILD_ROOT} 3 4 %files 5 -%attr(-,root,root) %doc README AUTHORS ChangeLog COPYING INSTALL 6 -%attr(-,root,root) %{_bindir}/* 7 -%attr(-,root,root) %{_mandir}/man1/* 8 +%defattr(-,root,root) 9 +%doc README AUTHORS ChangeLog COPYING INSTALL 10 +%{_bindir}/* 11 +%{_mandir}/man1/* 12 %{_datadir}/locale/*/LC_MESSAGES/pxview.mo 13 14 %changelog 15 -* Wed Jan 02 2008 Carsten Schoene <cs@linux-administrator.com> 16 +* Wed Jan 02 2008 Carsten Schoene <cs@linux-administrator.com> - 0.2.5 17 - initial build 18 19 |