diff --git a/hplip.spec b/hplip.spec index fe02131..126c6b7 100644 --- a/hplip.spec +++ b/hplip.spec @@ -1,7 +1,7 @@ Summary: HP Linux Imaging and Printing Project Name: hplip Version: 3.10.9 -Release: 10%{?dist} +Release: 11%{?dist} License: GPLv2+ and MIT Group: System Environment/Daemons Conflicts: system-config-printer < 0.6.132 @@ -303,7 +303,7 @@ sed -i.duplex-constraints \ --disable-foomatic-rip-hplip-install --enable-pp-build \ --enable-qt4 --enable-hpcups-install --enable-cups-drv-install \ --enable-hpijs-install --enable-udev-acl-rules \ - --disable-policykit + --disable-policykit --with-mimedir=%{_datadir}/cups/mime sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool @@ -519,6 +519,9 @@ fi %postun libs -p /sbin/ldconfig %changelog +* Wed Jan 12 2011 Tim Waugh - 3.10.9-11 +- Set mimedir explicitly via configure. + * Wed Jan 05 2011 Jiri Popelka 3.10.9-10 - Catch GError exception when notification showing failed (bug #665577).