diff --git a/sblim-sfcc.spec b/sblim-sfcc.spec index bc31206..dbfce55 100644 --- a/sblim-sfcc.spec +++ b/sblim-sfcc.spec @@ -7,7 +7,7 @@ Summary: Small Footprint CIM Client Library Name: sblim-sfcc Version: 2.2.4 -Release: 2%{?dist} +Release: 3%{?dist} Group: Applications/System License: EPL URL: http://www.sblim.org @@ -37,14 +37,9 @@ chmod a-x backend/cimxml/*.[ch] 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 @@ -52,18 +47,19 @@ rm -rf %{buildroot} %files -%defattr(-,root,root) %{_libdir}/*.so.* %{_mandir}/man3/*.3.gz %{_docdir}/* %files devel -%defattr(-,root,root) %{_includedir}/CimClientLib/* %{_includedir}/cimc/* %{_libdir}/*.so %changelog +* Thu Sep 06 2012 Vitezslav Crhonek - 2.2.4-3 +- Fix issues found by fedora-review utility in the spec file + * Sat Jul 21 2012 Fedora Release Engineering - 2.2.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild