]> git.pld-linux.org Git - packages/fluxbox.git/blob - fluxbox.spec
- changed _wmpropsdir to _prefix-independent location (/usr/share/wm-properties)
[packages/fluxbox.git] / fluxbox.spec
1 Summary:        Fluxbox is a windowmanager that is based on Blackbox
2 Summary(pl):    Ma³y i szybki zarz±dca okien dla X Window oparty o Blackbox
3 Name:           fluxbox
4 Version:        0.1.14
5 Release:        1
6 License:        GPL
7 Group:          X11/Window Managers
8 Source0:        http://dl.sourceforge.net/fluxbox/%{name}-%{version}.tar.bz2
9 Source1:        %{name}.desktop
10 URL:            http://fluxbox.sourceforge.net/
11 Patch0:         %{name}-XFT.patch
12 BuildRequires:  XFree86-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  libstdc++-devel
16 Obsoletes:      blackbox
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %define         _sysconfdir     /etc/X11/%{name}
20 %define         _wmpropsdir     /usr/share/wm-properties
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! Have a look at the homepage
28 for more info ;)
29
30 %description -l pl
31 Fluxbox jest zarz±dc± 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
42 %build
43 rm -f missing
44 %{__aclocal}
45 %{__autoconf}
46 %{__automake}
47 %configure \
48         --enable-kde \
49         --enable-gnome
50
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55 install -d $RPM_BUILD_ROOT%{_wmpropsdir}
56
57 %{__make} install DESTDIR=$RPM_BUILD_ROOT
58
59 install %{SOURCE1} $RPM_BUILD_ROOT%{_wmpropsdir}
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %files
65 %defattr(644,root,root,755)
66 %doc AUTHORS ChangeLog NEWS README TODO
67 %attr(755,root,root) %{_bindir}/*
68 %dir %{_datadir}/fluxbox
69 %{_datadir}/fluxbox/*
70 %{_wmpropsdir}/fluxbox.desktop
71 %{_mandir}/man1/*
This page took 0.05942 seconds and 4 git commands to generate.