]> git.pld-linux.org Git - packages/nload.git/commitdiff
- updated to 0.4.0 (bugfixes akd porting to other systems fixes), RA-1_0 STABLE nload-0_4_0-1
authorkloczek <kloczek@pld-linux.org>
Mon, 7 Jan 2002 10:07:01 +0000 (10:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added am_fixes, acconfig.h patches.

Changed files:
    nload.spec -> 1.5

nload.spec

index f06134cdc6f1b1c8088517a402cbbe867d995cbd..4f90317bddff49c68919be26ea894db43fdaf7b8 100644 (file)
@@ -1,14 +1,18 @@
 Summary:       A console application which monitors network traffic and bandwidth usage in real time
 Summary(pl):   Konsolowa aplikacja monitorujĀ±ca ruch w sieci w czasie rzeczywistym
 Name:          nload
-Version:       0.3.2
+Version:       0.4.0
 Release:       1
 License:       GPL
 Group:         Applications/Networking
 Group(de):     Applikationen/Netzwerkwesen
 Group(pl):     Aplikacje/Sieciowe
 Source0:       http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Patch0:                %{name}-acconfig.h.patch
+Patch1:                %{name}-am_fixes.patch
 URL:           http://www.roland-riegel.de/nload/index_en.html
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: libstdc++-devel
 BuildRequires: ncurses-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -27,8 +31,15 @@ przes
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
+rm -f missing
+aclocal
+autoheader
+autoconf
+automake -a -c
 CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions -I%{_includedir}/ncurses"
 %configure
 
This page took 0.031563 seconds and 4 git commands to generate.