Set mimedir explicitly via configure.
This commit is contained in:
parent
3172ae8916
commit
e8263fa526
@ -1,7 +1,7 @@
|
|||||||
Summary: HP Linux Imaging and Printing Project
|
Summary: HP Linux Imaging and Printing Project
|
||||||
Name: hplip
|
Name: hplip
|
||||||
Version: 3.10.9
|
Version: 3.10.9
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Conflicts: system-config-printer < 0.6.132
|
Conflicts: system-config-printer < 0.6.132
|
||||||
@ -303,7 +303,7 @@ sed -i.duplex-constraints \
|
|||||||
--disable-foomatic-rip-hplip-install --enable-pp-build \
|
--disable-foomatic-rip-hplip-install --enable-pp-build \
|
||||||
--enable-qt4 --enable-hpcups-install --enable-cups-drv-install \
|
--enable-qt4 --enable-hpcups-install --enable-cups-drv-install \
|
||||||
--enable-hpijs-install --enable-udev-acl-rules \
|
--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|^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
|
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
|
%postun libs -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 12 2011 Tim Waugh <twaugh@redhat.com> - 3.10.9-11
|
||||||
|
- Set mimedir explicitly via configure.
|
||||||
|
|
||||||
* Wed Jan 05 2011 Jiri Popelka <jpopelka@redhat.com> 3.10.9-10
|
* Wed Jan 05 2011 Jiri Popelka <jpopelka@redhat.com> 3.10.9-10
|
||||||
- Catch GError exception when notification showing failed (bug #665577).
|
- Catch GError exception when notification showing failed (bug #665577).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user