Fix issues found by fedora-review utility in the spec file
This commit is contained in:
parent
5ac68edeaa
commit
020e6fed88
@ -1,13 +1,12 @@
|
||||
Name: wsmancli
|
||||
Version: 2.2.7.1
|
||||
Release: 2%{dist}
|
||||
Release: 3%{dist}
|
||||
License: BSD
|
||||
Url: http://www.openwsman.org/
|
||||
Source: http://downloads.sourceforge.net/project/openwsman/%{name}/%{version}/%{name}-%{version}.tar.bz2
|
||||
Source1: COPYING
|
||||
Source2: README
|
||||
Source3: AUTHORS
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXXX)
|
||||
Group: Applications/System
|
||||
BuildRequires: openwsman-devel >= 2.1.0 pkgconfig curl-devel
|
||||
Requires: openwsman curl
|
||||
@ -28,19 +27,17 @@ cp -fp %SOURCE1 %SOURCE2 %SOURCE3 .;
|
||||
make %{?_smp_flags}
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make DESTDIR=%{buildroot} install
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/wsman
|
||||
%{_bindir}/wseventmgr
|
||||
%doc COPYING README AUTHORS
|
||||
|
||||
%changelog
|
||||
* Tue Sep 18 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.7.1-3
|
||||
- Fix issues found by fedora-review utility in the spec file
|
||||
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.7.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user