Compare commits
19 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a2b7672ba8 | ||
|
|
9db25f0bf2 | ||
|
|
063d4e4f18 | ||
|
|
5b4e077f82 | ||
|
|
f073f3f4be | ||
|
|
93cd548241 | ||
| 5785881c87 | |||
|
|
1547b1dc26 | ||
|
|
9223700b9f | ||
|
|
717ec9d0f4 | ||
|
|
63efbdebdd | ||
|
|
f4fb8e92ec | ||
|
|
5ad0197ba6 | ||
|
|
fb7beffb55 | ||
|
|
7d91a45288 | ||
|
|
029cbca70d | ||
|
|
4eae58cf2d | ||
|
|
99a1cb37a5 | ||
|
|
20e8b95808 |
4 changed files with 1 additions and 82 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
/wsl-0.1.8.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
d27e90629662235165f84414a567d257 wsl-0.1.8.tar.gz
|
||||
80
wsl.spec
80
wsl.spec
|
|
@ -1,80 +0,0 @@
|
|||
Name: wsl
|
||||
Version: 0.1.8
|
||||
Release: 2%{?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 wget 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}/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 wsl-config
|
||||
%{_mandir}/man1/%{name}.1.*
|
||||
|
||||
|
||||
|
||||
|
||||
%changelog
|
||||
* 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.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue