]> git.pld-linux.org Git - packages/connmon.git/commitdiff
- fix build, add TODO, release 2 AC-branch AC-STABLE auto/ac/connmon-0_13_0-2
authorundefine <undefine@pld-linux.org>
Thu, 26 Aug 2004 12:47:53 +0000 (12:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    connmon.spec -> 1.15

connmon.spec

index 5b7a0c58fe286c2d6ca16ea676b941403c925e5f..a3dffd93114bc109a73c94a60460ca0b03e2d816 100644 (file)
@@ -1,8 +1,10 @@
+# TODO:
+# - pack gconnmon to separate package
 Summary:       Connection Monitor
 Summary(pl):   Monitor po³±czeñ
 Name:          connmon
 Version:       0.13.0
 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
 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
 %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
 
 
 %install
@@ -42,7 +45,6 @@ install -d $RPM_BUILD_ROOT%{_sbindir}
 
 install src/connmon/connmon $RPM_BUILD_ROOT%{_sbindir}
 
 
 install src/connmon/connmon $RPM_BUILD_ROOT%{_sbindir}
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.055324 seconds and 4 git commands to generate.