]> git.pld-linux.org Git - packages/cups.git/blob - cups.spec
Just passed trough adapter
[packages/cups.git] / cups.spec
1 Summary:        Common Unix Printing System     
2 Name:           cups
3 Version:        1.1.2
4 Release:        1
5 Vendor:         PLD
6 License:        GPL/LGPL
7 Group:          Applications/System
8 Group(de):      Applikationen/System
9 Group(pl):      Aplikacje/System
10 Source0:        ftp://ftp.easysw.com/pub/%{name}/%{version}/%{name}-%{version}-source.tar.bz2
11 Patch0:         %{name}-chown.patch
12 URL:            http://www.cups.org/    
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15
16 %description 
17 CUPS provides a portable printing layer for UNIX®-based operating
18 systems. It has been developed by Easy Software Products to promote a
19 standard printing solution for all UNIX vendors and users. CUPS
20 provides the System V and Berkeley command-line interfaces. CUPS uses
21 the Internet Printing Protocol ("IPP") as the basis for managing print
22 jobs and queues. The Line Printer Daemon ("LPD") Server Message Block
23 ("SMB"), and AppSocket (a.k.a. JetDirect) protocols are also supported
24 with reduced functionality. CUPS adds network printer browsing and
25 PostScript Printer Description ("PPD") based printing options to
26 support real-world printing under UNIX.
27
28 %prep
29 %setup -q
30 %patch -p1
31
32 %build
33 autoconf
34 %configure
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 %{__make}    prefix=$RPM_BUILD_ROOT \
40 exec_prefix=$RPM_BUILD_ROOT%{_prefix} \
41         BINDIR=$RPM_BUILD_ROOT%{_bindir} \
42         DATADIR=$RPM_BUILD_ROOT%{_datadir}/cups \
43         DOCDIR=$RPM_BUILD_ROOT%{_datadir}/doc/cups \
44         INCLUDEDIR=$RPM_BUILD_ROOT%{_includedir} \
45         LIBDIR=$RPM_BUILD_ROOT%{_libdir} \
46         LOCALEDIR=$RPM_BUILD_ROOT%{_datadir}/locale \
47 MANDIR=$RPM_BUILD_ROOT%{_prefix}/man \
48         PAMDIR=$RPM_BUILD_ROOT/etc/pam.d \
49         REQUESTS=$RPM_BUILD_ROOT/var/spool/cups \
50 SBINDIR=$RPM_BUILD_ROOT%{_sbindir} \
51         SERVERBIN=$RPM_BUILD_ROOT%{_libdir}/cups \
52 SERVERROOT=$RPM_BUILD_ROOT%{_sysconfdir}/cups \
53         install 
54
55
56 %clean
57
58 %files 
59 %defattr(644,root,root,755)
This page took 0.03411 seconds and 4 git commands to generate.