]> git.pld-linux.org Git - packages/cups-driver-adobe.git/blob - cups-driver-adobe.spec
- tabs in preamble
[packages/cups-driver-adobe.git] / cups-driver-adobe.spec
1 # TODO
2 # - check license. adding nosource as licensing is not clear
3 Summary:        Adobe Universal PostScript Windows Driver
4 Summary(pl.UTF-8):      Uniwersalny sterownik postscriptowy Adobe dla Windows
5 Name:           cups-driver-adobe
6 Version:        1.0.6
7 Release:        0.1
8 License:        ?
9 Group:          Applications/Printing
10 Source0:        http://download.adobe.com/pub/adobe/printerdrivers/win/1.x/winsteng.exe
11 # NoSource0-md5:        1038eac5b9fcd8985ced069fbdb13cb8
12 NoSource:       0
13 URL:            http://www.adobe.com/support/downloads/product.jsp?product=44&platform=Windows
14 BuildRequires:  cabextract
15 BuildRequires:  cups-devel
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %define         _datadir        %(cups-config --datadir 2>/dev/null)
20 %define         _cupsdriverdir  %{_datadir}/drivers
21
22 %description
23 This package contains Adobe Universal PostScript Windows Driver of
24 supported Microsoft Windows platform:
25 - AdobePS 4.5.3: Windows 95, Windows 98, Windows 98 Second Edition, or
26   Windows Millennium Edition
27 - AdobePS 5.2.2: Windows NT 4.0
28 - PScript 5: Windows 2000 or Windows XP
29
30 These drivers enable you to print documents from applications running
31 in these Windows platforms to any printer that includes Adobe
32 PostScript Level 2 or Adobe PostScript 3.
33
34 This printer driver was jointly developed by Adobe Systems
35 Incorporated and Microsoft Corporation.
36
37 This is the Windows driver support package for use with Samba.
38
39 %description -l pl.UTF-8
40 Ten pakiet zawiera uniwersalny sterownik postscriptowy Adobe dla
41 Windows (Adobe Universal PostScript Windows Driver) dla obsługiwanych
42 platform Microsoft Windows:
43 - AdobePS 4.5.3 dla Windows 95, Windows 98, Windows 98 Second Edition
44   i Windows Millennium Edition
45 - AdobePS 5.2.2 dla Windows NT 4.0
46 - PScript 5 dla Windows 2000 i Windows XP
47
48 Sterowniki te pozwalają na drukowanie dokumentów z aplikacji
49 działających pod wyżej wymienionymi platformami Windows na dowolnej
50 drukarce obsługującej Adobe PostScript Level 2 lub Adobe PostScript 3.
51
52 Ten sterownik drukarki powstał we współpracy między Adobe Systems
53 Incorporated i Microsoft Corporation.
54
55 Jest to pakiet wspierający sterownik windowsowy do używania z Sambą.
56
57 %prep
58 %setup -qcT
59 cabextract -L %{SOURCE0}
60
61 %install
62 rm -rf $RPM_BUILD_ROOT
63 install -d $RPM_BUILD_ROOT%{_cupsdriverdir}
64 # perhaps need all platforms
65 cp -a winxp/* $RPM_BUILD_ROOT%{_cupsdriverdir}
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %files
71 %defattr(644,root,root,755)
72 %{_cupsdriverdir}/*
This page took 0.118222 seconds and 3 git commands to generate.