mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 17:58:07 +02:00
Fix -perl.spec
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8977 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
b1e2cfe2f6
commit
4e66f925e4
@ -55,9 +55,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%attr(0755,root,root) %dir /usr/share/shorewall-perl/Shorewall
|
%attr(0755,root,root) %dir /usr/share/shorewall-perl/Shorewall
|
||||||
|
|
||||||
%attr(755,root,root) /usr/share/shorewall-perl/compiler.pl
|
%attr(755,root,root) /usr/share/shorewall-perl/compiler.pl
|
||||||
%attr(0644,root,root) /usr/share/shorewall-perl/prog.header
|
%attr(0644,root,root) /usr/share/shorewall-perl/prog.*
|
||||||
%attr(0644,root,root) /usr/share/shorewall-perl/prog.functions
|
|
||||||
%attr(0644,root,root) /usr/share/shorewall-perl/prog.footer
|
|
||||||
%attr(0644,root,root) /usr/share/shorewall-perl/version
|
%attr(0644,root,root) /usr/share/shorewall-perl/version
|
||||||
%attr(0644,root,root) /usr/share/shorewall-perl/Shorewall/*.pm
|
%attr(0644,root,root) /usr/share/shorewall-perl/Shorewall/*.pm
|
||||||
|
|
||||||
|
@ -320,7 +320,7 @@ case $VERSION in
|
|||||||
SHELLBRANCH="trunk/Shorewall-shell"
|
SHELLBRANCH="trunk/Shorewall-shell"
|
||||||
DOCTAG="trunk/docs"
|
DOCTAG="trunk/docs"
|
||||||
XMLPROJ="docs-4.3"
|
XMLPROJ="docs-4.3"
|
||||||
SAMPLETAGS="trunk/Samples"
|
SAMPLESTAG="trunk/Samples"
|
||||||
SAMPLES6TAG="trunk/Samples6"
|
SAMPLES6TAG="trunk/Samples6"
|
||||||
MANPAGETAG=trunk/manpages
|
MANPAGETAG=trunk/manpages
|
||||||
LITEMANPAGETAG=trunk/manpages-lite
|
LITEMANPAGETAG=trunk/manpages-lite
|
||||||
@ -443,7 +443,11 @@ if [ -n "${BUILDTARBALL}${BUILDRPM}" ]; then
|
|||||||
report "Shorewall Shell directory is $DIR/$SHELLDIR"
|
report "Shorewall Shell directory is $DIR/$SHELLDIR"
|
||||||
report "Shorewall Perl directory is $DIR/$PERLDIR"
|
report "Shorewall Perl directory is $DIR/$PERLDIR"
|
||||||
report "SVN tag is $SVNBRANCH"
|
report "SVN tag is $SVNBRANCH"
|
||||||
|
report "Samples tag is $SAMPLESTAG"
|
||||||
|
report "Samples6 tag is $SAMPLES6TAG"
|
||||||
|
report "SVN6 tag is $SVN6BRANCH"
|
||||||
report "Lite SVN tag is $LITESVNBRANCH"
|
report "Lite SVN tag is $LITESVNBRANCH"
|
||||||
|
report "Lite6 SVN tag is $LITE6SVNBRANCH"
|
||||||
report "Shell SVN tag is $SHELLBRANCH"
|
report "Shell SVN tag is $SHELLBRANCH"
|
||||||
report "Perl SVN tag is $PERLBRANCH"
|
report "Perl SVN tag is $PERLBRANCH"
|
||||||
if [ -n "$BUILDTARBALL" ]; then
|
if [ -n "$BUILDTARBALL" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user