]> git.pld-linux.org Git - packages/blackbox.git/blobdiff - blackbox.spec
- new Source url and URL.
[packages/blackbox.git] / blackbox.spec
index f123cc075ff301b094e2b054ba2cf81be213d238..6c2800d578c72cb2f244265d573fd98e6311549b 100644 (file)
@@ -1,60 +1,73 @@
-Summary:       Very small and fast window manger for the X Window.
-Summary(pl):   Ma³y i szybki menad¿er okien dla X Window.
+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.50.5
+Version:       0.62.0
 Release:       1
-Copyright:     GPL-2.0
+License:       GPL
 Group:         X11/Window Managers
+Group(de):     X11/Fenstermanager
 Group(pl):     X11/Zarz±dcy Okien
-Vendor:                Brad Hughes <bhughes@arn.net>
-Source:                ftp://balance.wiw.org/pub/blackbox/%{name}-%{version}.tar.bz2
-Patch:         blackbox-no-brueghel.patch
-URL:           http://linux.wiw.org/blackbox/
-Buildroot:     /tmp/%{name}-%{version}-root
+Vendor:                Brad Hughes <blackbox@alug.org>
+Source0:       http://prdownloads.sourceforge.net/blackboxwm/%{name}-%{version}.tar.gz
+Source1:       %{name}.desktop
+Patch0:                %{name}-am_fixes.patch
+URL:           http://blackboxwm.sourceforge.net/
+BuildRequires: XFree86-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix /usr/X11R6
-%define                _mandir /usr/X11R6/man
+%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
-%patch -p1
+%patch0 -p1
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
-./configure %{_target_platform} \
-       --prefix=%{_prefix} \
-       --datadir=/etc/X11 \
-       --enable-kde
-make
+aclocal
+autoconf
+automake -a -c
+%configure
+%{__make} CXX="%{__cc}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
-gzip -9nf README ChangeLog
+install -d $RPM_BUILD_ROOT%{_datadir}/wm-properties
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/wm-properties/
+
+gzip -9nf README* ChangeLog
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README.gz ChangeLog.gz
-%config(noreplace) %verify(not size md5 mtime) /etc/X11/Blackbox/menu
-%dir /etc/X11/Blackbox
-
-%attr(755,root,root) /usr/X11R6/bin/*
-/etc/X11/Blackbox/styles
+%doc *.gz
+%attr(755,root,root) %{_bindir}/*
+%dir %{_sysconfdir}
+%dir %{_datadir}/blackbox
+%{_datadir}/blackbox/styles/*
+%{_datadir}/blackbox/nls/*
+%{_datadir}/wm-properties/blackbox.desktop
+%{_mandir}/man1/*
+%{_sysconfdir}/menu
This page took 0.056997 seconds and 4 git commands to generate.