[hplip/f13/master] Set mimedir explicitly via configure.

Tim Waugh twaugh at fedoraproject.org
Wed Jan 12 12:21:20 UTC 2011


commit e8263fa526f33a4c276a6294772ae689b64f6c5d
Author: Tim Waugh <twaugh at redhat.com>
Date:   Wed Jan 12 11:30:33 2011 +0000

    Set mimedir explicitly via configure.

 hplip.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
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 <twaugh at redhat.com> - 3.10.9-11
+- Set mimedir explicitly via configure.
+
 * Wed Jan 05 2011 Jiri Popelka <jpopelka at redhat.com> 3.10.9-10
 - Catch GError exception when notification showing failed (bug #665577).
 


More information about the scm-commits mailing list