Avoided another macro in comment.

This commit is contained in:
Tim Waugh 2010-09-22 10:28:18 +01:00
parent 7d0656f922
commit f607a376e9

View File

@ -387,7 +387,7 @@ rm -rf %{buildroot}
%dir %{_datadir}/ppd/HP
%{_datadir}/ppd/HP/*.ppd.gz
%{_datadir}/cups/drv/*
# Note: this must be /usr/lib not %{_libdir}, since that's the
# Note: this must be /usr/lib not %%{_libdir}, since that's the
# CUPS serverbin directory.
/usr/lib/cups/filter/hpcac
/usr/lib/cups/filter/hpcups
@ -420,6 +420,10 @@ fi
%postun libs -p /sbin/ldconfig
%changelog
* Wed Sep 22 2010 Tim Waugh <twaugh@redhat.com>
- More fixes from package review:
- Avoided another macro in comment.
* Wed Sep 15 2010 Tim Waugh <twaugh@redhat.com>
- Fixes from package review:
- Main package and hpijs sub-package require cups for directories.