Compare commits

..

2 commits

Author SHA1 Message Date
praveenp
2a1618db1a Updated the sources to 0.2.2 version 2012-11-07 11:17:34 -06:00
praveenp
5a92c8c2e9 Updated the source to 0.2.0 version 2012-11-02 10:02:33 -05:00
4 changed files with 91 additions and 1 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
/wsl-0.1.8.tar.gz
/wsl-0.2.0.tar.gz
/wsl-0.2.2.tar.gz

View file

@ -1 +0,0 @@
Orphaned for 6+ weeks

1
sources Normal file
View file

@ -0,0 +1 @@
cc9131ce94b30965ce76cd7ffc4a50a3 wsl-0.2.2.tar.gz

87
wsl.spec Normal file
View file

@ -0,0 +1,87 @@
Name: wsl
Version: 0.2.2
Release: 1%{?dist}
Summary: Wsman Shell Command Line "whistle"
Group: Applications/System
License: BSD
URL: http://linux.dell.com/files/%{name}
Source0: http://linux.dell.com/files/%{name}/%{name}-%{version}.tar.gz
Requires: bash curl libxml2
Requires: gpg
BuildArch: noarch
%description
WSL (aka "whistle") contains various scripts that serve as a client interface
to WSMAN or Web Services for Management protocol base on DMTF standard
specification. WSMAN provides standards based messaging for systems management
CIM-style objects.
%prep
%setup -q
%build
%install
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
install -m 644 %{_builddir}/%{name}-%{version}/wsl-functions $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}
install -m 644 %{_builddir}/%{name}-%{version}/wsl-ws2textc.xsl $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
install -m 755 %{_builddir}/%{name}-%{version}/viwsl $RPM_BUILD_ROOT/%{_bindir}
install -m 755 %{_builddir}/%{name}-%{version}/wsl $RPM_BUILD_ROOT/%{_bindir}
install -m 755 %{_builddir}/%{name}-%{version}/wslcred $RPM_BUILD_ROOT/%{_bindir}
install -m 755 %{_builddir}/%{name}-%{version}/wslecn $RPM_BUILD_ROOT/%{_bindir}
install -m 755 %{_builddir}/%{name}-%{version}/wslenum $RPM_BUILD_ROOT/%{_bindir}
install -m 755 %{_builddir}/%{name}-%{version}/wslget $RPM_BUILD_ROOT/%{_bindir}
install -m 755 %{_builddir}/%{name}-%{version}/wslid $RPM_BUILD_ROOT/%{_bindir}
install -m 755 %{_builddir}/%{name}-%{version}/wslinvoke $RPM_BUILD_ROOT/%{_bindir}
install -m 755 %{_builddir}/%{name}-%{version}/wslput $RPM_BUILD_ROOT/%{_bindir}
install -m 755 %{_builddir}/%{name}-%{version}/wxmlgetvalue $RPM_BUILD_ROOT/%{_bindir}
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
install -m 644 %{_builddir}/%{name}-%{version}/wsl.1 $RPM_BUILD_ROOT%{_mandir}/man1
%files
%{_bindir}/*
%{_sysconfdir}/%{name}
%doc LICENSE README-wsl VERSION wslrc
%{_mandir}/man1/%{name}.1.*
%changelog
* Tue Nov 6 2012 Chris Poblete <chris_poblete@dell.com> - 0.2.2-1
- Added viwsl to spec file
* Fri Nov 2 2012 Praveen K Paladugu <praveen_paladugu@dell.com> - 0.2.0-1
- Using curl in place of wget to talk to remote server.
* Mon Oct 8 2012 Praveen K Paladugu <praveen_paladugu@dell.com> - 0.1.8-2
- Removing the explicit installation of the doc files as the %%doc macro will handle the same
- Not zipping the man file, as the package build will handle it.
* Mon Oct 8 2012 Praveen K Paladugu <praveen_paladugu@dell.com>- 0.1.8-1
- Minor changes to spec file, following Fedora reviewer's suggestions.
* Tue Oct 2 2012 Chris Poblete <chris_poblete@dell.com> - 0.1.7c-1
- Added a man page for wsl
* Tue Sep 25 2012 Chris Poblete <chris_poblete@dell.com> - 0.1.0-1
- initial version of WSL.