]> git.pld-linux.org Git - packages/blackbox.git/blob - blackbox.spec
- cosmetic changes for common l&f.
[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.50.4
5 Release:        1
6 Copyright:      GPL-2.0
7 Group:          X11/Window Managers
8 Group(pl):      X11/Zarz±dcy okien
9 Vendor:         Brad Hughes <bhughes@arn.net>
10 Source:         http://linux.wiw.org/blackbox/%{name}-%{version}.tar.bz2
11 URL:            http://linux.wiw.org/blackbox/
12 Buildroot:      /tmp/%{name}-%{version}-root
13
14 %description
15 Blackbox is a window manager for the X Window environment, which is almost
16 completely compliant with ICCCM specified operation policies. It features
17 nice and fast interface with multiple workspaces and simple menus. Fast
18 built-in graphics code that can render solids, gradients and bevels is used
19 to draw window decorations. Remaining small in size, blackbox preserves
20 memory and CPU.                                                       
21
22 %description -l pl
23 Blackbox jest mened¿erem okien dla X Window spe³niaj±cym prawie wszystkie
24 zalecenia ICCM. Jego zalet± jest estetyczny i szybki interfejs z wieloma
25 pulpitami i prostym menu. Wbudowano weñ tak¿e algorytm rysowania dekoracji
26 okien, które mog± byæ jednokolorowe, gradientowe lub trójwymiarowe.
27 Blackbox oszczêdza pamiêæ i czas CPU.                           
28
29 %prep
30 %setup -q
31
32 %build
33 CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
34 ./configure \
35         --prefix=/usr/X11R6 \
36         --datadir=/etc/X11 \
37         --enable-kde
38 make
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 make install DESTDIR=$RPM_BUILD_ROOT
43 gzip -9nf README ChangeLog
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644, root, root, 755)
50 %doc README.gz ChangeLog.gz
51 %config(noreplace) %verify(not size md5 mtime) /etc/X11/Blackbox/menu
52 %config(noreplace) %verify(not size md5 mtime) /etc/X11/Blackbox/rc
53 %dir /etc/X11/Blackbox
54
55 %attr(755, root, root) /usr/X11R6/bin/*
56 /etc/X11/Blackbox/styles
57 /etc/X11/Blackbox/brueghel
58
59 %changelog
60 * Wed Feb 24 1999 Maciej Le¶niewski <nimir@kis.p.lodz.pl>
61   [0.50.3-1]
62 - new version,
63 - enabled kde support,
64 - added brueghel directory (styles).
65
66 * Thu Feb 10 1999 Micha³ Kuratczyk <kurkens@polbox.com>
67   [0.50.0-3]
68 - added gzipping documentation
69 - added Group(pl)
70 - simplification in %files
71
72 * Tue Nov 24 1998 Maciej Le¶niewski <nimir@kis.p.lodz.pl>
73   [0.50.0-2]
74 - %config files moved to /etc/X11,
75 - Few fixes of %files macro.
76
77 * Tue Nov 24 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
78   [0.50.0-1]
79 - simplification: added using $DESTDIR on "make install",
80 - added CFLAGS="$RPM_OPT_FLAGS" to configure enviroment.
81
82 * Thu Nov  5 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
83   [0.40.12-1]
84 - changelog changed to ChangeLog in %doc,
85 - files in /usr/X11R6/share/Blackbox/{menu,rc,styles/*} marked as %config
86   with %verify rules,
87 - removed /usr/X11R6/lib/X11/app-defaults/* from %files.
88
89 * Mon Nov  2 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
90   [0.40.11-1]
91 - updated for using new autoconf scheme (instead old Imake).
92
93 * Sun Sep 27 1998 Maciej Le¶niewski <nimir@kis.p.lodz.pl>
94   [0.40.7-2]
95 - rewritten %descriptions,
96 - removed INSTALL-file from %doc.
97
98 * Fri Sep 25 1998 Maciej Le¶niewski <nimir@kis.p.lodz.pl>
99   [0.40.7-1]
100 - added -q in %setup,
101 - added pl translation.
102
103 * Sun Aug 23 1998 Maciej Le¶niewski <nimir@kis.p.lodz.pl>
104   [0.40.4-1]
105 - removed old log enteries.
106
107 * Thu Aug 13 1998 Maciej Le¶niewski <nimir@kis.p.lodz.pl>
108   [0.40.3-1]
109 - new version
This page took 0.069983 seconds and 4 git commands to generate.