]> git.pld-linux.org Git - packages/blackbox.git/blob - blackbox.spec
- removed "exitbutton" patch... we really don't want it
[packages/blackbox.git] / blackbox.spec
1 Summary:        Very small and fast window manger for the X Window
2 Summary(pl):    Ma³y i szybki menad¿er okien dla X Window
3 Name:           blackbox
4 Version:        0.61.1
5 Release:        5
6 License:        GPL
7 Group:          X11/Window Managers
8 Group(de):      X11/Fenstermanager
9 Group(pl):      X11/Zarz±dcy Okien
10 Vendor:         Brad Hughes <blackbox@alug.org>
11 Source0:        ftp://portal.alug.org/pub/blackbox/0.6x.x/%{name}-%{version}.tar.bz2
12 Source1:        %{name}.desktop
13 Patch0:         %{name}-lowcase_name.patch
14 Patch1:         %{name}-am_fixes.patch
15 URL:            http://blackbox.alug.org/
16 BuildRequires:  XFree86-devel
17 BuildRequires:  autoconf
18 BuildRequires:  automake
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %define         _prefix         /usr/X11R6
22 %define         _mandir         %{_prefix}/man
23 %define         _sysconfdir     /etc/X11/%{name}
24
25 %description
26 Blackbox is a window manager for the X Window environment, which is
27 almost completely compliant with ICCCM specified operation policies.
28 It features nice and fast interface with multiple workspaces and
29 simple menus. Fast built-in graphics code that can render solids,
30 gradients and bevels is used to draw window decorations. Remaining
31 small in size, blackbox preserves memory and CPU.
32
33 %description -l pl
34 Blackbox jest mened¿erem okien dla X Window spe³niaj±cym prawie
35 wszystkie zalecenia ICCM. Jego zalet± jest estetyczny i szybki
36 interfejs z wieloma pulpitami i prostym menu. Wbudowano weñ tak¿e
37 algorytm rysowania dekoracji okien, które mog± byæ jednokolorowe,
38 gradientowe lub trójwymiarowe. Blackbox oszczêdza pamiêæ i czas CPU.
39
40 %prep
41 %setup -q
42 %patch0 -p1
43 %patch1 -p1
44
45 %build
46 aclocal
47 autoconf
48 automake -a -c
49 %configure
50 %{__make} CXX="%{__cc}"
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54 install -d $RPM_BUILD_ROOT%{_datadir}/wm-properties
55
56 %{__make} install DESTDIR=$RPM_BUILD_ROOT
57
58 install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/wm-properties/
59
60 gzip -9nf README ChangeLog
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %files
66 %defattr(644,root,root,755)
67 %doc *.gz
68 %{_datadir}/wm-properties/blackbox.desktop
69 %attr(755,root,root) %{_bindir}/*
70 %{_mandir}/man1/*
71 %dir %{_sysconfdir}
72 %{_sysconfdir}/menu
73 %dir %{_datadir}/blackbox
74 %{_datadir}/blackbox/styles
This page took 0.085292 seconds and 3 git commands to generate.