2006-12-18 14:39:16 +00:00
|
|
|
%define debug_package %{nil}
|
|
|
|
|
2008-11-04 12:45:48 +00:00
|
|
|
Name: sblim-cmpi-devel
|
|
|
|
Version: 1.0.5
|
2009-07-27 03:50:07 +00:00
|
|
|
Release: 4%{?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
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%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.
|
|
|
|
|
|
|
|
%prep
|
2008-11-04 12:45:48 +00:00
|
|
|
%setup -q
|
2006-02-09 19:11:39 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --disable-library
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
2008-11-04 12:45:48 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
2006-02-09 19:11:39 +00:00
|
|
|
|
|
|
|
%clean
|
2008-11-04 12:45:48 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2006-02-09 19:11:39 +00:00
|
|
|
|
|
|
|
%files
|
2008-11-04 12:45:48 +00:00
|
|
|
%defattr(-,root,root,-)
|
2006-02-09 19:11:39 +00:00
|
|
|
%doc %{_datadir}/doc/%{name}-%{version}
|
|
|
|
%{_includedir}/cmpi
|
|
|
|
|
|
|
|
%changelog
|
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
|