From b8d710f8cbbf7186d504bc21db094c7d78d3f91f Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Jul 10 2018 05:09:27 +0000 Subject: Remove needless use of %defattr --- diff --git a/activemq-cpp.spec b/activemq-cpp.spec index eabd30e..8c6c608 100644 --- a/activemq-cpp.spec +++ b/activemq-cpp.spec @@ -116,12 +116,10 @@ make %{?_smp_mflags} check %postun -p /sbin/ldconfig %files -%defattr(-,root,root,-) %{_libdir}/lib%{name}.so.* %doc LICENSE.txt NOTICE.txt README.txt RELEASE_NOTES.txt %files devel -%defattr(-,root,root,-) %{_libdir}/lib%{name}.so %{_includedir}/%{name}-%{version} %{_libdir}/pkgconfig/%{name}.pc @@ -129,7 +127,6 @@ make %{?_smp_mflags} check %if %{?with_docs}0 %files doc -%defattr(-,root,root,-) %doc doc/%{name}.pdf %endif