Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a9fffd2fd4 | ||
|
|
f9f43ac6b2 |
3 changed files with 15 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/wsl-0.1.8.tar.gz
|
||||
/wsl-0.2.2.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
d27e90629662235165f84414a567d257 wsl-0.1.8.tar.gz
|
||||
cc9131ce94b30965ce76cd7ffc4a50a3 wsl-0.2.2.tar.gz
|
||||
|
|
|
|||
17
wsl.spec
17
wsl.spec
|
|
@ -1,14 +1,15 @@
|
|||
Name: wsl
|
||||
Version: 0.1.8
|
||||
Release: 2%{?dist}
|
||||
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
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
|
||||
Requires: bash wget libxml2
|
||||
Requires: bash curl libxml2
|
||||
Requires: gpg
|
||||
BuildArch: noarch
|
||||
|
||||
|
|
@ -34,6 +35,7 @@ install -m 644 %{_builddir}/%{name}-%{version}/wsl-ws2textc.xsl $RPM_BUILD_ROOT/
|
|||
|
||||
|
||||
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}
|
||||
|
|
@ -57,13 +59,20 @@ install -m 644 %{_builddir}/%{name}-%{version}/wsl.1 $RPM_BUILD_ROOT%{_mandir}/m
|
|||
%{_sysconfdir}/%{name}
|
||||
|
||||
|
||||
%doc LICENSE README-wsl VERSION wsl-config
|
||||
%doc LICENSE README-wsl VERSION wslrc
|
||||
%{_mandir}/man1/%{name}.1.*
|
||||
|
||||
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Nov 7 2012 Praveen K Paladugu <praveen_paladugu@dell.com> - 0.2.2-1
|
||||
- Using curl to talk to remote server in place of wget
|
||||
- Introducing the viwsl script
|
||||
|
||||
* Fri Oct 19 2012 Praveen K Paladugu <praveen_paladugu@dell.com> - 0.1.8-3
|
||||
- Defined the BuildRoot as required for EPEL5 builds
|
||||
|
||||
* 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue