]> git.pld-linux.org Git - packages/cups-driver-adobe.git/commitdiff
- new, NFY
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 12 May 2006 12:30:29 +0000 (12:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cups-driver-adobe.spec -> 1.1

cups-driver-adobe.spec [new file with mode: 0644]

diff --git a/cups-driver-adobe.spec b/cups-driver-adobe.spec
new file mode 100644 (file)
index 0000000..a4b40c5
--- /dev/null
@@ -0,0 +1,53 @@
+# TODO
+# - check license. adding nosource as licensing is not clear
+Summary:       Adobe Universal PostScript Windows Driver
+Name:          cups-driver-adobe
+Version:       1.0.6
+Release:       0.1
+License:       ?
+Group:         Applications/Printing
+Source0:       http://download.adobe.com/pub/adobe/printerdrivers/win/1.x/winsteng.exe
+# NoSource0-md5:       1038eac5b9fcd8985ced069fbdb13cb8
+NoSource:      0
+URL:           http://www.adobe.com/support/downloads/product.jsp?product=44&platform=Windows
+BuildRequires: cabextract
+BuildRequires: cups-devel
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define        _datadir        %(cups-config --datadir 2>/dev/null)
+%define        _cupsdriverdir  %{_datadir}/drivers
+
+%description
+This package contains Adobe Universal PostScript Windows Driver of
+supported Microsoft Windows platform:
+- AdobePS 4.5.3: Windows 95, Windows 98, Windows 98 Second Edition, or
+  Windows Millennium Edition
+- AdobePS 5.2.2: Windows NT 4.0
+- PScript 5: Windows 2000 or Windows XP
+
+These drivers enable you to print documents from applications running
+in these Windows platforms to any printer that includes Adobe
+PostScript Level 2 or Adobe PostScript 3.
+
+This printer driver was jointly developed by Adobe Systems
+Incorporated and Microsoft Corporation.
+
+This is the Windows driver support package for use with Samba.
+
+%prep
+%setup -qcT
+cabextract -L %{SOURCE0}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_cupsdriverdir}
+# perhaps need all platforms
+cp -a winxp/* $RPM_BUILD_ROOT%{_cupsdriverdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_cupsdriverdir}/*
This page took 0.084746 seconds and 4 git commands to generate.