diff --git a/libmpc.spec b/libmpc.spec index 85d94cb..3c78613 100644 --- a/libmpc.spec +++ b/libmpc.spec @@ -79,18 +79,6 @@ Requires: mpfr-devel gmp-devel %description devel Header files and shared object symlinks for MPC is a C library. -%post devel -if [ -f %{_infodir}/mpc.info.gz ]; then # for --excludedocs - /sbin/install-info %{_infodir}/mpc.info.gz %{_infodir}/dir || : -fi - -%preun devel -if [ $1 = 0 ]; then - if [ -f %{_infodir}/mpc.info.gz ]; then # for --excludedocs - /sbin/install-info --delete %{_infodir}/mpc.info.gz %{_infodir}/dir || : - fi -fi - %files devel %{_libdir}/libmpc.so %{_includedir}/mpc.h