Remove needless use of %defattr
This commit is contained in:
parent
b81f38439e
commit
a7f47dd976
3
gmp.spec
3
gmp.spec
@ -143,7 +143,6 @@ make %{?_smp_mflags} check
|
||||
%postun c++ -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license COPYING COPYING.LESSERv3 COPYINGv2 COPYINGv3
|
||||
%doc NEWS README
|
||||
@ -153,14 +152,12 @@ make %{?_smp_mflags} check
|
||||
%{_libdir}/libgmpxx.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libgmp.so
|
||||
%{_libdir}/libgmpxx.so
|
||||
%{_includedir}/*.h
|
||||
%{_infodir}/gmp.info*
|
||||
|
||||
%files static
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libgmp.a
|
||||
%{_libdir}/libgmpxx.a
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user