Fix issues found by fedora-review utility in the spec file

This commit is contained in:
Vitezslav Crhonek 2012-09-18 13:29:19 +02:00
parent 5ac68edeaa
commit 020e6fed88

View File

@ -1,13 +1,12 @@
Name: wsmancli Name: wsmancli
Version: 2.2.7.1 Version: 2.2.7.1
Release: 2%{dist} Release: 3%{dist}
License: BSD License: BSD
Url: http://www.openwsman.org/ Url: http://www.openwsman.org/
Source: http://downloads.sourceforge.net/project/openwsman/%{name}/%{version}/%{name}-%{version}.tar.bz2 Source: http://downloads.sourceforge.net/project/openwsman/%{name}/%{version}/%{name}-%{version}.tar.bz2
Source1: COPYING Source1: COPYING
Source2: README Source2: README
Source3: AUTHORS Source3: AUTHORS
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXXX)
Group: Applications/System Group: Applications/System
BuildRequires: openwsman-devel >= 2.1.0 pkgconfig curl-devel BuildRequires: openwsman-devel >= 2.1.0 pkgconfig curl-devel
Requires: openwsman curl Requires: openwsman curl
@ -28,19 +27,17 @@ cp -fp %SOURCE1 %SOURCE2 %SOURCE3 .;
make %{?_smp_flags} make %{?_smp_flags}
%install %install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install make DESTDIR=%{buildroot} install
%clean
rm -rf %{buildroot}
%files %files
%defattr(-,root,root)
%{_bindir}/wsman %{_bindir}/wsman
%{_bindir}/wseventmgr %{_bindir}/wseventmgr
%doc COPYING README AUTHORS %doc COPYING README AUTHORS
%changelog %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 * 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 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild