diff --git a/sblim-wbemcli.spec b/sblim-wbemcli.spec index eb7d247..2eae734 100644 --- a/sblim-wbemcli.spec +++ b/sblim-wbemcli.spec @@ -1,27 +1,21 @@ -# -# $Id: sblim-wbemcli.spec,v 1.9 2008/10/24 12:56:45 vcrhonek Exp $ -# -# Package spec for wbemcli (RH version) -# +Name: sblim-wbemcli +Version: 1.6.0 +Release: 2%{?dist} +Summary: SBLIM WBEM Command Line Interface -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Group: Applications/System +License: EPL +URL: http://sblim.wiki.sourceforge.net/ +Source0: http://downloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2 +Patch0: sblim-wbemcli-1.5.1-gcc43.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Summary: SBLIM WBEM Command Line Interface -Name: sblim-wbemcli -Version: 1.6.0 -Release: 1%{?dist} -Group: Systems Management/Base -URL: http://www.sblim.org -License: CPL +BuildRequires: curl-devel >= 7.9.3 +BuildRequires: binutils-devel >= 2.17.50.0.3-4 +Requires: curl >= 7.9.3 +Requires: tog-pegasus -Source0: http://downloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2 -Patch0: sblim-wbemcli-1.5.1-gcc43.patch - -BuildRequires: curl-devel >= 7.9.3 -BuildRequires: binutils-devel >= 2.17.50.0.3-4 -Requires: curl >= 7.9.3 - -%Description +%description WBEM Command Line Interface is a standalone, command line WBEM client. It is specially suited for basic systems management tasks as it can be used in scripts. @@ -32,7 +26,7 @@ scripts. %build %configure CACERT=/etc/Pegasus/client.pem -make %{?smp_mflags} +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT @@ -42,36 +36,41 @@ mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{name} %clean rm -rf $RPM_BUILD_ROOT + %files -%defattr(-,root,root) +%defattr(-,root,root,-) %{_bindir}/wbem* %{_mandir}/man1/* %{_datadir}/%{name} %changelog +* Tue Nov 4 2008 Vitezslav Crhonek - 1.6.0-2 +- Fix License +- Spec file cleanup, rpmlint check + * Fri Oct 24 2008 Vitezslav Crhonek - 1.6.0-1 - Update to 1.6.0 Resolves: #468328 -* Fri Jun 20 2008 Tom "spot" Callaway 1.5.1-7 +* Fri Jun 20 2008 Tom "spot" Callaway - 1.5.1-7 - fix gcc43 compile failure * Mon Feb 18 2008 Fedora Release Engineering - 1.5.1-6 - Autorebuild for GCC 4.3 -* Mon Nov 06 2006 Jindrich Novy 1.5.1-5 +* Mon Nov 06 2006 Jindrich Novy - 1.5.1-5 - rebuild against new curl -* Thu Oct 05 2006 Christian Iseli 1.5.1-4 - - rebuilt for unwind info generation, broken in gcc-4.1.1-21 +* Thu Oct 05 2006 Christian Iseli - 1.5.1-4 +- rebuilt for unwind info generation, broken in gcc-4.1.1-21 -* Mon Nov 21 2005 Viktor Mihajlovski 1.5.1-1 - - Upgrade to version 1.5.1 (SSL V3 enforced, default CACERT). - Created Fedora/RH specific spec file. +* Mon Nov 21 2005 Viktor Mihajlovski - 1.5.1-1 +- Upgrade to version 1.5.1 (SSL V3 enforced, default CACERT). +- Created Fedora/RH specific spec file. -* Thu Oct 28 2005 Viktor Mihajlovski 1.5.0-1 - - Minor enhancements for Fedora compatibility, still not daring to - nuke the build root though +* Thu Oct 28 2005 Viktor Mihajlovski - 1.5.0-1 +- Minor enhancements for Fedora compatibility, still not daring to + nuke the build root though -* Thu Jul 28 2005 Viktor Mihajlovski 1.5.0-0 - - Updates for rpmlint complaints +* Thu Jul 28 2005 Viktor Mihajlovski - 1.5.0-0 +- Updates for rpmlint complaints