Remove needless use of %defattr

f41
Jason Tibbitts 7 years ago
parent 50ad8da47e
commit baf43468dc

@ -44,13 +44,11 @@ mkdir -p $RPM_BUILD_ROOT/%{_datadir}/mythes
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%files %files
%defattr(-,root,root,-)
%doc README COPYING AUTHORS %doc README COPYING AUTHORS
%{_libdir}/*.so.* %{_libdir}/*.so.*
%{_datadir}/mythes %{_datadir}/mythes
%files devel %files devel
%defattr(-,root,root,-)
%doc data_layout.txt %doc data_layout.txt
%{_includedir}/mythes.hxx %{_includedir}/mythes.hxx
%{_libdir}/*.so %{_libdir}/*.so

Loading…
Cancel
Save