- 2.8.7.
- Avoid hard-coded rpaths.
This commit is contained in:
parent
492d6cfe60
commit
f4f7ca146f
@ -24,3 +24,4 @@ hplip-2.8.2.tar.gz
|
||||
hplip-2.8.5.tar.gz
|
||||
hplip-2.8.6.tar.gz
|
||||
hplip-2.8.6b.tar.gz
|
||||
hplip-2.8.7.tar.gz
|
||||
|
12
hplip.spec
12
hplip.spec
@ -1,7 +1,7 @@
|
||||
Summary: HP Linux Imaging and Printing Project
|
||||
Name: hplip
|
||||
Version: 2.8.6b
|
||||
Release: 2%{?dist}
|
||||
Version: 2.8.7
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
Group: System Environment/Daemons
|
||||
Conflicts: system-config-printer < 0.6.132
|
||||
@ -131,6 +131,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|
||||
%configure --disable-foomatic-xml-install --disable-cups-install \
|
||||
--enable-scan-build --enable-gui-build --enable-fax-build \
|
||||
--disable-foomatic-rip-hplip-install --enable-dbus
|
||||
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
|
||||
|
||||
make hpppddir=%{_datadir}/foomatic/db/source/PPD/HP
|
||||
|
||||
%install
|
||||
@ -172,6 +175,7 @@ find doc/images -type f -exec chmod 644 {} \;
|
||||
rm -f %{buildroot}%{_datadir}/hplip/hpaio.desc
|
||||
rm -f %{buildroot}%{_datadir}/hplip/hplip-install
|
||||
rm -rf %{buildroot}%{_datadir}/hplip/install.*
|
||||
rm -f %{buildroot}%{_datadir}/hplip/hpijs.drv.in.template
|
||||
|
||||
# The systray applet doesn't work properly (displays icon as a
|
||||
# window), so don't ship the launcher yet.
|
||||
@ -303,7 +307,9 @@ fi
|
||||
exit 0
|
||||
|
||||
%changelog
|
||||
* Mon Aug 4 2008 Tim Waugh <twaugh@redhat.com>
|
||||
* Mon Aug 4 2008 Tim Waugh <twaugh@redhat.com> 2.8.7-1
|
||||
- 2.8.7.
|
||||
- Avoid hard-coded rpaths.
|
||||
- New libs sub-package (bug #444016).
|
||||
|
||||
* Thu Jul 31 2008 Tim Waugh <twaugh@redhat.com>
|
||||
|
Loading…
Reference in New Issue
Block a user