]> git.pld-linux.org Git - packages/fluxbox.git/commitdiff
- add 2 patch
authorareq <areq@pld-linux.org>
Wed, 5 Jun 2002 14:49:15 +0000 (14:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
 bugfix1 just fixes NLS
 bug [ 562882 ] "bbpager in slit doesn't work correctly". (a slit client bug)
 bug [ 562713 ] "incorrect listings in workspace menu".
 bug [ 554646 ] "Dialog boxes have tabs briefly".  WindOws that are not maximizable by default, such as dialogs, wont get a tab by default.
- add mandir to configure
- release 0.2, STBR

Changed files:
    fluxbox.spec -> 1.11

fluxbox.spec

index fa7bce24fdab7eec37a024a5b46d97e87b38c3df..45c2247abb92a6575aa63c57fe679e7b8f2c0aa9 100644 (file)
@@ -2,12 +2,14 @@ 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:       0.1
+Release:       0.2
 License:       GPL
 Group:         X11/Window Managers
 URL:           http://fluxbox.sourceforge.net/
 Source0:       http://prdownloads.sourceforge.net/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
 BuildRequires: XFree86-devel
 Obsoletes:     blackbox
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -38,15 +40,18 @@ kt
 %prep
 rm -rf $RPM_BUILD_ROOT
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
-#aclocal
-#autoconf
-#automake -a -c
+aclocal
+autoconf
+automake -a -c
 ./configure \
        --enable-kde \
        --enable-gnome \
-       --prefix=/usr/X11R6
+       --prefix=/usr/X11R6 \
+       --mandir=%{_mandir}
 %{__make}
 
 %install
This page took 0.065111 seconds and 4 git commands to generate.