- Better build root.

- Fixed summary.
This commit is contained in:
Tim Waugh 2008-11-24 09:41:08 +00:00
parent 3a1ac220e7
commit 6a16f057d4
1 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,7 @@
%define filtersver 20080904
%define hpijsver 20080904
Summary: Foomatic printer database.
Summary: Database of printers and printer drivers
Name: foomatic
Version: 3.0.2
Release: 67%{?dist}
@ -42,7 +42,7 @@ BuildRequires: ghostscript-devel
BuildRequires: autoconf, automake
Requires: perl >= 3:5.8.1
Requires: %(eval `perl -V:version`; echo "perl(:MODULE_COMPAT_$version)")
BuildRoot: %_tmppath/%name-%version-%release-root
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Provides: perl(Foomatic::GrovePath)
# For 'rm' and '/sbin/service' in post
PreReq: fileutils initscripts
@ -235,6 +235,10 @@ rm -fr %buildroot $RPM_BUILD_DIR/%{name}
%{_var}/cache/foomatic
%changelog
* Mon Nov 24 2008 Tim Waugh <twaugh@redhat.com>
- Better build root.
- Fixed summary.
* Thu Oct 2 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-67
- Rebuilt (bug #465298).