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 11
[-]
[+]
Changed
nload.spec
@@ -1,12 +1,11 @@ -Summary: A console application which monitors network traffic and bandwidth usage in real time +Summary: Network Traffic monitor 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 +Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: ncurses >= 5.0 BuildRequires: ncurses-devel >= 5.0 glibc-devel libgcc gcc gcc-c++ @@ -23,7 +22,12 @@ %setup -q %build -CFLAGS="${RPM_OPT_FLAGS} -I%{_includedir}/ncurses" CXXFLAGS=${RPM_OPT_FLAGS} ./configure --prefix=%{_prefix} --mandir=%{_mandir} +CFLAGS="${RPM_OPT_FLAGS} -I%{_includedir}/ncurses" \ +CXXFLAGS="${RPM_OPT_FLAGS} -I%{_includedir}/ncurses" \ +./configure --prefix=%{_prefix} \ + --mandir=%{_mandir} \ + --sysconfdir=%{_sysconfdir} \ + --datadir=%{_datadir} %__make
Deleted
nload-0.6.0.tar.gz
^
Deleted
nload-0.7.0.tar.gz
^
Renamed
nload-0.7.2.tar.bz2
^