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
|
|
|
|
#
|
|
|
|
|
|
|
|
Summary: Small Footprint CIM Client Library
|
|
|
|
Name: sblim-sfcc
|
2013-10-15 11:42:13 +00:00
|
|
|
Version: 2.2.6
|
2014-01-30 14:32:06 +00:00
|
|
|
Release: 3%{?dist}
|
2008-10-24 10:12:09 +00:00
|
|
|
Group: Applications/System
|
|
|
|
License: EPL
|
|
|
|
URL: http://www.sblim.org
|
2012-06-19 09:51:47 +00:00
|
|
|
Source0: http://downloads.sourceforge.net/project/sblim/%{name}/%{name}-%{version}.tar.bz2
|
2013-07-22 09:45:46 +00:00
|
|
|
BuildRequires: curl-devel chrpath
|
2008-10-24 10:12:09 +00:00
|
|
|
|
|
|
|
%Description
|
|
|
|
Small Footprint CIM Client Library Runtime Libraries
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Small Footprint CIM Client Library
|
|
|
|
Group: Applications/System
|
2014-01-30 14:32:06 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2008-10-24 10:12:09 +00:00
|
|
|
|
|
|
|
%Description devel
|
|
|
|
Small Footprint CIM Client Library Header Files and Link Libraries
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
chmod a-x backend/cimxml/*.[ch]
|
|
|
|
|
2013-07-22 09:45:46 +00:00
|
|
|
%configure
|
2008-10-24 10:12:09 +00:00
|
|
|
make %{?_smp_flags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
make DESTDIR=%{buildroot} install
|
|
|
|
# remove unused libtool files
|
2013-07-22 09:45:46 +00:00
|
|
|
rm -rf %{buildroot}/%{_libdir}/*a
|
|
|
|
# remove rpath
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libcmpisfcc.so.1.0.0
|
2008-10-24 10:12:09 +00:00
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%{_libdir}/*.so.*
|
2014-01-29 11:17:18 +00:00
|
|
|
%{_libdir}/libcimcClientXML.so
|
2008-10-24 10:12:09 +00:00
|
|
|
%{_mandir}/man3/*.3.gz
|
2010-03-03 07:57:28 +00:00
|
|
|
%{_docdir}/*
|
2008-10-24 10:12:09 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/CimClientLib/*
|
|
|
|
%{_includedir}/cimc/*
|
2014-01-29 11:17:18 +00:00
|
|
|
%{_libdir}/libcimcclient.so
|
|
|
|
%{_libdir}/libcmpisfcc.so
|
2008-10-24 10:12:09 +00:00
|
|
|
|
|
|
|
%changelog
|
2014-01-30 14:32:06 +00:00
|
|
|
* Thu Jan 30 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.6-3
|
|
|
|
- Fix -devel requires
|
|
|
|
|
2014-01-29 11:17:18 +00:00
|
|
|
* Wed Jan 29 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.6-2
|
|
|
|
- Move libcimcClientXML.so from -devel to main package - it's needed for proper function
|
|
|
|
|
2013-10-15 11:42:13 +00:00
|
|
|
* Tue Oct 15 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.6-1
|
|
|
|
- Update to sblim-sfcc-2.2.6
|
|
|
|
|
2013-08-04 13:37:25 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.5-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-22 09:45:46 +00:00
|
|
|
* Mon Jul 22 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.5-3
|
|
|
|
- Remove rpath from libcmpisfcc library again
|
|
|
|
|
2013-02-14 23:32:59 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-01-08 11:49:48 +00:00
|
|
|
* Tue Jan 08 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.5-1
|
|
|
|
- Update to sblim-sfcc-2.2.5
|
|
|
|
|
2012-11-19 11:40:09 +00:00
|
|
|
* Mon Nov 19 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.4-4
|
|
|
|
- Remove rpath from libcmpisfcc library
|
|
|
|
|
2012-09-06 13:37:37 +00:00
|
|
|
* Thu Sep 06 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.4-3
|
|
|
|
- Fix issues found by fedora-review utility in the spec file
|
|
|
|
|
2012-07-21 19:00:29 +00:00
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-19 09:51:47 +00:00
|
|
|
* Tue Jun 19 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.4-1
|
|
|
|
- Update to sblim-sfcc-2.2.4
|
|
|
|
- Fix source link, remove build root tag
|
|
|
|
|
2012-01-14 03:36:46 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
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
|
|
|
|
|