ready for tagging
[fprobe-ulog.git] / fprobe-ulog.spec
index dc9586c..18a05eb 100644 (file)
@@ -1,14 +1,30 @@
-Name:          fprobe-ulog
-Version:       1.1
-Release:       1
+#
+# $Id$
+#
+%define url $URL$
+
+%define name fprobe-ulog
+%define version 1.1.1
+%define taglevel 1
+
+%define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
+
 Summary:       fprobe-ulog: a NetFlow probe
+Name: %{name}
+Version: %{version}
+Release: %{release}
 Group:         Network/Monitoring
 License:       GPL
-URL:           http://fprobe.sourceforge.net
+#URL:          http://fprobe.sourceforge.net
 Source0:       %{name}-%{version}.tar.bz2
 Buildroot:     %{_tmppath}/%{name}-buildroot
 Provides:      fprobe-ulog
 
+Vendor: PlanetLab
+Packager: PlanetLab Central <support@planet-lab.org>
+Distribution: PlanetLab %{plrelease}
+URL: %(echo %{url} | cut -d ' ' -f 2)
+
 %description
 fprobe-ulog - libipulog-based tool that collect network traffic data and emit
 it as NetFlow flows towards the specified collector.
@@ -17,12 +33,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