]> git.pld-linux.org Git - packages/blackbox.git/blobdiff - blackbox.spec
- added am_fixes patch (install menu file in sysconfdir).
[packages/blackbox.git] / blackbox.spec
index bfb923a5fcbc7e388a5d9c896446f54f0fb35b11..1ebe7dd5ee18319d95245b9fab8a48e1ccea7451 100644 (file)
@@ -1,65 +1,76 @@
-Summary:     Very small and fast window manger for the X-Windows.
-Summary(pl): Ma³y i szybki menad¿er okien dla X-Windows.
-Name:        blackbox
-Version:     0.40.10
-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.61.1
+Release:       4
+License:       GPL
+Group:         X11/Window Managers
+Group(de):     X11/Fenstermanager
+Group(pl):     X11/Zarz±dcy Okien
+Vendor:                Brad Hughes <blackbox@alug.org>
+Source0:       ftp://portal.alug.org/pub/blackbox/0.6x.x/%{name}-%{version}.tar.bz2
+Source1:       %{name}.desktop
+Patch0:                %{name}-lowcase_name.patch
+Patch1:                %{name}-exitbutton.patch
+Patch2:                %{name}-am_fixes.patch
+URL:           http://blackbox.alug.org/
+BuildRequires: XFree86-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _prefix         /usr/X11R6
+%define                _mandir         %{_prefix}/man
+%define                _sysconfdir     /etc/X11/%{name}
 
 %description
-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.                                                       
+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 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.                           
+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
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
-xmkmf -a
-make CXXDEBUGFLAGS="$RPM_OPT_FLAGS" CDEBUGFLAGS="$RPM_OPT_FLAGS"
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+aclocal
+autoconf
+automake -a -c
+%configure
+%{__make} CXX="%{__cc}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install
+install -d $RPM_BUILD_ROOT%{_datadir}/wm-properties
 
-%files
-%defattr(644, root, root, 755)
-%doc README Changelog
-%attr(755, root, root) /usr/X11R6/bin/blackbox
-/usr/X11R6/lib/X11/app-defaults/*
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-%changelog
-* Sun Sep 27 1998 Maciej Lesniewski <nimir@kis.p.lodz.pl>
-  [0.40.7-2]
-- rewritten %descriptions,
-- removed INSTALL-file from %doc.
+install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/wm-properties/
 
-* Fri Sep 25 1998 Maciej Lesniewski <nimir@kis.p.lodz.pl>
-  [0.40.7-1]
-- added -q in %setup,
-- added pl translation.
+gzip -9nf README ChangeLog
 
-* Sun Aug 23 1998 Maciej Lesniewski <nimir@kis.p.lodz.pl>
-  [0.40.4-1]
-- removed old log enteries.
+%clean
+rm -rf $RPM_BUILD_ROOT
 
-* Thu Aug 13 1998 Maciej Lesniewski <nimir@kis.p.lodz.pl>
-  [0.40.3-1]
-- aew version
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%{_datadir}/wm-properties/blackbox.desktop
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
+%dir %{_sysconfdir}
+%{_sysconfdir}/menu
+%dir %{_datadir}/blackbox
+%{_datadir}/blackbox/styles
This page took 0.088126 seconds and 4 git commands to generate.