[sblim-sfcc] Fix issues found by fedora-review utility in the spec file

vcrhonek vcrhonek at fedoraproject.org
Thu Sep 6 13:37:47 UTC 2012


commit 8450df17887b88a1e372d0c6991eb9a16279cb96
Author: Vitezslav Crhonek <vcrhonek at redhat.com>
Date:   Thu Sep 6 15:37:37 2012 +0200

    Fix issues found by fedora-review utility in the spec file

 sblim-sfcc.spec |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)
---
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 <vcrhonek at redhat.com> - 2.2.4-3
+- Fix issues found by fedora-review utility in the spec file
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list