Hello community, here is the log from the commit of package lsb-appchk-webui checked in at Mon Sep 29 22:36:04 CEST 2008. -------- New Changes file: --- /dev/null 2008-04-22 03:09:48.000000000 +0200 +++ /mounts/work_src_done/STABLE/lsb-appchk-webui/lsb-appchk-webui.changes 2008-09-19 17:30:07.000000000 +0200 @@ -0,0 +1,7 @@ +------------------------------------------------------------------- +Fri Sep 19 16:19:05 CEST 2008 - prusnak@suse.cz + +- created package + * version 2.0 beta 3 aka 1.99.3 (bzr checkout from 20080919) + * based on package from Jiri Dluhos + New: ---- app-checker-bzr20080919.tar.bz2 lsb-appchk-webui-1.99.3-nospace.patch lsb-appchk-webui.changes lsb-appchk-webui.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lsb-appchk-webui.spec ++++++ # # spec file for package lsb-appchk-webui (Version 1.99.3) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild %define bzrdate 20080919 Name: lsb-appchk-webui Version: 1.99.3 Release: 1 Url: http://www.linuxbase.org/ License: GPL v2 or later Group: Development/Tools/Other Summary: Web user interface for the LSB application checker Source: app-checker-bzr%{bzrdate}.tar.bz2 Patch0: %{name}-%{version}-nospace.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch Requires: lsb perl %description Web user interface for the LSB application checker. Contains a small embedded Web server and allows to control the checker either remotely or locally. %prep %setup -q -n app-checker mv "utils/interpreted languages" utils/interpreted_languages %patch0 chmod 644 webui/public_html/css/* webui/public_html/images/*.png %build %install mkdir -p $RPM_BUILD_ROOT/opt/lsb/lsb-appchk-webui cp -r * $RPM_BUILD_ROOT/opt/lsb/lsb-appchk-webui rm -f $RPM_BUILD_ROOT/opt/lsb/lsb-appchk-webui/{LICENSE,README,utils/VERSION} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc LICENSE README utils/VERSION %dir /opt/lsb %dir /opt/lsb/lsb-appchk-webui %dir /opt/lsb/lsb-appchk-webui/bin /opt/lsb/lsb-appchk-webui/bin/app-checker-start.pl /opt/lsb/lsb-appchk-webui/bin/app-checker-stop.pl %dir /opt/lsb/lsb-appchk-webui/config /opt/lsb/lsb-appchk-webui/config/app-checker-server.conf.default %dir /opt/lsb/lsb-appchk-webui/utils /opt/lsb/lsb-appchk-webui/utils/*.pl /opt/lsb/lsb-appchk-webui/utils/*.pm %dir /opt/lsb/lsb-appchk-webui/utils/interpreted_languages /opt/lsb/lsb-appchk-webui/utils/interpreted_languages/perldeps.pl /opt/lsb/lsb-appchk-webui/utils/interpreted_languages/analyze_perl.pl /opt/lsb/lsb-appchk-webui/utils/interpreted_languages/analyze_python.py %dir /opt/lsb/lsb-appchk-webui/webui /opt/lsb/lsb-appchk-webui/webui/app-checker-server.pl /opt/lsb/lsb-appchk-webui/webui/mime.types %dir /opt/lsb/lsb-appchk-webui/webui/public_html /opt/lsb/lsb-appchk-webui/webui/public_html/*.pl /opt/lsb/lsb-appchk-webui/webui/public_html/*.pm /opt/lsb/lsb-appchk-webui/webui/public_html/*.tpl /opt/lsb/lsb-appchk-webui/webui/public_html/favicon.ico %dir /opt/lsb/lsb-appchk-webui/webui/public_html/css /opt/lsb/lsb-appchk-webui/webui/public_html/css/*.css /opt/lsb/lsb-appchk-webui/webui/public_html/css/*.js /opt/lsb/lsb-appchk-webui/webui/public_html/css/*.gif /opt/lsb/lsb-appchk-webui/webui/public_html/css/*.png %dir /opt/lsb/lsb-appchk-webui/webui/public_html/images /opt/lsb/lsb-appchk-webui/webui/public_html/images/*.png /opt/lsb/lsb-appchk-webui/webui/public_html/images/*.gif /opt/lsb/lsb-appchk-webui/webui/public_html/images/*.jpg %dir /opt/lsb/lsb-appchk-webui/webui/public_html/images/distros /opt/lsb/lsb-appchk-webui/webui/public_html/images/distros/*.png %dir /opt/lsb/lsb-appchk-webui/webui/public_html/images/vendors /opt/lsb/lsb-appchk-webui/webui/public_html/images/vendors/*.png %changelog * Fri Sep 19 2008 prusnak@suse.cz - created package * version 2.0 beta 3 aka 1.99.3 (bzr checkout from 20080919) * based on package from Jiri Dluhos ++++++ lsb-appchk-webui-1.99.3-nospace.patch ++++++ --- utils/componenttodb.pl +++ utils/componenttodb.pl @@ -229,13 +229,13 @@ if( $type =~ /\:.*perl\s+script/i or $interpreter =~ /perl/ ) { print COMPONENT_DATA " PerlInterpreter: $interpreter\n"; close( COMPONENT_DATA ); - system "./interpreted\\ languages/analyze_perl.pl \"$soname\" >> \"$OutputFile\""; + system "./interpreted_languages/analyze_perl.pl \"$soname\" >> \"$OutputFile\""; open( COMPONENT_DATA, ">> $OutputFile" ); } elsif( $type =~ /\:.*python\s+script/i or $interpreter =~ /python/ ) { print COMPONENT_DATA " PythonInterpreter: $interpreter\n"; close( COMPONENT_DATA ); - system "./interpreted\\ languages/analyze_python.py \"$soname\" >> \"$OutputFile\""; + system "./interpreted_languages/analyze_python.py \"$soname\" >> \"$OutputFile\""; open( COMPONENT_DATA, ">> $OutputFile" ); } else { @@ -260,11 +260,11 @@ print COMPONENT_DATA "!PerlModuleProvided '$modname' '$soname_p'\n"; } close( COMPONENT_DATA ); - system "./interpreted\\ languages/analyze_perl.pl \"$soname\" >> \"$OutputFile\""; + system "./interpreted_languages/analyze_perl.pl \"$soname\" >> \"$OutputFile\""; open( COMPONENT_DATA, ">> $OutputFile" ); } elsif( $soname =~ /\.pyc?$/i ) { # ! experimental - my $pythonResult = `./interpreted\\ languages/analyze_python.py \"$soname\"`; + my $pythonResult = `./interpreted_languages/analyze_python.py \"$soname\"`; if( $pythonResult !~ /Cannot analyse/ ) { # See comments below for such checks @@ -314,7 +314,7 @@ print COMPONENT_DATA "!PerlModuleProvided '$modname' '$soname_p'\n"; } close( COMPONENT_DATA ); - system "./interpreted\\ languages/analyze_perl.pl \"$soname\" >> \"$OutputFile\""; + system "./interpreted_languages/analyze_perl.pl \"$soname\" >> \"$OutputFile\""; open( COMPONENT_DATA, ">> $OutputFile" ); next; } @@ -384,7 +384,7 @@ elsif( $soname =~ /\.pyc?$/i ) { my $interpreter = `head -n 1 '$soname'`; chomp( $interpreter ); - my $pythonResult = `./interpreted\\ languages/analyze_python.py \"$soname\"`; + my $pythonResult = `./interpreted_languages/analyze_python.py \"$soname\"`; if( $pythonResult !~ /Cannot analyse/ ) { my $modname = $basename; $modname =~ s/\.pyc?$//i; --- utils/interpreted_languages/analyze_perl.pl +++ utils/interpreted_languages/analyze_perl.pl @@ -10,7 +10,7 @@ use Getopt::Long; use File::Basename; -require "./interpreted languages/perldeps.pl"; +require "./interpreted_languages/perldeps.pl"; my $argc = @ARGV; die "Usage $0 [filename(s)]\n" if $argc == 0; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de