Remove needless use of %defattr
This commit is contained in:
parent
18e9d37453
commit
e4ae5cf770
@ -60,19 +60,16 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc AUTHORS COPYING NEWS README
|
%doc AUTHORS COPYING NEWS README
|
||||||
%{_libdir}/libiec61883.so.*
|
%{_libdir}/libiec61883.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/libiec61883.so
|
%{_libdir}/libiec61883.so
|
||||||
%dir %{_includedir}/libiec61883
|
%dir %{_includedir}/libiec61883
|
||||||
%{_includedir}/libiec61883/*.h
|
%{_includedir}/libiec61883/*.h
|
||||||
%{_libdir}/pkgconfig/libiec61883.pc
|
%{_libdir}/pkgconfig/libiec61883.pc
|
||||||
|
|
||||||
%files utils
|
%files utils
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_mandir}/man1/*.1*
|
%{_mandir}/man1/*.1*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user