Package not found: openSUSE:Factory/intel-SINIT

File wsl.spec of Package wsl

#
# spec file for package wsl
#
# Copyright (c) 2012 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


Name:           wsl
Version:        0.1.6b
Release:        1
Url:            http://linux.dell.com/git/wsl.git
License:        BSD-3-Clause
Group:          System/Management
Summary:        WS-Management Shell Commandline
Source:         %{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch
Requires:       bash
Requires:       sed
Requires:       awk
Requires:       grep
Requires:       wget
Requires:       xmllint
%if 0%{?suse_version}
Recommends:     xsltproc
Recommends:     gpg
%endif

%description
WSL contains various scripts that serve as a client interface to WSMAN
or Web Services for Management protocol based on DMTF standard
specification.
WSMAN provides standards based messaging for systems management CIM-style
objects.

WSL is "lightweight" because it is composed of scripts (that is no
binary) and is dependent on tools that are already present on standard
installation or readily available to UNIX-like operating systems.

%prep
%setup -q -n %{name}-%{version}

%build

%install
install -d $RPM_BUILD_ROOT/usr/bin
install -d $RPM_BUILD_ROOT/etc/wsl
install -m 644 wsl-ws2textc.xsl $RPM_BUILD_ROOT/etc/wsl
install -m 644 wsl-functions $RPM_BUILD_ROOT/etc/wsl
install -m 644 wsl-config $RPM_BUILD_ROOT/etc/wsl
install -m 755 wslecn $RPM_BUILD_ROOT/usr/bin
install -m 755 wslput $RPM_BUILD_ROOT/usr/bin
install -m 755 wslget $RPM_BUILD_ROOT/usr/bin
install -m 755 wsl $RPM_BUILD_ROOT/usr/bin
install -m 755 wslinvoke $RPM_BUILD_ROOT/usr/bin
install -m 755 wslcred $RPM_BUILD_ROOT/usr/bin
install -m 755 wslid $RPM_BUILD_ROOT/usr/bin
install -m 755 wxmlgetvalue $RPM_BUILD_ROOT/usr/bin
install -m 755 wslenum $RPM_BUILD_ROOT/usr/bin

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%dir /etc/wsl
%config /etc/wsl/wsl-ws2textc.xsl
%config /etc/wsl/wsl-functions
%config(noreplace) /etc/wsl/wsl-config
%{_bindir}/*
%doc LICENSE
%doc README-wsl
%doc wsl-config

%changelog
openSUSE Build Service is sponsored by