Fix 6-lite.spec

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8978 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2008-12-10 21:56:16 +00:00
parent 4e66f925e4
commit 41fcf84109
2 changed files with 3 additions and 5 deletions

View File

@ -86,8 +86,6 @@ fi
%attr(0544,root,root) /usr/share/shorewall6-lite/shorecap
%attr(0755,root,root) /usr/share/shorewall6-lite/wait4ifup
%attr(0644,root,root) %{_mandir}/man8/shorewall6-lite.8.gz
%doc COPYING changelog.txt releasenotes.txt
%changelog

View File

@ -582,7 +582,7 @@ if [ -n "${BUILDTARBALL}${BUILDRPM}" ]; then
if [ -n "$BUILD6" ]; then
cd $SHOREWALL6DIR
do_or_die "svn export --non-interactive --force ${SVN}/$SAMPLES6TAG Samples >> $LOGFILE 2>&1"
do_or_die "svn export --non-interactive --force ${SVN}/$SAMPLES6TAG Samples6 >> $LOGFILE 2>&1"
if false; then
progress_message "Exporting $MANPAGETAG from SVN..."
do_or_die "svn export --non-interactive --force ${SVN}/$MANPAGETAG manpages >> $LOGFILE 2>&1"
@ -779,10 +779,10 @@ if [ -n "${BUILDTARBALL}${BUILDRPM}" ]; then
cd /tmp
rm -rf shorewall6-lite-${BASEVERSION}
do_or_die "cp -a $DIR/$LLITE6DIR shorewall6-lite-${BASEVERSION}"
do_or_die "cp -a $DIR/$LITE6DIR shorewall6-lite-${BASEVERSION}"
do_or_die "tar -zcf $RPMDIR/SOURCES/shorewall6-lite-${BASEVERSION}.tgz shorewall6-lite-${BASEVERSION}"
cd $DIR
do_or_die "cp $SHOREWALLLITEDIR/shorewall6-lite.spec $RPMDIR/SPECS/"
do_or_die "cp $LITE6DIR/shorewall6-lite.spec $RPMDIR/SPECS/"
do_or_die "do_rpmbuild -ba $SIGN $RPMDIR/SPECS/shorewall6-lite.spec"
do_or_die cp -a $RPMDIR/RPMS/noarch/$LITE6RPMNAME .
fi