Parent Directory
|
Revision Log
|
Patch
revision 189419 by matteo, Sat Dec 31 17:26:38 2011 UTC | revision 189420 by matteo, Sun Jan 1 11:16:54 2012 UTC | |
---|---|---|
# | Line 32 find . -name "*.cpp" -type f -exec sed - | Line 32 find . -name "*.cpp" -type f -exec sed - |
32 | ||
33 | %build | %build |
34 | %{qmake_qt4} | %{qmake_qt4} |
35 | # workaround to allow compilation on mga2 (why?) | |
36 | %make SUBLIBS="-lXext -lX11" | %make SUBLIBS="-lXext -lX11" |
37 | ||
38 | %install | %install |
# | Line 77 echo "exec %{_bindir}/$exec" >> $outfile | Line 78 echo "exec %{_bindir}/$exec" >> $outfile |
78 | ||
79 | %files | %files |
80 | %defattr(-,root,root,-) | %defattr(-,root,root,-) |
81 | %doc CHANGELOG | %doc CHANGELOG COPYING README |
82 | %{_bindir}/antico | %{_bindir}/antico |
83 | %{_sysconfdir}/X11/wmsession.d | %{_sysconfdir}/X11/wmsession.d |
84 | %{_datadir}/%{name} | %{_datadir}/%{name} |
|
ViewVC Help | |
Powered by ViewVC 1.1.28 |