6 # modprobe ipfw_mod.ko (depmod ?)
8 %define url $URL: http://onelab1.iet.unipi.it/svn/trunk/ipfw-slice.spec $
10 # Marta Carbone <marta.carbone@iet.unipi.it>
11 # 2009 - Universita` di Pisa
14 %define name ipfw-slice
18 %define release %{kernel_version}.%{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
19 %define kernel_id_arch %{kernel_version}-%{kernel_release}-%{kernel_arch}
20 %define kernel_id %{kernel_version}-%{kernel_release}
22 Summary: ipfw and dummynet for Linux
27 Group: System Environment/Kernel
28 Source0: %{name}-%{version}.tar.bz2
29 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
32 Packager: PlanetLab <marta@onelab2.iet.unipi.it>
33 Distribution: PlanetLab %{plrelease}
34 URL: %(echo %{url} | cut -d ' ' -f 2)
37 the frontent part of the ipfw planetlab package
43 rm -rf $RPM_BUILD_ROOT
46 install -D -m 755 slice/netconfig $RPM_BUILD_ROOT/sbin/netconfig
47 install -D -m 755 slice/ipfw.8.gz $RPM_BUILD_ROOT/%{_mandir}/man8/ipfw.8.gz
50 rm -rf $RPM_BUILD_ROOT
52 # here there is a list of the final installation directories
56 %{_mandir}/man8/ipfw.8*
59 * Thu Jul 23 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - ipfw-0.9-3
60 - fixed memory usage issue
62 * Wed Jul 15 2009 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - ipfw-0.9-2
63 - patch for building on x86_64
65 * Thu Jun 25 2009 Marta Carbone <marta.carbone@iet.unipi.it>