]> git.pld-linux.org Git - packages/cups-windows.git/blame - cups-windows.spec
- new
[packages/cups-windows.git] / cups-windows.spec
CommitLineData
10f1b2b2
ER
1Summary: CUPS Windows driver
2Name: cups-windows
3Version: 6.0
4Release: 1
5License: GPL
6Group: Applications
7Source0: ftp://ftp.easysw.com/pub/cups/windows/%{name}-%{version}-source.tar.bz2
8# Source0-md5: e4569a58b6ad8bdef3208c4385c52625
9URL: http://www.cups.org/windows/
10BuildRequires: cups-devel
11Requires: cups >= 1:1.2
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%define _datadir %(cups-config --datadir 2>/dev/null)
15%define _cupsdriverdir %{_datadir}/drivers
16
17%description
18The CUPS driver for windows is an extension for the Windows 2000
19PostScript driver that is supported by CUPS 1.2 and higher. The driver
20adds support for the job-billing and page-label options.
21
22This is the Windows driver support package for use with Samba.
23
24%prep
25%setup -q
26
27%install
28rm -rf $RPM_BUILD_ROOT
29%{__make} install \
30 BUILDROOT=$RPM_BUILD_ROOT
31
32%clean
33rm -rf $RPM_BUILD_ROOT
34
35%files
36%defattr(644,root,root,755)
37%{_cupsdriverdir}/*
This page took 0.062956 seconds and 4 git commands to generate.