]> git.pld-linux.org Git - packages/fluxbox.git/commitdiff
- use configure macro, removed not working cxx mapping (libstdc++ is needed)
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 10 Jul 2002 12:25:21 +0000 (12:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    fluxbox.spec -> 1.13

fluxbox.spec

index 44d7531e0f0c32234c2fd88969a2604ea035e7f5..8f2858b4c3f241e7647e95c7a915f404b13c50c9 100644 (file)
@@ -2,15 +2,16 @@ 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
 Name:          fluxbox
 Version:       0.1.9
-Release:       1
+Release:       2
 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
 Patch0:                http://fluxbox.sourceforge.net/download/patches/fluxbox-0.1.9-bugfix1.patch
 Patch1:                http://fluxbox.sourceforge.net/download/patches/fluxbox-0.1.9-bugfix2.patch
+URL:           http://fluxbox.sourceforge.net/
 BuildRequires: XFree86-devel
+BuildRequires: libstdc++-devel
 Obsoletes:     blackbox
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -18,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,
@@ -32,10 +28,11 @@ 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 mened¿erem 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
@@ -46,13 +43,12 @@ rm -rf $RPM_BUILD_ROOT
 %build
 rm -f missing
 aclocal
-autoconf
-automake -a -c
-./configure \
+%{__autoconf}
+%{__automake}
+%configure \
        --enable-kde \
-       --enable-gnome \
-       --prefix=/usr/X11R6 \
-       --mandir=%{_mandir}
+       --enable-gnome
+
 %{__make}
 
 %install
This page took 0.091541 seconds and 4 git commands to generate.