- Own %{_datadir}/foomatic/db/source/PPD/Custom and %{_var}/cache/foomatic

(bug #168085).
This commit is contained in:
Tim Waugh 2005-09-12 10:33:07 +00:00
parent a316eaf04f
commit 7dbae176fa

View File

@ -230,6 +230,9 @@ find %{buildroot}%{_datadir}/foomatic/db/source/ -type f | xargs chmod 0644
# Use relative, not absolute, symlink for CUPS filter.
ln -sf ../../../bin/foomatic-rip %{buildroot}%{_libdir}/cups/filter/foomatic-rip
mkdir $RPM_BUILD_ROOT%{_datadir}/foomatic/db/source/PPD/Custom
mkdir -p $RPM_BUILD_ROOT%{_var}/cache/foomatic
# Remove things we don't ship.
rm -rf $RPM_BUILD_ROOT%{_libdir}/perl5/site_perl \
$RPM_BUILD_ROOT%{_libdir}/ppr \
@ -270,8 +273,13 @@ rm -fr %buildroot $RPM_BUILD_DIR/%{name}
%{_libdir}/cups/*
%{_datadir}/foomatic
%{_mandir}/*/*
%{_var}/cache/foomatic
%changelog
* Mon Sep 12 2005 Tim Waugh <twaugh@redhat.com>
- Own %%{_datadir}/foomatic/db/source/PPD/Custom and %%{_var}/cache/foomatic
(bug #168085).
* Wed Sep 7 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-26
- Updated db-engine to 3.0-20050907.
- Updated db to 3.0-20050907.