From f79a60ba9574498d249134ab15d8c44302384c96 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 3 Jun 2011 09:33:15 +0200 Subject: [PATCH] don't rebuild doc - somehow this fails occasionnally cleaned up for git --- iproute.spec | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/iproute.spec b/iproute.spec index fd715af..b0b066a 100644 --- a/iproute.spec +++ b/iproute.spec @@ -1,8 +1,3 @@ -# -# $Id$ -# -%define url $URL$ - %define name iproute %define version 2.6.37 %define taglevel 0 @@ -14,7 +9,7 @@ Vendor: PlanetLab Packager: PlanetLab Central Distribution: PlanetLab %{plrelease} -URL: %(echo %{url} | cut -d ' ' -f 2) +URL: %{SCMURL} Summary: Advanced IP routing and network device configuration tools. Name: %{name} @@ -42,7 +37,7 @@ capabilities of the Linux 2.4.x and 2.6.x kernel. %build make -make -C doc +#make -C doc %install #rm -rf $RPM_BUILD_ROOT @@ -74,7 +69,8 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/debug/* %defattr(-,root,root) %dir /etc/iproute2 %doc README.decnet README.iproute2+tc RELNOTES -%doc doc/*.ps examples +#%doc doc/*.ps +%doc examples /sbin/* %{_mandir}/man8/* %attr(644,root,root) %config(noreplace) /etc/iproute2/* -- 2.43.0