From a4eecee72277c615699bb605425f2cfb368f0368 Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: Thu, 24 Jan 2013 15:59:51 +0100 Subject: [PATCH] Fix URL in the spec file, Remove unused devel part from the spec file --- sblim-sfcb.spec | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/sblim-sfcb.spec b/sblim-sfcb.spec index f10ba30..29c756f 100644 --- a/sblim-sfcb.spec +++ b/sblim-sfcb.spec @@ -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 - 1.3.16-2 +- Fix URL in the spec file +- Remove unused devel part from the spec file + * Tue Jan 08 2013 Vitezslav Crhonek - 1.3.16-1 - Update to sblim-sfcb-1.3.16 - Fix provider debugging (patch by Radek Novacek)