|
|
@@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
|
|
|
Group: Network
|
|
|
License: BSD-style
|
|
|
Version: 1.1.0
|
|
|
-Release: 20020820
|
|
|
+Release: 20020821
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.packetfactory.net/libnet/dist/libnet-%{version}.tar.gz
|
|
|
@@ -70,6 +70,8 @@ AutoReqProv: no
|
|
|
%install
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
%{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
|
|
|
+ %{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/bin
|
|
|
+ %{l_shtool} install -c -m 755 libnet-config $RPM_BUILD_ROOT%{l_prefix}/bin/
|
|
|
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
|
|
|
|
|
|
%files -f files
|