]> git.pld-linux.org Git - packages/fvwm2.git/commitdiff
- release 2
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 25 Nov 2002 19:58:35 +0000 (19:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added ac patch and some hacks to build with top of the line ac/am

Changed files:
    fvwm2.spec -> 1.34

fvwm2.spec

index 5b07c8415e1bdd2d2adadd1ee563f5ce24c1bcd3..f64b0a8c38805fd803e9d6fed1081faca14d4c89 100644 (file)
@@ -9,7 +9,7 @@ Summary(pt_BR): Gerenciador de janelas semelhante ao mwm
 Summary(ru):   ÷ÉÒÔÕÁÌØÎÙÊ ÏËÏÎÎÙÊ ÍÅÎÅÄÖÅÒ F(?)
 Name:          fvwm2
 Version:       2.5.0
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Window Managers
 Source0:       ftp://ftp.fvwm.org/pub/fvwm/version-2/fvwm-%{version}.tar.bz2
@@ -19,6 +19,7 @@ Source3:      %{name}-system.%{name}rc.tar.gz
 Source4:       %{name}.RunWM
 Source5:       %{name}.wm_style
 Patch0:                %{name}-paths.patch
+Patch1:                %{name}-ac.patch
 URL:           http://www.fvwm.org/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Requires:      fvwm2-icons
@@ -95,12 +96,13 @@ Fvwm i
 %prep
 %setup -n fvwm-%{version} -q -a1 -a3
 %patch0 -p1
+%patch1 -p1
 
 %build
 rm -f missing
 %{__aclocal}
-%{__autoconf}
 %{__automake}
+%{__autoconf}
 CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions" \
 %configure \
        --disable-package-subdirs \
@@ -116,10 +118,12 @@ CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions" \
        --with-xpm-library \
        --with-rplay-library \
        --with-stroke-library \
+       --with-ncurses-library \
        --with-readline-library \
        --with-ncurses-library \
        --with-gnome
 
+touch *
 %{__make}
 
 %install
This page took 0.142995 seconds and 4 git commands to generate.