]> git.pld-linux.org Git - packages/click.git/commitdiff
-NYF. corrected %files
authorhunter <hunter@pld-linux.org>
Mon, 22 Mar 2004 01:06:16 +0000 (01:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    click.spec -> 1.6

click.spec

index e566da763113769d59a903d020656fe263ef33aa..e3b1a9e398d75d865590328a1e947c7049896a91 100644 (file)
@@ -9,6 +9,8 @@ Group:          Networking/Admin
 Source0:       http://duch.mimuw.edu.pl/~hunter/%{name}-cvs_%{version}.tar.gz
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+BuildRequires: libstdc++-devel
+
 %description
 Click is a modular software router developed by MIT LCS Parallel and 
 Distributed Operating Systems group, Mazu Networks, the ICSI Center for 
@@ -50,16 +52,16 @@ BLA BLA BLA niech ktos to przetulaczy, ja ide spac.
 %{__make} \
        LDLIBS=""
 
-%{__make} man
+#%{__make} man
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8,/bin}
 
-install arping clockdiff rdisc tracepath tracepath6 traceroute6 \
-       $RPM_BUILD_ROOT%{_sbindir}
+#install arping clockdiff rdisc tracepath tracepath6 traceroute6 \
+#      $RPM_BUILD_ROOT%{_sbindir}
 
-install ping ping6 $RPM_BUILD_ROOT/bin
+#install ping ping6 $RPM_BUILD_ROOT/bin
 
 install doc/*.8 $RPM_BUILD_ROOT%{_mandir}/man8
 echo ".so tracepath.8" > $RPM_BUILD_ROOT%{_mandir}/man8/tracepath6.8
@@ -69,14 +71,4 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(0755,root,root) %{_sbindir}/tracepat*
-%attr(0755,root,root) %{_sbindir}/rdisc
-%attr(4754,root,adm) %{_sbindir}/traceroute6
-%attr(4754,root,adm) %{_sbindir}/arping
-%attr(4754,root,adm) %{_sbindir}/clockdiff
-%{_mandir}/man8/arping.8*
-%{_mandir}/man8/clockdiff.8*
-%{_mandir}/man8/rdisc.8*
-%{_mandir}/man8/tracepath*.8*
-%{_mandir}/man8/traceroute6.8*
-%{_mandir}/man8/pg3.8*
+%doc  %{_mandir}/man8/*
This page took 0.096636 seconds and 4 git commands to generate.