|
|
@@ -34,11 +34,12 @@ Class: EVAL
|
|
|
Group: Network
|
|
|
License: MIT-style
|
|
|
Version: 3.4.2
|
|
|
-Release: 20040518
|
|
|
+Release: 20040519
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://osdn.dl.sourceforge.net/bittorrent/BitTorrent-%{version}.tar.gz
|
|
|
Source1: rc.bittorrent
|
|
|
+Source2: apache.conf
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -84,6 +85,10 @@ AutoReqProv: no
|
|
|
chmod a+x $RPM_BUILD_ROOT%{l_prefix}/bin/$dst
|
|
|
done
|
|
|
) || exit $?
|
|
|
+ %{l_shtool} mkdir -f -p -m 755 \
|
|
|
+ $RPM_BUILD_ROOT%{l_prefix}/etc/bittorrent
|
|
|
+ %{l_shtool} install -c -m 755 %{l_value -s -a} \
|
|
|
+ %{SOURCE apache.conf} $RPM_BUILD_ROOT%{l_prefix}/etc/bittorrent/
|
|
|
%{l_shtool} mkdir -f -p -m 755 \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/etc/rc.d
|
|
|
%{l_shtool} install -c -m 755 %{l_value -s -a} \
|