Initial import.
This commit is contained in:
parent
8da3970e35
commit
7b4d5d200d
@ -0,0 +1,2 @@
|
||||
foomatic-db-4.0-20090702.tar.gz
|
||||
foomatic-db-hpijs-20090701.tar.gz
|
163
foomatic-db.spec
Normal file
163
foomatic-db.spec
Normal file
@ -0,0 +1,163 @@
|
||||
%define dbver_rel 4.0
|
||||
%define dbver_snap 20090702
|
||||
%define hpijsver 20090701
|
||||
|
||||
Summary: Database of printers and printer drivers
|
||||
Name: foomatic-db
|
||||
Version: %{dbver_rel}
|
||||
Release: 3.%{dbver_snap}%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name}-filesystem = %{version}-%{release}
|
||||
Requires: %{name}-ppds = %{version}-%{release}
|
||||
|
||||
Source0: http://www.openprinting.org/download/foomatic/foomatic-db-%{dbver_rel}-%{dbver_snap}.tar.gz
|
||||
Source1: http://www.openprinting.org/download/foomatic/foomatic-db-hpijs-%{hpijsver}.tar.gz
|
||||
|
||||
Url: http://www.openprinting.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
|
||||
# The foomatic oki8w driver works for printers that this old package
|
||||
# use to drive:
|
||||
Obsoletes: oki4linux < 2.1gst-5
|
||||
# Note: no "Provides:" as it was not a dependency of any package.
|
||||
|
||||
%description
|
||||
This is the database of printers, printer drivers, and driver options
|
||||
for Foomatic.
|
||||
|
||||
The site http://www.openprinting.org/ is based on this database.
|
||||
|
||||
%package filesystem
|
||||
Summary: Directory layout for the foomatic package
|
||||
License: Public Domain
|
||||
Group: System Environment/Base
|
||||
|
||||
%description filesystem
|
||||
|
||||
Directory layout for the foomatic package.
|
||||
|
||||
%package ppds
|
||||
Summary: PPDs from printer manufacturers
|
||||
License: GPLv2+ and MIT
|
||||
Group: System Environment/Libraries
|
||||
# We ship a symlink in a directory owned by cups
|
||||
BuildRequires: cups
|
||||
Requires: cups
|
||||
Requires: sed
|
||||
Requires: %{name}-filesystem = %{version}-%{release}
|
||||
|
||||
%description ppds
|
||||
PPDs from printer manufacturers.
|
||||
|
||||
%prep
|
||||
%setup -q -c -a 1
|
||||
|
||||
find -type d | xargs chmod g-s
|
||||
|
||||
pushd foomatic-db-%{dbver_snap}
|
||||
cd db/source
|
||||
|
||||
# For gutenprint printers, use gutenprint-ijs-simplified.5.2.
|
||||
perl -pi -e 's,>gutenprint<,>gutenprint-ijs-simplified.5.2<,' printer/*.xml
|
||||
|
||||
# Remove references to foo2zjs, foo2oak, foo2hp and foo2qpdl (bug #208851).
|
||||
# Also foo2lava, foo2kyo, foo2xqx (bug #438319).
|
||||
for x in zjs oak hp qpdl lava kyo xqx
|
||||
do
|
||||
find printer -name '*.xml' |xargs grep -l "<driver>foo2${x}"|xargs rm -vf
|
||||
rm -f driver/foo2${x}.xml opt/foo2${x}-*
|
||||
done
|
||||
# Same for m2300w/m2400w
|
||||
find printer -name '*.xml' |xargs grep -l '<driver>m2[34]00w<'|xargs rm -vf
|
||||
rm -f driver/m2300w.xml driver/m2400w.xml opt/m2300w-*
|
||||
# Same for all these.
|
||||
for x in drv_x125 ml85p pbm2lwxl pbmtozjs bjc800j
|
||||
do
|
||||
find printer -name '*.xml' |xargs grep -l "<driver>${x}</driver>"|xargs rm -vf
|
||||
rm -vf driver/${x}.xml opt/${x}-*
|
||||
done
|
||||
|
||||
# Use sed instead of perl in the PPDs (bug #512739).
|
||||
find PPD -type f -name '*.ppd' | xargs perl -pi -e 's,perl -p,sed,'
|
||||
popd
|
||||
|
||||
%build
|
||||
pushd foomatic-db-%{dbver_snap}
|
||||
%configure
|
||||
make PREFIX=%{_prefix}
|
||||
popd
|
||||
|
||||
pushd foomatic-db-hpijs-%{hpijsver}
|
||||
%configure
|
||||
make PREFIX=%{_prefix}
|
||||
popd
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
pushd foomatic-db-%{dbver_snap}
|
||||
make DESTDIR=%buildroot PREFIX=%{_prefix} \
|
||||
install
|
||||
popd
|
||||
|
||||
pushd foomatic-db-hpijs-%{hpijsver}
|
||||
make DESTDIR=%buildroot PREFIX=%{_prefix} \
|
||||
install
|
||||
popd
|
||||
|
||||
# Remove ghostscript UPP drivers that are gone in 7.07
|
||||
rm -f %{buildroot}%{_datadir}/foomatic/db/source/driver/{bjc6000a1,PM760p,PM820p,s400a1,sharp,Stc670pl,Stc670p,Stc680p,Stc760p,Stc777p,Stp720p,Stp870p}.upp.xml
|
||||
|
||||
find %{buildroot}%{_datadir}/foomatic/db/source/ -type f | xargs chmod 0644
|
||||
|
||||
mkdir $RPM_BUILD_ROOT%{_datadir}/foomatic/db/source/PPD/Custom
|
||||
|
||||
rm -f $RPM_BUILD_ROOT%{_datadir}/foomatic/db/source/PPD/Kyocera/*.txt \
|
||||
$RPM_BUILD_ROOT%{_datadir}/foomatic/db/source/PPD/Kyocera/*.htm \
|
||||
$RPM_BUILD_ROOT%{_datadir}/cups/model/3-distribution
|
||||
|
||||
# Convert absolute symlink to relative.
|
||||
rm -f %{buildroot}%{_datadir}/cups/model/foomatic-db-ppds
|
||||
ln -sf ../../foomatic/db/source/PPD %{buildroot}%{_datadir}/cups/model/foomatic-db-ppds
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files filesystem
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_datadir}/foomatic
|
||||
%dir %{_datadir}/foomatic/db
|
||||
%dir %{_datadir}/foomatic/db/source
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc foomatic-db-%{dbver_snap}/db/source/PPD/Kyocera/*.txt
|
||||
%doc foomatic-db-%{dbver_snap}/db/source/PPD/Kyocera/*.htm
|
||||
%doc foomatic-db-%{dbver_snap}/README
|
||||
%doc foomatic-db-%{dbver_snap}/COPYING
|
||||
%{_datadir}/foomatic/db/oldprinterids
|
||||
%{_datadir}/foomatic/db/source/printer
|
||||
%{_datadir}/foomatic/db/source/driver
|
||||
%{_datadir}/foomatic/db/source/opt
|
||||
|
||||
%files ppds
|
||||
%defattr(-,root,root,-)
|
||||
%{_datadir}/foomatic/db/source/PPD
|
||||
%{_datadir}/cups/model/foomatic-db-ppds
|
||||
|
||||
%changelog
|
||||
* Mon Aug 17 2009 Tim Waugh <twaugh@redhat.com> 4.0-3.20090702
|
||||
- License for ppds sub-package should include GPLv2+.
|
||||
- Ship COPYING file in main package.
|
||||
- Added filesystem sub-package for directory ownership.
|
||||
|
||||
* Mon Aug 3 2009 Tim Waugh <twaugh@redhat.com> 4.0-2.20090702
|
||||
- Move foomatic-db-ppds symlink to ppds sub-package.
|
||||
- Use sed instead of perl in raster PPDs (bug #512739).
|
||||
- Removed code to convert old-style printer IDs (there are none).
|
||||
- Ship README file.
|
||||
|
||||
* Mon Aug 3 2009 Tim Waugh <twaugh@redhat.com> 4.0-1.20090702
|
||||
- Split database out from main foomatic package.
|
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
||||
foomatic-db-4_0-3_20090702_fc12:HEAD:foomatic-db-4.0-3.20090702.fc12.src.rpm:1250582507
|
Loading…
Reference in New Issue
Block a user