mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-03 03:59:16 +01:00
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:
parent
4e66f925e4
commit
41fcf84109
@ -86,8 +86,6 @@ fi
|
|||||||
%attr(0544,root,root) /usr/share/shorewall6-lite/shorecap
|
%attr(0544,root,root) /usr/share/shorewall6-lite/shorecap
|
||||||
%attr(0755,root,root) /usr/share/shorewall6-lite/wait4ifup
|
%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
|
%doc COPYING changelog.txt releasenotes.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -582,7 +582,7 @@ if [ -n "${BUILDTARBALL}${BUILDRPM}" ]; then
|
|||||||
|
|
||||||
if [ -n "$BUILD6" ]; then
|
if [ -n "$BUILD6" ]; then
|
||||||
cd $SHOREWALL6DIR
|
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
|
if false; then
|
||||||
progress_message "Exporting $MANPAGETAG from SVN..."
|
progress_message "Exporting $MANPAGETAG from SVN..."
|
||||||
do_or_die "svn export --non-interactive --force ${SVN}/$MANPAGETAG manpages >> $LOGFILE 2>&1"
|
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
|
cd /tmp
|
||||||
rm -rf shorewall6-lite-${BASEVERSION}
|
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}"
|
do_or_die "tar -zcf $RPMDIR/SOURCES/shorewall6-lite-${BASEVERSION}.tgz shorewall6-lite-${BASEVERSION}"
|
||||||
cd $DIR
|
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 "do_rpmbuild -ba $SIGN $RPMDIR/SPECS/shorewall6-lite.spec"
|
||||||
do_or_die cp -a $RPMDIR/RPMS/noarch/$LITE6RPMNAME .
|
do_or_die cp -a $RPMDIR/RPMS/noarch/$LITE6RPMNAME .
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user