Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
nload
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 9
[-]
[+]
Changed
nload.spec
@@ -1,16 +1,15 @@ -Summary: A console application which monitors network traffic and bandwidth usage in real time -Name: nload -Version: 0.7.0 -Release: 1 -License: GPL -Url: http://www.roland-riegel.de/nload/index_en.html -Packager: Carsten Schoene <cs@linux-administrator.com> -Group: Applications/System -Source: %{name}-%{version}.tar.gz -Patch: nload-includes.diff -BuildRoot: %{_tmppath}/%{name}-%{version}-root -Requires: ncurses >= 5.0 -BuildRequires: ncurses-devel >= 5.0 glibc-devel libgcc gcc gcc-c++ +Summary: A console application which monitors network traffic and bandwidth usage in real time +Name: nload +Version: 0.7.2 +Release: 1 +License: GPL +Url: http://www.roland-riegel.de/nload/index_en.html +Packager: Carsten Schoene <cs@linux-administrator.com> +Group: Applications/System +Source: %{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-root +Requires: ncurses >= 5.0 +BuildRequires: ncurses-devel >= 5.0 glibc-devel libgcc gcc gcc-c++ %description @@ -22,16 +21,15 @@ %prep %setup -q -%patch %build CFLAGS=${RPM_OPT_FLAGS} CXXFLAGS=${RPM_OPT_FLAGS} ./configure --prefix=%{_prefix} --mandir=%{_mandir} -make +%__make %install rm -rf %{buildroot} -make DESTDIR=%{buildroot} install +%__make DESTDIR=%{buildroot} install %clean @@ -46,6 +44,9 @@ %changelog +* Sat Jun 28 2008 Carsten Schoene <cs@linux-administrator.com> +- new release 0.7.2 + - Compilation with g++ 4.3 was fixed * Sun Jan 03 2008 Carsten Schoene <cs@linux-administrator.com> - version change to 0.7.0 * Thu Dec 27 2007 Carsten Schoene <cs@linux-administrator.com>
Added
nload-0.7.2.tar.gz
^