rpms/sblim-indication_helper/F-11 import.log, NONE, 1.1 sblim-indication_helper-0.4.2_warnings.patch, NONE, 1.1 sblim-indication_helper.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Praveen K Paladugu praveenp at fedoraproject.org
Wed Aug 5 03:40:39 UTC 2009


Author: praveenp

Update of /cvs/pkgs/rpms/sblim-indication_helper/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3324/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log sblim-indication_helper-0.4.2_warnings.patch 
	sblim-indication_helper.spec 
Log Message:
package added to F-11 branch



--- NEW FILE import.log ---
sblim-indication_helper-0_4_2-3_fc10:F-11:sblim-indication_helper-0.4.2-3.fc10.src.rpm:1249443573

sblim-indication_helper-0.4.2_warnings.patch:
 ind_helper.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- NEW FILE sblim-indication_helper-0.4.2_warnings.patch ---
Index: ind_helper.c
===================================================================
--- ind_helper.c.orig
+++ ind_helper.c
@@ -19,6 +19,7 @@
 #include <config.h>
 #include <cmpimacs.h>
 
+#include <stdint.h>
 #include <pthread.h>
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
@@ -1287,7 +1288,7 @@
   pthread_detach (thread_id);
   IND_HLP_DEBUG ("_worker exited.");
 
-  pthread_exit ((void *) rc);
+  pthread_exit ((void *)(intptr_t) rc);
 }
 
 /**


--- NEW FILE sblim-indication_helper.spec ---
Name:		sblim-indication_helper
Version:	0.4.2
Release:	3%{?dist}
Summary:	Toolkit for CMPI indication providers

Group:		Development/Libraries
License:	CPL
URL:		http://sblim.wiki.sourceforge.net/
Source0:	http://downloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Patch0:		sblim-indication_helper-0.4.2_warnings.patch
BuildRequires:	sblim-cmpi-devel 

%description
This package contains a developer library for helping out when writing
CMPI providers. This library polls the registered functions for data
and, if it changes, a CMPI indication is set with the values of the
indication class properties (also set by the developer).

%Package	devel
Summary:	Toolkit for CMPI indication providers (Development Files)
Requires:	%{name} = %{version}-%{release} sblim-cmpi-devel glibc-devel
Group:		Development/Libraries


%description devel
This package contain developer library for helping out when writing
CMPI providers. This library polls the registered functions for data
and if they change an CMPI indication is set with the values of the
indication class properties (also set by the developer).

This package holds the development files for sblim-indication_helper.


%prep
%setup -q
%patch0


%build
%configure --disable-static --with-pic
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm %{buildroot}/%{_libdir}/libind_helper.la

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc README COPYING ChangeLog TODO
%{_libdir}/libind_helper.so.*



%files devel
%defattr(-,root,root,-)
%{_includedir}/sblim
%{_libdir}/libind_helper.so
%doc COPYING


%changelog
* Fri Jul 31 2009 Praveen K Paladugu <praveen_paladugu at dell.com> 0.4.2-3
- fixed the rpmlint message. Removed Requries for glibc-devel.
* Tue Jun 30 2009 Praveen K Paladugu <praveen_paladugu at dell.com> - 0.4.2-1
- Standardized the spec file and changed the build number to 1 
* Thu Oct 23 2008 Matt Domsch <Matt_Domsch at dell.com> - 0.4.2-134
- update for Fedora packaging guidelines
* Fri May 30 2008 npaxton at novell.com
- Change openwbem-devel dependency to sblim-cmpi-devel, to be
  cimom neutral
* Wed Feb 27 2008 crrodriguez at suse.de
- fix library-without-ldconfig* errors
- disable static libraries
* Wed Mar 01 2006 mrueckert at suse.de
- update to 0.4.2
  ind_helper.c, ind_helper.h:
  Bugs: 1203849 (side effect) made a lot of function arguments
  const in order to remove the cmpi-base warnings.
  added sblim-indication_helper-0.4.2_warnings.patch
  fixes a small warning regarding pointer size
* Wed Jan 25 2006 mls at suse.de
- created the package



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sblim-indication_helper/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	3 Aug 2009 21:29:27 -0000	1.1
+++ .cvsignore	5 Aug 2009 03:40:39 -0000	1.2
@@ -0,0 +1 @@
+sblim-indication_helper-0.4.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sblim-indication_helper/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	3 Aug 2009 21:29:27 -0000	1.1
+++ sources	5 Aug 2009 03:40:39 -0000	1.2
@@ -0,0 +1 @@
+10eaea3af8ab3d3b7463098d23bb5779  sblim-indication_helper-0.4.2.tar.bz2




More information about the fedora-extras-commits mailing list