Fix URL in the spec file, Remove unused devel part from the spec file
This commit is contained in:
parent
04fb6be197
commit
a4eecee722
@ -6,9 +6,9 @@
|
||||
|
||||
Name: sblim-sfcb
|
||||
Summary: Small Footprint CIM Broker
|
||||
URL: http://www.sblim.org
|
||||
URL: http://sblim.wiki.sourceforge.net/
|
||||
Version: 1.3.16
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Group: Applications/System
|
||||
License: EPL
|
||||
Source0: http://downloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2
|
||||
@ -45,13 +45,6 @@ suited for embedded and resource constrained environments.
|
||||
sfcb supports providers written against the Common Manageability
|
||||
Programming Interface (CMPI).
|
||||
|
||||
#%package devel
|
||||
#Summary: Sblim-sfcb Development Files
|
||||
#Group: Development/Libraries
|
||||
#Requires: %{name} = %{version}-%{release}
|
||||
#%description devel
|
||||
#Sblim-sfcb Development Files
|
||||
|
||||
%prep
|
||||
%setup -q -T -b 0 -n %{name}-%{version}
|
||||
%patch0 -p1 -b .close_logging
|
||||
@ -112,14 +105,11 @@ fi;
|
||||
|
||||
%files -f _pkg_list
|
||||
|
||||
#%files devel
|
||||
#%defattr(-,root,root)
|
||||
##%{_includedir}/*
|
||||
#%{_libdir}/sfcb/*.so*
|
||||
#%{_libdir}/sfcb/*.la
|
||||
#%doc COPYING README
|
||||
|
||||
%changelog
|
||||
* Thu Jan 24 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.3.16-2
|
||||
- Fix URL in the spec file
|
||||
- Remove unused devel part from the spec file
|
||||
|
||||
* Tue Jan 08 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.3.16-1
|
||||
- Update to sblim-sfcb-1.3.16
|
||||
- Fix provider debugging (patch by Radek Novacek)
|
||||
|
Loading…
Reference in New Issue
Block a user