]> git.pld-linux.org Git - packages/bbpager.git/commitdiff
- corrected Source url, bbpager-0_3_0-1
authorkloczek <kloczek@pld-linux.org>
Sun, 15 Jul 2001 11:19:54 +0000 (11:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- pass CXX="%%{__cc}" to make parameters (bbpager source code are realy plain
  C source and by this trick bbpager isn't finaly linked with libstdc++; it will
  be good write to maintainer about rename all files from *.cc to *.c for correct
  this).

Changed files:
    bbpager.spec -> 1.2

bbpager.spec

index 262ee1d1fbe45844dce75e5e2022bb9d0d334c06..327bae3a221ad78cf096924c60d141e410dbff14 100644 (file)
@@ -6,8 +6,9 @@ License:        GPL
 Group:         X11/Applications
 Group(de):     X11/Applikationen
 Group(pl):     X11/Aplikacje
-Source0:       ftp://bbtools.windsofstorm.net/sources/%{name}-%{version}.tar.gz
+Source0:       http://bbtools.windsofstorm.net/sources/%{name}-%{version}.tar.gz
 URL:           http://bbtools.windsofstorm.net/
+BuildRequires: XFree86-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
@@ -19,7 +20,6 @@ it uses KDE wm-hints to get the information from Blackbox. So if you
 want to use it be sure to enable KDE support. This means you have to
 configure it with: ./configure --enable-kde.
 
-
 %prep
 %setup -q
 %build
@@ -27,10 +27,11 @@ aclocal
 autoconf
 automake -a -c
 %configure
-%{__make}
+%{__make} CXX="%{__cc}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} DESTDIR=$RPM_BUILD_ROOT install
 
 gzip -9nf README NEWS TODO data/README.*
This page took 0.129482 seconds and 4 git commands to generate.