git-svn-id: http://svn.planet-lab.org/svn/fprobe-ulog/trunk@6973 8c455092-636d-4788...
[fprobe-ulog.git] / fprobe-ulog.spec
index dc9586c..240da38 100644 (file)
@@ -1,5 +1,5 @@
 Name:          fprobe-ulog
-Version:       1.1
+Version:       1.1.1
 Release:       1
 Summary:       fprobe-ulog: a NetFlow probe
 Group:         Network/Monitoring
@@ -17,12 +17,12 @@ it as NetFlow flows towards the specified collector.
 %setup -q
 
 %build
-./configure --sbindir=%{_sbindir} --mandir=%{_mandir} $EXTRA_OPTIONS
+./configure --sbindir=%{_sbindir} --mandir=%{_mandir} --enable-uptime_trick=no $EXTRA_OPTIONS
 make
 
 %install
 rm -rf %{buildroot}
-make install-strip DESTDIR=%{buildroot}
+make install DESTDIR=%{buildroot}
 gzip --best %{buildroot}%{_mandir}/man8/fprobe-ulog.8
 
 %clean