From: undefine Date: Thu, 26 Aug 2004 12:47:53 +0000 (+0000) Subject: - fix build, add TODO, release 2 X-Git-Tag: AC-STABLE X-Git-Url: http://git.pld-linux.org/?p=packages%2Fconnmon.git;a=commitdiff_plain;h=fa1aca29639b1e65754c2c672cd4d17826e851bd - fix build, add TODO, release 2 Changed files: connmon.spec -> 1.15 --- diff --git a/connmon.spec b/connmon.spec index 5b7a0c5..a3dffd9 100644 --- a/connmon.spec +++ b/connmon.spec @@ -1,8 +1,10 @@ +# TODO: +# - pack gconnmon to separate package Summary: Connection Monitor Summary(pl): Monitor po³±czeñ Name: connmon Version: 0.13.0 -Release: 1 +Release: 2 License: GPL Group: Applications/Networking Source0: http://www.student.lu.se/~nbi98oli/src/%{name}-%{version}.tar.gz @@ -33,7 +35,8 @@ z programem), aby otrzymywa %setup -q %build -%{__make} CFLAGS="-DHAVE_CONFIG_H -Wall -I%{_includedir}/ncurses -I../compat -I../libconnmon -I../libhpnl -I.. -I. %{rpmcflags}" +%{__make} \ + CFLAGS="-DHAVE_CONFIG_H -Wall `gtk-config --cflags` -I%{_includedir}/ncurses -I../compat -I../libconnmon -I../libhpnl -I.. -I. %{rpmcflags}" %install @@ -42,7 +45,6 @@ install -d $RPM_BUILD_ROOT%{_sbindir} install src/connmon/connmon $RPM_BUILD_ROOT%{_sbindir} - %clean rm -rf $RPM_BUILD_ROOT