Update to sblim-sfcc-2.2.1, Fix Source field, Move documentation files from
-devel to main package
This commit is contained in:
parent
f7a72ceba0
commit
4b47eac79b
@ -1 +1 @@
|
||||
sblim-sfcc-2.1.0.tar.bz2
|
||||
sblim-sfcc-2.2.1.tar.bz2
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $Id: sblim-sfcc.spec,v 1.3 2009/07/27 03:50:17 jkeating Exp $
|
||||
# $Id: sblim-sfcc.spec,v 1.4 2010/03/03 07:57:28 vcrhonek Exp $
|
||||
#
|
||||
# Package spec for sblim-sfcc
|
||||
#
|
||||
@ -9,12 +9,12 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXXX)
|
||||
|
||||
Summary: Small Footprint CIM Client Library
|
||||
Name: sblim-sfcc
|
||||
Version: 2.1.0
|
||||
Release: 2%{?dist}
|
||||
Version: 2.2.1
|
||||
Release: 1%{?dist}
|
||||
Group: Applications/System
|
||||
License: EPL
|
||||
URL: http://www.sblim.org
|
||||
Source0: ftp://dl.sourceforge.net/pub/s/sb/sblim/%{name}-%{version}.tar.bz2
|
||||
Source0: http://downloads.sourceforge.net/project/sblim/%{name}/%{version}/%{name}-%{version}.tar.bz2
|
||||
BuildRequires: curl-devel
|
||||
|
||||
%Description
|
||||
@ -58,15 +58,20 @@ rm -rf %{buildroot}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.so.*
|
||||
%{_mandir}/man3/*.3.gz
|
||||
%{_docdir}/*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/CimClientLib/*
|
||||
%{_includedir}/cimc/*
|
||||
%{_libdir}/*.so
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* 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
|
||||
|
||||
@ -75,7 +80,7 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
* Tue Aug 19 2008 <srinivas_ramanatha@dell.com> - 2.1.0-0%{?dist}
|
||||
-Modified the spec file to adhere to fedora packaging guidelines.
|
||||
- Modified the spec file to adhere to fedora packaging guidelines.
|
||||
|
||||
* Fri Feb 16 2007 <mihajlov@dyn-9-152-143-45.boeblingen.de.ibm.com> - 2.0.0-0
|
||||
- Initial Version
|
||||
|
Loading…
Reference in New Issue
Block a user