]> git.pld-linux.org Git - packages/cups.git/blob - cups.spec
- Updated to 1.1.4
[packages/cups.git] / cups.spec
1 Summary:        Common Unix Printing System     
2 Name:           cups
3 Version:        1.1.4
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 %configure
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 %{__make} DESTDIR=$RPM_BUILD_ROOT
39
40 %{__make} \
41         prefix=$RPM_BUILD_ROOT \
42         exec_prefix=$RPM_BUILD_ROOT%{_prefix} \
43         BINDIR=$RPM_BUILD_ROOT%{_bindir} \
44         DATADIR=$RPM_BUILD_ROOT%{_datadir}/cups \
45         DOCDIR=$RPM_BUILD_ROOT%{_datadir}/doc/cups \
46         INCLUDEDIR=$RPM_BUILD_ROOT%{_includedir} \
47         LIBDIR=$RPM_BUILD_ROOT%{_libdir} \
48         LOCALEDIR=$RPM_BUILD_ROOT%{_datadir}/locale \
49         MANDIR=$RPM_BUILD_ROOT%{_mandir} \
50         PAMDIR=$RPM_BUILD_ROOT/etc/pam.d \
51         REQUESTS=$RPM_BUILD_ROOT/var/spool/cups \
52         SBINDIR=$RPM_BUILD_ROOT%{_sbindir} \
53         SERVERBIN=$RPM_BUILD_ROOT%{_libdir}/cups \
54         SERVERROOT=$RPM_BUILD_ROOT%{_sysconfdir}/cups \
55     install 
56
57
58 %clean
59
60 %files 
61 %defattr(644,root,root,755)
This page took 0.036953 seconds and 4 git commands to generate.