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