rpms/sblim-wbemcli/EL-5 sblim-wbemcli.spec,1.5,1.6 sources,1.2,1.3

vcrhonek vcrhonek at fedoraproject.org
Mon Oct 12 12:17:44 UTC 2009


Author: vcrhonek

Update of /cvs/extras/rpms/sblim-wbemcli/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3109

Modified Files:
	sblim-wbemcli.spec sources 
Log Message:
Initial commit


Index: sblim-wbemcli.spec
===================================================================
RCS file: /cvs/extras/rpms/sblim-wbemcli/EL-5/sblim-wbemcli.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sblim-wbemcli.spec	4 Oct 2006 23:09:24 -0000	1.5
+++ sblim-wbemcli.spec	12 Oct 2009 12:17:44 -0000	1.6
@@ -1,36 +1,34 @@
-#
-# $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.5.1
-Release: 4%{?dist}
-Group: Systems Management/Base
-URL: http://www.sblim.org
-License: CPL
-
-Source0: http://prdownloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2
-
-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:        5%{?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
+Patch1:         sblim-wbemcli-1.6.0-consts.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.
 
 %prep
-%setup
+%setup -q
+%patch0 -p1 -b .gcc43
+%patch1 -p1 -b .consts
 
 %build
 %configure CACERT=/etc/Pegasus/client.pem
-make %{?smp_mflags}
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -40,24 +38,50 @@ mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{n
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %{_bindir}/wbem*
 %{_mandir}/man1/*
 %{_datadir}/%{name}
 
 %changelog
-* 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
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.0-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Sat Feb 28 2009 Caolán McNamara - 1.6.0-4
+- constify rets of strchr(const char *);
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* 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
+- 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
+- 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
 
-* 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.
+* 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 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


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sblim-wbemcli/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	8 Feb 2006 17:33:30 -0000	1.2
+++ sources	12 Oct 2009 12:17:44 -0000	1.3
@@ -1 +1 @@
-2d048b0ebd0f6b34993e49a28ebda794  sblim-wbemcli-1.5.1.tar.bz2
+422cf80bcc812f9cfb03d43e7213641d  sblim-wbemcli-1.6.0.tar.bz2




More information about the scm-commits mailing list