]> git.pld-linux.org Git - packages/blackbox.git/blobdiff - blackbox.spec
- new version,
[packages/blackbox.git] / blackbox.spec
index 0ca03faa08855d0a4a1cf5b3670c4be7fc146aa0..86be15485ecb34e8eb103aef3d781aa9d1a3d0c1 100644 (file)
-Summary:     Very small and fast window manger for the X-Windows.
-Summary(pl): Bardzo ma³y i szybki menad¿er okien dla X-Windows.
+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.40.7
+Version:     0.50.3
 Release:     1
-URL:         http://linux.wiw.org/blackbox/
 Copyright:   GPL-2.0
 Group:       X11/Window Managers
+Group(pl):   X11/Zarz±dcy okien
 Vendor:      Brad Hughes <bhughes@arn.net>
 Source:      http://linux.wiw.org/blackbox/sources/%{name}-%{version}.tar.bz2
+URL:         http://linux.wiw.org/blackbox/
 Buildroot:   /tmp/%{name}-%{version}-root
 
 %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
 
 %build
-xmkmf -a
-make CXXDEBUGFLAGS=$RPM_OPT_FLAGS CDEBUGFLAGS=$RPM_OPT_FLAGS
+CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
+./configure \
+       --prefix=/usr/X11R6 \
+       --datadir=/etc/X11 \
+       --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 Changelog
-%attr(755, root, root) /usr/X11R6/bin/blackbox
-/usr/X11R6/lib/X11/app-defaults/*
-- added -q in %setup,
-- added pl translation.
+%doc README.gz ChangeLog.gz
+%config(noreplace) %verify(not size md5 mtime) /etc/X11/Blackbox/menu
+%config(noreplace) %verify(not size md5 mtime) /etc/X11/Blackbox/rc
+%dir /etc/X11/Blackbox
+
+%attr(755, root, root) /usr/X11R6/bin/*
+/etc/X11/Blackbox/styles
+/etc/X11/Blackbox/brueghel
 
 %changelog
-* Fri Sep 25 1998 Maciej Lesniewski <nimir@kis.p.lodz.pl>
+* Wed Feb 24 1999 Maciej Le¶niewski <nimir@kis.p.lodz.pl>
+  [0.50.3-1]
+- new version,
+- enabled kde support,
+- added brueghel directory (styles).
+
+* Thu Feb 10 1999 Micha³ Kuratczyk <kurkens@polbox.com>
+  [0.50.0-3]
+- added gzipping documentation
+- added Group(pl)
+- simplification in %files
+
+* Tue Nov 24 1998 Maciej Le¶niewski <nimir@kis.p.lodz.pl>
+  [0.50.0-2]
+- %config files moved to /etc/X11,
+- Few fixes of %files macro.
+
+* Tue Nov 24 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
+  [0.50.0-1]
+- simplification: added using $DESTDIR on "make install",
+- added CFLAGS="$RPM_OPT_FLAGS" to configure enviroment.
+
+* Thu Nov  5 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
+  [0.40.12-1]
+- changelog changed to ChangeLog in %doc,
+- files in /usr/X11R6/share/Blackbox/{menu,rc,styles/*} marked as %config
+  with %verify rules,
+- removed /usr/X11R6/lib/X11/app-defaults/* from %files.
+
+* Mon Nov  2 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
+  [0.40.11-1]
+- updated for using new autoconf scheme (instead old Imake).
+
+* Sun Sep 27 1998 Maciej Le¶niewski <nimir@kis.p.lodz.pl>
+  [0.40.7-2]
+- rewritten %descriptions,
+- removed INSTALL-file from %doc.
+
+* Fri Sep 25 1998 Maciej Le¶niewski <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>
+* Sun Aug 23 1998 Maciej Leniewski <nimir@kis.p.lodz.pl>
   [0.40.4-1]
-- Removed old log enteries.
+- removed old log enteries.
 
-* Thu Aug 13 1998 Maciej Lesniewski <nimir@kis.p.lodz.pl>
+* Thu Aug 13 1998 Maciej Leniewski <nimir@kis.p.lodz.pl>
   [0.40.3-1]
-- New version
+- new version
This page took 1.043232 seconds and 4 git commands to generate.