rpms/sblim-wbemcli/devel sblim-wbemcli.spec,1.9,1.10

Vitezslav Crhonek vcrhonek at fedoraproject.org
Tue Nov 4 15:15:20 UTC 2008


Author: vcrhonek

Update of /cvs/extras/rpms/sblim-wbemcli/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23926

Modified Files:
	sblim-wbemcli.spec 
Log Message:
Fix License, Spec file cleanup, rpmlint check


Index: sblim-wbemcli.spec
===================================================================
RCS file: /cvs/extras/rpms/sblim-wbemcli/devel/sblim-wbemcli.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sblim-wbemcli.spec	24 Oct 2008 12:56:45 -0000	1.9
+++ sblim-wbemcli.spec	4 Nov 2008 15:14:50 -0000	1.10
@@ -1,27 +1,21 @@
-#
-# $Id$
-#
-# Package spec for wbemcli (RH version)
-#
-
-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
-
-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
+Name:           sblim-wbemcli
+Version:        1.6.0
+Release:        2%{?dist}
+Summary:        SBLIM WBEM Command Line Interface
+
+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)
+
+BuildRequires:  curl-devel >= 7.9.3
+BuildRequires:  binutils-devel >= 2.17.50.0.3-4
+Requires:       curl >= 7.9.3
+Requires:       tog-pegasus
 
-%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 @@
 
 %build
 %configure CACERT=/etc/Pegasus/client.pem
-make %{?smp_mflags}
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -42,36 +36,41 @@
 %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 <vcrhonek at redhat.com> - 1.6.0-2
+- Fix License
+- Spec file cleanup, rpmlint check
+
 * Fri Oct 24 2008 Vitezslav Crhonek <vcrhonek at redhat.com> - 1.6.0-1
 - Update to 1.6.0
   Resolves: #468328
 
-* Fri Jun 20 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.5.1-7
+* Fri Jun 20 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.5.1-7
 - fix gcc43 compile failure
 
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.5.1-6
 - Autorebuild for GCC 4.3
 
-* Mon Nov 06 2006 Jindrich Novy <jnovy at redhat.com> 1.5.1-5
+* Mon Nov 06 2006 Jindrich Novy <jnovy at redhat.com> - 1.5.1-5
 - rebuild against new curl
 
-* Thu Oct 05 2006 Christian Iseli <Christian.Iseli at licr.org> 1.5.1-4
- - rebuilt for unwind info generation, broken in gcc-4.1.1-21
+* Thu Oct 05 2006 Christian Iseli <Christian.Iseli at licr.org> - 1.5.1-4
+- rebuilt for unwind info generation, broken in gcc-4.1.1-21
 
-* Mon Nov 21 2005 Viktor Mihajlovski <mihajlov at de.ibm.com> 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 <mihajlov at de.ibm.com> 1.5.0-1
-  - Minor enhancements for Fedora compatibility, still not daring to
-    nuke the build root though
+* Mon Nov 21 2005 Viktor Mihajlovski <mihajlov at de.ibm.com> - 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 <mihajlov at de.ibm.com> - 1.5.0-1
+- Minor enhancements for Fedora compatibility, still not daring to
+  nuke the build root though
 
-* Thu Jul 28 2005 Viktor Mihajlovski <mihajlov at de.ibm.com> 1.5.0-0
-  - Updates for rpmlint complaints
+* Thu Jul 28 2005 Viktor Mihajlovski <mihajlov at de.ibm.com> - 1.5.0-0
+- Updates for rpmlint complaints




More information about the fedora-extras-commits mailing list