]> git.pld-linux.org Git - packages/fluxbox.git/blobdiff - fluxbox.spec
Massive attack:
[packages/fluxbox.git] / fluxbox.spec
index b77d5016436ca2c6a381bf17c5c228036d491480..4e22488064474e22f9a6209e2489ebb4be2189d6 100644 (file)
@@ -1,14 +1,17 @@
 Summary:       Fluxbox is a windowmanager that is based on Blackbox
-Summary(pl):    Ma³y i szybki menad¿er okien dla X Window oparty o Blackbox
+Summary(pl):    Ma³y i szybki zarz±dca okien dla X Window oparty o Blackbox
 Name:          fluxbox
-Version:       0.1.7
+Version:       0.1.13
 Release:       1
-Group:         X11/Window Managers
 License:       GPL
-URL:           http://fluxbox.sourceforge.net
-Source0:       http://prdownloads.sourceforge.net/fluxbox/%{name}-%{version}.tar.bz2
+Group:         X11/Window Managers
+Source0:       ftp://ftp.sourceforge.net/pub/sourceforge/fluxbox/%{name}-%{version}.tar.bz2
 Source1:        %{name}.desktop
+URL:           http://fluxbox.sourceforge.net/
 BuildRequires: XFree86-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libstdc++-devel
 Obsoletes:     blackbox
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -16,13 +19,7 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define         _mandir         %{_prefix}/man
 %define         _sysconfdir     /etc/X11/%{name}
 
-%define         _gcc_ver        %(%{__cc} --version | cut -b 1)
-%if %{_gcc_ver} == 2
-%define         __cxx           "%{__cc}"
-%endif
-
 %description
-
 Fluxbox is yet another windowmanager for X. It's based on the Blackbox
 0.61.1 code. Fluxbox looks like blackbox and handles styles, colors,
 window placement and similar thing exactly like blackbox (100%
@@ -31,21 +28,25 @@ and blackbox then? The answer is: LOTS!
 Have a look at the homepage for more info ;)
 
 %description -l pl
-Fluxbox jest mened¿erem okien dla X Window opartym na Blackbox 0.61.1
-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. 
+Fluxbox jest zarz±dc± okien dla X Window opartym na Blackboksie
+0.61.1. 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. 
 
 %prep
 rm -rf $RPM_BUILD_ROOT
 %setup -q
 
 %build
-#aclocal
-#autoconf
-#automake -a -c
-./configure  --enable-kde \
-             --prefix=/usr/X11R6
+rm -f missing
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure \
+       --enable-kde \
+       --enable-gnome
+
 %{__make}
 
 %install
@@ -56,14 +57,12 @@ install -d $RPM_BUILD_ROOT%{_datadir}/wm-properties
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/wm-properties/
 
-gzip -9nf AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files 
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS ChangeLog NEWS README TODO
 %attr(755,root,root) %{_bindir}/*
 %dir %{_datadir}/fluxbox
 %{_datadir}/fluxbox/*
This page took 0.068611 seconds and 4 git commands to generate.