2008-10-24 10:12:09 +00:00
|
|
|
#
|
2010-03-03 07:57:28 +00:00
|
|
|
# $Id: sblim-sfcc.spec,v 1.4 2010/03/03 07:57:28 vcrhonek Exp $
|
2008-10-24 10:12:09 +00:00
|
|
|
#
|
|
|
|
# Package spec for sblim-sfcc
|
|
|
|
#
|
|
|
|
|
|
|
|
#BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXXX)
|
|
|
|
|
|
|
|
Summary: Small Footprint CIM Client Library
|
|
|
|
Name: sblim-sfcc
|
2011-07-19 16:12:59 +00:00
|
|
|
Version: 2.2.3
|
2011-05-24 13:54:44 +00:00
|
|
|
Release: 1%{?dist}
|
2008-10-24 10:12:09 +00:00
|
|
|
Group: Applications/System
|
|
|
|
License: EPL
|
|
|
|
URL: http://www.sblim.org
|
2010-03-03 07:57:28 +00:00
|
|
|
Source0: http://downloads.sourceforge.net/project/sblim/%{name}/%{version}/%{name}-%{version}.tar.bz2
|
2008-10-24 10:12:09 +00:00
|
|
|
BuildRequires: curl-devel
|
|
|
|
|
|
|
|
%Description
|
|
|
|
Small Footprint CIM Client Library Runtime Libraries
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Small Footprint CIM Client Library
|
|
|
|
Group: Applications/System
|
|
|
|
Requires: %{name} >= %{version}
|
|
|
|
|
|
|
|
%Description devel
|
|
|
|
Small Footprint CIM Client Library Header Files and Link Libraries
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
chmod a-x backend/cimxml/*.[ch]
|
|
|
|
|
|
|
|
%configure
|
|
|
|
make %{?_smp_flags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
make DESTDIR=%{buildroot} install
|
|
|
|
|
|
|
|
# remove unused libtool files
|
|
|
|
|
|
|
|
rm -rf %{buildroot}/%{_libdir}/*a
|
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
%{_mandir}/man3/*.3.gz
|
2010-03-03 07:57:28 +00:00
|
|
|
%{_docdir}/*
|
2008-10-24 10:12:09 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_includedir}/CimClientLib/*
|
|
|
|
%{_includedir}/cimc/*
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
|
|
|
%changelog
|
2011-07-19 16:12:59 +00:00
|
|
|
* Tue Jul 19 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.3-1
|
|
|
|
- Update to sblim-sfcc-2.2.3
|
|
|
|
|
2011-05-24 13:54:44 +00:00
|
|
|
* Tue May 24 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.2-1
|
|
|
|
- Update to sblim-sfcc-2.2.2
|
|
|
|
|
2011-02-09 11:48:08 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-03-03 07:57:28 +00:00
|
|
|
* Wed Mar 3 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.1-1
|
|
|
|
- Update to sblim-sfcc-2.2.1
|
|
|
|
- Fix Source field
|
|
|
|
- Move documentation files from -devel to main package
|
|
|
|
|
2009-07-27 03:50:17 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-25 22:44:24 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-10-24 10:12:09 +00:00
|
|
|
|
|
|
|
* Tue Aug 19 2008 <srinivas_ramanatha@dell.com> - 2.1.0-0%{?dist}
|
2010-03-03 07:57:28 +00:00
|
|
|
- Modified the spec file to adhere to fedora packaging guidelines.
|
2008-10-24 10:12:09 +00:00
|
|
|
|
|
|
|
* Fri Feb 16 2007 <mihajlov@dyn-9-152-143-45.boeblingen.de.ibm.com> - 2.0.0-0
|
|
|
|
- Initial Version
|
|
|
|
|