2006-12-18 14:39:16 +00:00
|
|
|
|
2008-11-04 12:45:48 +00:00
|
|
|
Name: sblim-cmpi-devel
|
2012-08-13 11:53:21 +00:00
|
|
|
Version: 2.0.3
|
2017-08-03 08:08:28 +00:00
|
|
|
Release: 13%{?dist}
|
2008-11-04 12:45:48 +00:00
|
|
|
Summary: SBLIM CMPI Provider Development Support
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: EPL
|
|
|
|
URL: http://sblim.wiki.sourceforge.net/
|
|
|
|
Source0: http://downloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2
|
2015-02-25 10:18:48 +00:00
|
|
|
# Source1: macro definitions
|
|
|
|
Source1: macros.sblim-cmpi-devel
|
2012-08-13 11:53:21 +00:00
|
|
|
|
2013-08-07 16:34:11 +00:00
|
|
|
# Patch0: remove version from docdir
|
|
|
|
Patch0: sblim-cmpi-devel-2.0.3-docdir.patch
|
|
|
|
|
2008-11-04 12:45:48 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
%description
|
|
|
|
This packages provides the C and C++ CMPI header files needed by
|
|
|
|
provider developers and can be used standalone. If used for
|
|
|
|
C++ provider development it is also necessary to have
|
2006-02-09 19:11:39 +00:00
|
|
|
tog-pegasus-devel installed.
|
|
|
|
|
2010-05-20 10:37:55 +00:00
|
|
|
%package -n libcmpiCppImpl0
|
|
|
|
License: EPL
|
|
|
|
Summary: CMPI C++ wrapper library
|
|
|
|
Group: Development/Libraries
|
2013-07-25 07:08:28 +00:00
|
|
|
Conflicts: tog-pegasus-libs
|
2010-05-20 10:37:55 +00:00
|
|
|
|
|
|
|
%description -n libcmpiCppImpl0
|
|
|
|
This packages provides the C++ wrapper library for CMPI development
|
|
|
|
|
2006-02-09 19:11:39 +00:00
|
|
|
%prep
|
2008-11-04 12:45:48 +00:00
|
|
|
%setup -q
|
2013-08-07 16:34:11 +00:00
|
|
|
%patch0 -p1 -b .docdir
|
2006-02-09 19:11:39 +00:00
|
|
|
|
|
|
|
%build
|
2010-05-20 10:37:55 +00:00
|
|
|
%configure
|
2006-02-09 19:11:39 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
2008-11-04 12:45:48 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
2010-05-20 10:37:55 +00:00
|
|
|
# remove unused libtool files
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*a
|
2015-02-25 10:18:48 +00:00
|
|
|
# install macro definitions
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_rpmconfigdir}/macros.d
|
|
|
|
cp %{SOURCE1} $RPM_BUILD_ROOT%{_rpmconfigdir}/macros.d
|
2006-02-09 19:11:39 +00:00
|
|
|
|
2010-05-20 10:37:55 +00:00
|
|
|
%post -n libcmpiCppImpl0 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libcmpiCppImpl0 -p /sbin/ldconfig
|
|
|
|
|
2006-02-09 19:11:39 +00:00
|
|
|
%files
|
2008-11-04 12:45:48 +00:00
|
|
|
%defattr(-,root,root,-)
|
2013-08-07 16:34:11 +00:00
|
|
|
%doc AUTHORS COPYING README
|
2006-02-09 19:11:39 +00:00
|
|
|
%{_includedir}/cmpi
|
2015-02-25 10:18:48 +00:00
|
|
|
%{_rpmconfigdir}/macros.d/macros.sblim-cmpi-devel
|
2006-02-09 19:11:39 +00:00
|
|
|
|
2010-05-20 10:37:55 +00:00
|
|
|
%files -n libcmpiCppImpl0
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/libcmpiCppImpl.so*
|
|
|
|
|
2006-02-09 19:11:39 +00:00
|
|
|
%changelog
|
2017-08-03 08:08:28 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.3-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 18:10:55 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.3-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-11 13:06:34 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.3-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-02-04 23:37:48 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.3-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-19 00:19:48 +00:00
|
|
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-02 15:35:55 +00:00
|
|
|
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 2.0.3-8
|
|
|
|
- Rebuilt for GCC 5 C++11 ABI change
|
|
|
|
|
2015-02-25 10:18:48 +00:00
|
|
|
* Wed Feb 25 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.0.3-7
|
|
|
|
- Add macros.sblim-cmpi-devel
|
|
|
|
- Remove %%clean section
|
|
|
|
|
2014-08-18 01:22:22 +00:00
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-08 05:48:21 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-07 16:34:11 +00:00
|
|
|
* Wed Aug 07 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.0.3-4
|
|
|
|
- Fix for unversioned docdir change
|
|
|
|
Resolves: #994075
|
|
|
|
|
2013-07-25 07:08:28 +00:00
|
|
|
* Thu Jul 25 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.0.3-3
|
|
|
|
- Fix libcmpiCppImpl0 Conflicts
|
|
|
|
|
2013-02-14 23:30:29 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-08-13 11:53:21 +00:00
|
|
|
* Mon Aug 13 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.0.3-1
|
|
|
|
- Update to sblim-cmpi-devel-2.0.3
|
|
|
|
|
2012-07-21 18:57:06 +00:00
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-02-28 20:01:07 +00:00
|
|
|
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-5
|
|
|
|
- Rebuilt for c++ ABI breakage
|
|
|
|
|
2012-01-14 03:35:23 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-02-28 12:53:03 +00:00
|
|
|
* Mon Feb 28 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.0.1-3
|
2011-02-28 12:51:53 +00:00
|
|
|
- Enable -debuginfo package
|
|
|
|
|
2011-02-09 11:40:12 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-05-20 10:37:55 +00:00
|
|
|
* Thu May 20 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.0.1-1
|
|
|
|
- Update to sblim-cmpi-devel-2.0.1
|
|
|
|
- Ship libcmpiCppImpl library in libcmpiCppImpl0 package
|
|
|
|
|
2009-11-04 14:14:17 +00:00
|
|
|
* Wed Nov 4 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.0.0-2
|
|
|
|
- Fix conversion between CMPIData and String
|
|
|
|
|
2009-08-27 13:14:17 +00:00
|
|
|
* Thu Aug 27 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.0.0-1
|
|
|
|
- Update to 2.0.0
|
|
|
|
|
2009-07-27 03:50:07 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-25 22:43:13 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-11-04 12:45:48 +00:00
|
|
|
* Tue Nov 4 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.0.5-2
|
|
|
|
- Fix License
|
|
|
|
- Spec file cleanup, rpmlint check
|
|
|
|
|
2008-10-24 12:40:29 +00:00
|
|
|
* Fri Oct 24 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.0.5-1
|
|
|
|
- Update to 1.0.5
|
|
|
|
Resolves: #468326
|
|
|
|
|
2008-02-19 04:32:48 +00:00
|
|
|
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.4-6
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2008-11-04 12:45:48 +00:00
|
|
|
* Mon Dec 18 2006 Mark Hamzy <hamzy@us.ibm.com> - 1.0.4-5
|
|
|
|
- Removed -debuginfo package.
|
|
|
|
- Removed ldconfig from post/postun
|
2006-12-18 14:39:16 +00:00
|
|
|
|
2008-11-04 12:45:48 +00:00
|
|
|
* Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> - 1.0.4-4
|
|
|
|
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
|
2006-10-04 23:09:50 +00:00
|
|
|
|
2008-11-04 12:45:48 +00:00
|
|
|
* Thu Feb 09 2006 Viktor Mihajlovski <mihajlov@de.ibm.com> - 1.0.4-1
|
|
|
|
- Initial RH/Fedora version
|