5535fac0f743607c60a040056b9222944a2517a3
[woller] / woller.spec
1 Name:          woller 
2 Version:       0.3 
3 Release:        0%{?dist}
4 Summary: Wake up computers, network storages, digiboxes, etc. over LAN.
5
6 Group:         Applications/Internet 
7 License:       GPL
8 URL:           https://sourceforge.net/projects/woller-gui
9 Source0:       %{name}-%{version}.tgz
10 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
11
12 BuildRequires: qt-devel > 4.6
13 Requires:      qt > 4.6
14
15 %description
16 Wake up computers, network storages, digiboxes, etc. over LAN. This
17 program uses WOL (Wake On Lan) feature of the network cards to wake up
18 machines. See http://en.wikipedia.org/wiki/Wake-on-LAN
19
20
21 %prep
22 %setup -q
23
24
25 %build
26 #%%configure
27 qmake-qt4 PREFIX=%{_prefix}
28 make %{?_smp_mflags}
29
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 #make install DESTDIR=$RPM_BUILD_ROOT
34 make INSTALL_ROOT=%{buildroot} install
35
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40
41 %files
42 %defattr(-,root,root,-)
43 %{_bindir}/%{name}
44 %{_datadir}/applications/%{name}.desktop
45 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
46 %{_defaultdocdir}/%{name}/README.txt
47 %doc README.txt
48
49
50 %changelog 
51
52 * Thu Oct 7 2010 Ilkka Tengvall <ilkka.tengvall@iki.fi>
53   - Fixed the window parent chain.
54   - Merged in the maemo code changes, code is now the same.
55
56 * Wed Sep 29 2010 Ilkka Tengvall <ilkka.tengvall@iki.fi>
57   - Wrapped the QWidget into QMainWindow to get better handled by window
58     managers.
59
60 * Sat Jun 12 2010 Ilkka Tengvall <ilkka.tengvall@iki.fi>
61   - Initial release 
62