Name: woller Version: 0.4 Release: 0%{?dist} Summary: Wake up computers, network storages, digiboxes, etc. over LAN. Group: Applications/Internet License: GPL URL: https://sourceforge.net/projects/woller-gui Source0: %{name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel > 4.6 Requires: qt > 4.6 %description Wake up computers, network storages, digiboxes, etc. over LAN. This program uses WOL (Wake On Lan) feature of the network cards to wake up machines. See http://en.wikipedia.org/wiki/Wake-on-LAN %prep %setup -q %build #%%configure qmake-qt4 PREFIX=%{_prefix} make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT #make install DESTDIR=$RPM_BUILD_ROOT make INSTALL_ROOT=%{buildroot} install %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %{_defaultdocdir}/%{name}/README.txt %doc README.txt %changelog * Wed Oct 20 2010 Ilkka Tengvall - Fixed an error in storing macs with zeroes. * Thu Oct 7 2010 Ilkka Tengvall - Fixed the window parent chain. - Merged in the maemo code changes, code is now the same. * Wed Sep 29 2010 Ilkka Tengvall - Wrapped the QWidget into QMainWindow to get better handled by window managers. * Sat Jun 12 2010 Ilkka Tengvall - Initial release