]> git.pld-linux.org Git - packages/blackbox.git/blobdiff - blackbox.spec
- more %%{__make} macros.
[packages/blackbox.git] / blackbox.spec
index 39dd302374741ac18d6368815688ab58708e6d8a..9eb1725edf5ad3e02bcb887d8e090a6e3ffcfe0b 100644 (file)
@@ -1,74 +1,59 @@
-Summary:     Very small and fast window manger for the X-Windows.
-Summary(pl): Bardzo ma³y i szybki menad¿er okien dla X-Windows.
-Name:        blackbox
-Version:     0.40.7
-Release:     1
-URL:         http://linux.wiw.org/blackbox/
-Copyright:   GPL-2.0
-Group:       X11/Window Managers
-Vendor:      Brad Hughes <bhughes@arn.net>
-Source:      http://linux.wiw.org/blackbox/sources/%{name}-%{version}.tar.bz2
-Buildroot:   /tmp/%{name}-%{version}-root
+Summary:       Very small and fast window manger for the X Window.
+Summary(pl):   Ma³y i szybki menad¿er okien dla X Window.
+Name:          blackbox
+Version:       0.51.3.1
+Release:       1
+License:       GPL
+Group:         X11/Window Managers
+Group(pl):     X11/Zarz±dcy Okien
+Vendor:                Brad Hughes <blackbox@alug.org>
+Source0:       ftp://portal.alug.org/pub/blackbox/0.5x.x/%{name}-%{version}.tar.bz2
+Patch0:                blackbox-no-brueghel.patch
+URL:           http://blackbox.alug.org/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _prefix         /usr/X11R6
+%define                _mandir         /usr/X11R6/man
+%define                _datadir        /etc/X11
 
 %description
-Blackbox is a window manager for the X/Windows environment.
-It suports many "nice" features:
-- Small code size (10352 lines in the 0.40.7).
-- Minimal resource usage. Memory, CPU horse power and the load on
-  the X server's resources are minimal.
-- Fast interface with simple menus, multiple workspaces, and decorated windows
-- Built-in graphics code to render solids, gradients and bevels on the fly
-  when needed.
-- Image dithering is possible for displays running at depths of 8,
-  15 and 16 bits per pixel.
-- Ability to run on displays with 8, 15, 16, 24 and 32 bits per pixel
-- Near complete support for all ICCCM specified operation policies.
+Blackbox is a window manager for the X Window environment, which is
+almost completely compliant with ICCCM specified operation policies.
+It features nice and fast interface with multiple workspaces and
+simple menus. Fast built-in graphics code that can render solids,
+gradients and bevels is used to draw window decorations. Remaining
+small in size, blackbox preserves memory and CPU.
 
 %description -l pl
-Blackbox to menad¿er okien dla ¶rodowiska X-Windows.
-Ma wiele ciekawych w³a¶ciwo¶ci:
-- Bardzo ma³y kod ¼ród³owy (10352 linii w wersji 0.40.7)
-- Minimalne zu¿ycie zasobów. Zajêto¶æ pamiêci, obci±¿enie procesora oraz
-  zasobów X Serwera jest minimalne.
-- Szybki interfejs z prostym systemem menu, wieloma pulpitami i dekoracyjnymi
-  oknami.
-- Wbudowany kod graficzny generuj±ce pe³nokolorowe, gradientowe i wyt³aczane
-  elementy w czasie rzeczywistym.
-- Przeliczanie palety kolorów (image dithering) pomiêdzy 8, 15 i 16-bitowym
-  kolorem.
-- Zdolno¶æ pracy z 8, 15, 16, 24 i 32-bitowym kolorem.
-- Bliska kompletnej zgodno¶æ z za³o¿eniami ICCCM.
+Blackbox jest mened¿erem okien dla X Window spe³niaj±cym prawie
+wszystkie zalecenia ICCM. Jego zalet± jest estetyczny i szybki
+interfejs z wieloma pulpitami i prostym menu. Wbudowano weñ tak¿e
+algorytm rysowania dekoracji okien, które mog± byæ jednokolorowe,
+gradientowe lub trójwymiarowe. Blackbox oszczêdza pamiêæ i czas CPU.
 
 %prep
 %setup -q
+%patch -p1
 
 %build
-xmkmf -a
-make CXXDEBUGFLAGS="$RPM_OPT_FLAGS" CDEBUGFLAGS="$RPM_OPT_FLAGS"
+LDFLAGS="-s"; export LDFLAGS 
+%configure \
+       --enable-kde
+%{__make}
 
-%clean
+%install
 rm -rf $RPM_BUILD_ROOT
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+gzip -9nf README ChangeLog
 
-%install
+%clean
 rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install
 
 %files
 %defattr(644,root,root,755)
-%doc README INSTALL Changelog
-%attr(755,root,root) /usr/X11R6/bin/blackbox
-/usr/X11R6/lib/X11/app-defaults/*
-
-%changelog
-* Fri Sep 25 1998 Maciej Lesniewski <nimir@kis.p.lodz.pl>
-  [0.40.7-1]
-- Added -q in %setup,
-- added pl translation.
-
-* Sun Aug 23 1998 Maciej Lesniewski <nimir@kis.p.lodz.pl>
-  [0.40.4-1]
-- Removed old log enteries.
+%doc README.gz ChangeLog.gz
+%config(noreplace) %verify(not size md5 mtime) %{_datadir}/Blackbox/menu
+%dir %{_datadir}/Blackbox
 
-* Thu Aug 13 1998 Maciej Lesniewski <nimir@kis.p.lodz.pl>
-  [0.40.3-1]
-- New version
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/Blackbox/styles
This page took 0.081179 seconds and 4 git commands to generate.