File sblim-sfcc.spec of Package sblim-sfcc

#
# spec file for package sblim-sfcc
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           sblim-sfcc
Version:        2.2.3
Release:        1
Url:            http://sblim.wiki.sourceforge.net/
License:        Other uncritical OpenSource License
Group:          System/Management
Summary:        Small Footprint CIM Client Library
Source:         %{name}-%{version}.tar.bz2
Source1:        autoconfiscate.sh

Patch15:        0006-Show-class-and-property-qualifiers.patch

BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  gcc-c++
%if 0%{?suse_version}
%if 0%{?suse_version} < 1020
BuildRequires:  curl-devel
%else
BuildRequires:  libcurl-devel
%endif
%else
BuildRequires:  curl-devel
%endif

%description
Small Footprint CIM Client Library (sfcc) Runtime Libraries



Authors:
--------
    SBLIM Project

%package devel
License:        Other uncritical OpenSource License
Group:          System/Management
Summary:        Small Footprint CIM Client Library
Requires:       %{name} = %{version} glibc-devel

%description devel
Small Footprint CIM Client Library (sfcc) Header Files and Link
Libraries



Authors:
--------
    SBLIM Project

%prep
%setup -q

%patch15 -p1

%build
sh %{S:1}
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure --disable-static --with-pic

# RHEL5 ships with old libtool (see http://www.yolinux.com/TUTORIALS/C++XmlBeansxx.html)
%if 0%{?rhel_version} >= 500 || 0%{?centos_version} >= 500
%if 0%{?rhel_version} < 600 || 0%{?centos_version} < 600
rm -f libtool; ln -s /usr/bin/libtool .
(cd mofc; rm -f libtool; ln -s /usr/bin/libtool .)
%endif
%endif

make %{?jobs:-j%jobs}

%install
make DESTDIR=$RPM_BUILD_ROOT install docdir=%{_docdir}/%{name}
rm -f %{buildroot}%{_libdir}/*.la
rm -f %{buildroot}%{_libdir}/*.a

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README
%dir %{_docdir}/%{name}
%{_docdir}/%{name}/*
%doc %{_mandir}/man3/*
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root)
%{_includedir}/*
%{_libdir}/*.so

%changelog
openSUSE Build Service is sponsored by