- Make build self-hosting.
This commit is contained in:
parent
f6e2df90a2
commit
e2701e86db
@ -8,7 +8,7 @@
|
|||||||
Summary: Foomatic printer database.
|
Summary: Foomatic printer database.
|
||||||
Name: foomatic
|
Name: foomatic
|
||||||
Version: 3.0.2
|
Version: 3.0.2
|
||||||
Release: 32
|
Release: 33
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
|
|
||||||
@ -215,7 +215,7 @@ rm -f %{buildroot}%{_datadir}/foomatic/db/source/driver/{bjc6000a1,PM760p,PM820p
|
|||||||
|
|
||||||
# Remove drivers with no command line.
|
# Remove drivers with no command line.
|
||||||
pushd foomatic-db-engine-%{enginever}
|
pushd foomatic-db-engine-%{enginever}
|
||||||
./foomatic-cleanupdrivers %{buildroot}%{_datadir}/foomatic
|
perl -Ilib ./foomatic-cleanupdrivers %{buildroot}%{_datadir}/foomatic
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# Update any old-style printer IDs still left around.
|
# Update any old-style printer IDs still left around.
|
||||||
@ -275,6 +275,9 @@ rm -fr %buildroot $RPM_BUILD_DIR/%{name}
|
|||||||
%{_var}/cache/foomatic
|
%{_var}/cache/foomatic
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 18 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-33
|
||||||
|
- Make build self-hosting.
|
||||||
|
|
||||||
* Tue Jan 17 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-32
|
* Tue Jan 17 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-32
|
||||||
- Fix foomatic-cleanupdrivers.
|
- Fix foomatic-cleanupdrivers.
|
||||||
- Updated db-engine to 3.0-20060117.
|
- Updated db-engine to 3.0-20060117.
|
||||||
|
Loading…
Reference in New Issue
Block a user