]> git.pld-linux.org Git - packages/fluxbox.git/blob - fluxbox.spec
- BR: autoconf,automake
[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:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  libstdc++-devel
17 Obsoletes:      blackbox
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %define         _prefix         /usr/X11R6
21 %define         _mandir         %{_prefix}/man
22 %define         _sysconfdir     /etc/X11/%{name}
23
24 %description
25 Fluxbox is yet another windowmanager for X. It's based on the Blackbox
26 0.61.1 code. Fluxbox looks like blackbox and handles styles, colors,
27 window placement and similar thing exactly like blackbox (100%
28 theme/style compatibility). So what's the difference between fluxbox
29 and blackbox then? The answer is: LOTS!
30 Have a look at the homepage for more info ;)
31
32 %description -l pl
33 Fluxbox jest mened¿erem okien dla X Window opartym na Blackboksie
34 0.61.1. Jego zalet± jest estetyczny i szybki interfejs z wieloma
35 pulpitami i prostym menu. Wbudowano weñ tak¿e algorytm rysowania
36 dekoracji okien, które mog± byæ jednokolorowe, gradientowe lub
37 trójwymiarowe. 
38
39 %prep
40 rm -rf $RPM_BUILD_ROOT
41 %setup -q
42 %patch0 -p1
43 %patch1 -p1
44
45 %build
46 rm -f missing
47 aclocal
48 %{__autoconf}
49 %{__automake}
50 %configure \
51         --enable-kde \
52         --enable-gnome
53
54 %{__make}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58 install -d $RPM_BUILD_ROOT%{_datadir}/wm-properties
59
60 %{__make} install DESTDIR=$RPM_BUILD_ROOT
61
62 install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/wm-properties/
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %files 
68 %defattr(644,root,root,755)
69 %doc AUTHORS ChangeLog NEWS README TODO
70 %attr(755,root,root) %{_bindir}/*
71 %dir %{_datadir}/fluxbox
72 %{_datadir}/fluxbox/*
73 %{_datadir}/wm-properties/fluxbox.desktop
74 %{_mandir}/man1/*
This page took 0.159072 seconds and 4 git commands to generate.