]> git.pld-linux.org Git - packages/cups-windows.git/commitdiff
- new
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 4 May 2006 17:32:22 +0000 (17:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cups-windows.spec -> 1.1

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

diff --git a/cups-windows.spec b/cups-windows.spec
new file mode 100644 (file)
index 0000000..0641a38
--- /dev/null
@@ -0,0 +1,37 @@
+Summary:       CUPS Windows driver
+Name:          cups-windows
+Version:       6.0
+Release:       1
+License:       GPL
+Group:         Applications
+Source0:       ftp://ftp.easysw.com/pub/cups/windows/%{name}-%{version}-source.tar.bz2
+# Source0-md5: e4569a58b6ad8bdef3208c4385c52625
+URL:           http://www.cups.org/windows/
+BuildRequires: cups-devel
+Requires:      cups >= 1:1.2
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define        _datadir        %(cups-config --datadir 2>/dev/null)
+%define        _cupsdriverdir  %{_datadir}/drivers
+
+%description
+The CUPS driver for windows is an extension for the Windows 2000
+PostScript driver that is supported by CUPS 1.2 and higher. The driver
+adds support for the job-billing and page-label options.
+
+This is the Windows driver support package for use with Samba.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       BUILDROOT=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_cupsdriverdir}/*
This page took 0.087725 seconds and 4 git commands to generate.