]> git.pld-linux.org Git - packages/fluxbox.git/blobdiff - fluxbox.spec
Massive attack:
[packages/fluxbox.git] / fluxbox.spec
index 4743a69751195ffd488958d4f5ff0c8f3dfe605a..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.8
+Version:       0.1.13
 Release:       1
 License:       GPL
 Group:         X11/Window Managers
-URL:           http://fluxbox.sourceforge.net/
-Source0:       http://prdownloads.sourceforge.net/fluxbox/%{name}-%{version}.tar.bz2
+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,11 +19,6 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define         _mandir         %{_prefix}/man
 %define         _sysconfdir     /etc/X11/%{name}
 
-%define                _gcc_ver        %(%{__cc} -dumpversion | 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,
@@ -30,22 +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 \
+rm -f missing
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure \
        --enable-kde \
-       --prefix=/usr/X11R6
+       --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 ChangeLog 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.056565 seconds and 4 git commands to generate.