rpms/sblim-cmpi-devel/devel .cvsignore, 1.4, 1.5 sblim-cmpi-devel.spec, 1.13, 1.14 sources, 1.4, 1.5

vcrhonek vcrhonek at fedoraproject.org
Thu May 20 10:37:56 UTC 2010


Author: vcrhonek

Update of /cvs/pkgs/rpms/sblim-cmpi-devel/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17196

Modified Files:
	.cvsignore sblim-cmpi-devel.spec sources 
Log Message:
update to latest upstream, build and ship library in new package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sblim-cmpi-devel/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	27 Aug 2009 13:14:17 -0000	1.4
+++ .cvsignore	20 May 2010 10:37:55 -0000	1.5
@@ -1,3 +1 @@
-sblim-cmpi-devel-1.0.4.tar.bz2
-sblim-cmpi-devel-1.0.5.tar.bz2
-sblim-cmpi-devel-2.0.0.tar.bz2
+sblim-cmpi-devel-2.0.1.tar.bz2


Index: sblim-cmpi-devel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sblim-cmpi-devel/devel/sblim-cmpi-devel.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- sblim-cmpi-devel.spec	4 Nov 2009 14:14:17 -0000	1.13
+++ sblim-cmpi-devel.spec	20 May 2010 10:37:55 -0000	1.14
@@ -1,8 +1,8 @@
 %define debug_package %{nil}
 
 Name:           sblim-cmpi-devel
-Version:        2.0.0
-Release:        2%{?dist}
+Version:        2.0.1
+Release:        1%{?dist}
 Summary:        SBLIM CMPI Provider Development Support
 
 Group:          Development/Libraries
@@ -11,7 +11,6 @@ URL:            http://sblim.wiki.source
 Source0:        http://downloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2
 Patch0:         sblim-cmpi-devel-2.0.0-cmpidata_constructor_4_cmpistring.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildArch:      noarch
 
 %description
 This packages provides the C and C++ CMPI header files needed by
@@ -19,27 +18,50 @@ provider developers and can be used stan
 C++ provider development it is also necessary to have
 tog-pegasus-devel installed.
 
+%package -n libcmpiCppImpl0
+License:        EPL
+Summary:        CMPI C++ wrapper library
+Group:          Development/Libraries
+Conflicts:      tog-pegasus
+
+%description -n libcmpiCppImpl0
+This packages provides the C++ wrapper library for CMPI development
+
 %prep
 %setup -q
 %patch0 -p1 -b cmpidata_constructor_4_cmpistring
 
 %build
-%configure --disable-library
+%configure
 make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
+# remove unused libtool files
+rm -f $RPM_BUILD_ROOT/%{_libdir}/*a
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post -n libcmpiCppImpl0 -p /sbin/ldconfig
+
+%postun -n libcmpiCppImpl0 -p /sbin/ldconfig
+
 %files
 %defattr(-,root,root,-)
 %doc %{_datadir}/doc/%{name}-%{version}
 %{_includedir}/cmpi
 
+%files -n libcmpiCppImpl0
+%defattr(-,root,root,-)
+%{_libdir}/libcmpiCppImpl.so*
+
 %changelog
+* Thu May 20 2010 Vitezslav Crhonek <vcrhonek at redhat.com> - 2.0.1-1
+- Update to sblim-cmpi-devel-2.0.1
+- Ship libcmpiCppImpl library in libcmpiCppImpl0 package
+
 * Wed Nov  4 2009 Vitezslav Crhonek <vcrhonek at redhat.com> - 2.0.0-2
 - Fix conversion between CMPIData and String
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sblim-cmpi-devel/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	27 Aug 2009 13:14:17 -0000	1.4
+++ sources	20 May 2010 10:37:55 -0000	1.5
@@ -1 +1 @@
-55d6fe7c71706024ff1469d8be5eedfd  sblim-cmpi-devel-2.0.0.tar.bz2
+696c05dadc4706a66e5e8cc1028cc475  sblim-cmpi-devel-2.0.1.tar.bz2



More information about the scm-commits mailing list