From 4a8098613e462842b54b8d818c5ca90fabd23802 Mon Sep 17 00:00:00 2001 From: srinivas ramanatha Date: Fri, 24 Oct 2008 10:12:09 +0000 Subject: [PATCH] Initial Import --- .cvsignore | 1 + import.log | 1 + sblim-sfcc.spec | 76 +++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 4 files changed, 79 insertions(+) create mode 100644 import.log create mode 100644 sblim-sfcc.spec diff --git a/.cvsignore b/.cvsignore index e69de29..5a2f22d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +sblim-sfcc-2.1.0.tar.bz2 diff --git a/import.log b/import.log new file mode 100644 index 0000000..752cf67 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +sblim-sfcc-2_1_0-0_fc9:HEAD:sblim-sfcc-2.1.0-0.fc9.src.rpm:1224843048 diff --git a/sblim-sfcc.spec b/sblim-sfcc.spec new file mode 100644 index 0000000..db5972e --- /dev/null +++ b/sblim-sfcc.spec @@ -0,0 +1,76 @@ +# +# $Id: sblim-sfcc.spec,v 1.1 2008/10/24 10:12:09 srini Exp $ +# +# 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 +Version: 2.1.0 +Release: 0%{?dist} +Group: Applications/System +License: EPL +URL: http://www.sblim.org +Source0: ftp://dl.sourceforge.net/pub/s/sb/sblim/%{name}-%{version}.tar.bz2 +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 + +%files devel +%defattr(-,root,root) +%{_includedir}/CimClientLib/* +%{_includedir}/cimc/* +%{_libdir}/*.so +%{_docdir}/* + +%changelog + +* Tue Aug 19 2008 - 2.1.0-0%{?dist} +-Modified the spec file to adhere to fedora packaging guidelines. + +* Fri Feb 16 2007 - 2.0.0-0 +- Initial Version + diff --git a/sources b/sources index e69de29..1159310 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +df00499fa268c930319714e4ea5cea93 sblim-sfcc-2.1.0.tar.bz2