SPECS: cups-driver-adobe.spec (NEW) - new, NFY

glen glen at pld-linux.org
Fri May 12 14:30:34 CEST 2006


Author: glen                         Date: Fri May 12 12:30:34 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new, NFY

---- Files affected:
SPECS:
   cups-driver-adobe.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/cups-driver-adobe.spec
diff -u /dev/null SPECS/cups-driver-adobe.spec:1.1
--- /dev/null	Fri May 12 14:30:34 2006
+++ SPECS/cups-driver-adobe.spec	Fri May 12 14:30:29 2006
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+# 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}/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/05/12 12:30:29  glen
+- new, NFY
+
================================================================


More information about the pld-cvs-commit mailing list