]> git.pld-linux.org Git - packages/fluxbox.git/blob - fluxbox.spec
- use configure macro, removed not working cxx mapping (libstdc++ is needed)
[packages/fluxbox.git] / fluxbox.spec
1 Summary:        Fluxbox is a windowmanager that is based on Blackbox
2 Summary(pl):    Ma³y i szybki menad¿er okien dla X Window oparty o Blackbox
3 Name:           fluxbox
4 Version:        0.1.9
5 Release:        2
6 License:        GPL
7 Group:          X11/Window Managers
8 Source0:        ftp://ftp.sourceforge.net/pub/sourceforge/fluxbox/%{name}-%{version}.tar.bz2
9 Source1:        %{name}.desktop
10 Patch0:         http://fluxbox.sourceforge.net/download/patches/fluxbox-0.1.9-bugfix1.patch
11 Patch1:         http://fluxbox.sourceforge.net/download/patches/fluxbox-0.1.9-bugfix2.patch
12 URL:            http://fluxbox.sourceforge.net/
13 BuildRequires:  XFree86-devel
14 BuildRequires:  libstdc++-devel
15 Obsoletes:      blackbox
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _prefix         /usr/X11R6
19 %define         _mandir         %{_prefix}/man
20 %define         _sysconfdir     /etc/X11/%{name}
21
22 %description
23 Fluxbox is yet another windowmanager for X. It's based on the Blackbox
24 0.61.1 code. Fluxbox looks like blackbox and handles styles, colors,
25 window placement and similar thing exactly like blackbox (100%
26 theme/style compatibility). So what's the difference between fluxbox
27 and blackbox then? The answer is: LOTS!
28 Have a look at the homepage for more info ;)
29
30 %description -l pl
31 Fluxbox jest mened¿erem okien dla X Window opartym na Blackboksie
32 0.61.1. Jego zalet± jest estetyczny i szybki interfejs z wieloma
33 pulpitami i prostym menu. Wbudowano weñ tak¿e algorytm rysowania
34 dekoracji okien, które mog± byæ jednokolorowe, gradientowe lub
35 trójwymiarowe. 
36
37 %prep
38 rm -rf $RPM_BUILD_ROOT
39 %setup -q
40 %patch0 -p1
41 %patch1 -p1
42
43 %build
44 rm -f missing
45 aclocal
46 %{__autoconf}
47 %{__automake}
48 %configure \
49         --enable-kde \
50         --enable-gnome
51
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56 install -d $RPM_BUILD_ROOT%{_datadir}/wm-properties
57
58 %{__make} install DESTDIR=$RPM_BUILD_ROOT
59
60 install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/wm-properties/
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %files 
66 %defattr(644,root,root,755)
67 %doc AUTHORS ChangeLog NEWS README TODO
68 %attr(755,root,root) %{_bindir}/*
69 %dir %{_datadir}/fluxbox
70 %{_datadir}/fluxbox/*
71 %{_datadir}/wm-properties/fluxbox.desktop
72 %{_mandir}/man1/*
This page took 0.374313 seconds and 4 git commands to generate.