Updated command line options
[baulk.git] / pkg / baulk.spec
blob6d86010eb82901cba9ec718ed02542ae350f5dca
1 %define SRCDIR baulk-0.1
3 Name: baulk
4 Version: 0.1
5 Release: 1%{?dist}
6 Summary: Baulk is a cross-platform native application tiling management tool written in Qt4.
8 Group: dev
9 License: GPL v2
10 URL: http://baulk.sf.net
11 Source: baulk-0.1.tar.gz
12 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
14 BuildRequires: cmake >= 2.6, doxygen, graphviz
15 Requires: qt >= 4.4
17 %description
18 Baulk is a cross-platform native application tiling management tool written in Qt4. An emphasis is made on making all major components a separate dynamic library, for modularity.
20 %prep
21 %setup -q
23 %build
24 cd src
25 cmake -DCMAKE_INSTALL_PREFIX=/usr .
26 make %{?_smp_mflags}
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 cd src
32 make install DESTDIR=$RPM_BUILD_ROOT
35 %clean
36 rm -rf $RPM_BUILD_ROOT
39 %files
40 %defattr(-,root,root,-)
41 %doc
45 %changelog