]> git.pld-linux.org Git - packages/i3.git/blob - i3.spec
Setup %files
[packages/i3.git] / i3.spec
1 Summary:        improved tiling wm
2 Name:           i3
3 Version:        4.2
4 Release:        0.1
5 License:        BSD
6 Group:          X11/Window Managers
7 Source0:        http://i3wm.org/downloads/%{name}-%{version}.tar.bz2
8 # Source0-md5:  11b7e5ecdd837341978c72341cb890c6
9 URL:            http://i3wm.org/
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11 BuildRequires:  xcb-util-keysyms-devel
12 BuildRequires:  xcb-util-wm-devel
13
14 %description
15 i3 is a tiling window manager, completely written from scratch. The
16 target platforms are GNU/Linux and BSD operating systems, our code
17 is Free and Open Source Software (FOSS) under the BSD license. i3 is
18 primarily targeted at advanced users and developers.
19
20 %package devel
21 Summary:        Header files for %{name}
22 Group:          Development/Libraries
23
24 %description devel
25 Header files for %{name}.
26
27 %prep
28 %setup -q
29
30 %build
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 #%doc LICENCE
45 %dir %{_sysconfdir}/%{name}
46 %config(noreplace) %{_sysconfdir}/%{name}/config
47 %config %{_sysconfdir}/%{name}/config.keycodes
48 %config %{_sysconfdir}/%{name}/welcome
49 %attr(755,root,root) %{_bindir}/%{name}
50 %attr(755,root,root) %{_bindir}/%{name}bar
51 %attr(755,root,root) %{_bindir}/%{name}-*
52 %{_datadir}/xsessions/%{name}.desktop
53 %{_desktopdir}/%{name}.desktop
54
55 %files devel
56 %defattr(644,root,root,755)
57 %{_includedir}/%{name}/ipc.h
This page took 0.07963 seconds and 4 git commands to generate.