]> git.pld-linux.org Git - packages/fax4CUPS.git/blob - fax4CUPS.spec
- upgraded to 1.23
[packages/fax4CUPS.git] / fax4CUPS.spec
1 Summary:        Fax4CUPS - CUPS backend for a serial fax modem
2 Summary(pl):    Fax4CUPS - backend CUPS-a do szeregowych fax-modemów
3 Name:           fax4CUPS
4 Version:        1.23
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
8 Source0:        http://gongolo.usr.dsi.unimi.it/~vigna/%{name}/%{name}-%{version}.tar.gz
9 # Source0-md5:  8fec1e26f0b6d1d97fa1ca7aca95dc63
10 URL:            http://gongolo.usr.dsi.unimi.it/~vigna/fax4CUPS/
11 BuildRequires:  cups-devel
12 Requires:       bash
13 Requires:       cups
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Fax4CUPS - CUPS backend for a serial fax modem.
19
20 %description -l pl
21 Fax4CUPS - backend CUPS-a do szeregowych fax-modemów.
22
23 %package -n cups-backend-fax-compat
24 Summary:        Compatibility fax backend
25 Summary(pl):    Backend faksowy dla kompatybilno¶ci
26 Group:          Applications/Communications
27 Requires:       %{name} = %{version}
28
29 %description -n cups-backend-fax-compat
30 Compatibility fax backend.
31
32 %description -n cups-backend-fax-compat -l pl
33 Backend faksowy dla kompatybilno¶ci.
34
35 %package -n cups-backend-efax
36 Summary:        efax backend
37 Summary(pl):    Backend do efaksa
38 Group:          Applications/Communications
39 Requires:       %{name} = %{version}
40 Requires:       efax
41
42 %description -n cups-backend-efax
43 efax backend.
44
45 %description -n cups-backend-efax -l pl
46 Backend do efaksa.
47
48 %package -n cups-backend-hylafax
49 Summary:        hylafax backend
50 Summary(pl):    Backend do hylafaksa
51 Group:          Applications/Communications
52 Requires:       %{name} = %{version}
53 Requires:       hylafax-client
54
55 %description -n cups-backend-hylafax
56 hylafax backend.
57
58 %description -n cups-backend-hylafax -l pl
59 Backend do hylafaksa.
60
61 %package -n cups-backend-mgetty
62 Summary:        mgetty backend
63 Summary(pl):    Backend do mgetty
64 Group:          Applications/Communications
65 Requires:       %{name} = %{version}
66 Requires:       mgetty
67
68 %description -n cups-backend-mgetty
69 mgetty backend.
70
71 %description -n cups-backend-mgetty -l pl
72 Backend do mgetty.
73
74 %prep
75 %setup -q
76
77 %install
78 rm -rf $RPM_BUILD_ROOT
79
80 install -d $RPM_BUILD_ROOT%{_mandir}/man1
81 install *.1 $RPM_BUILD_ROOT%{_mandir}/man1
82
83 install -d $RPM_BUILD_ROOT%(cups-config --serverbin)/backend
84 install -d $RPM_BUILD_ROOT%(cups-config --datadir)/model
85
86 install fax efax hylafax mgetty-fax $RPM_BUILD_ROOT%(cups-config --serverbin)/backend
87 install *.ppd $RPM_BUILD_ROOT%(cups-config --datadir)/model
88
89 %clean
90 rm -rf $RPM_BUILD_ROOT
91
92 %files
93 %defattr(644,root,root,755)
94 %{_mandir}/man1/*
95
96 %files -n cups-backend-fax-compat
97 %defattr(644,root,root,755)
98 %attr(755,root,root) %(cups-config --serverbin)/backend/fax
99 %(cups-config --datadir)/model/fax.ppd
100
101 %files -n cups-backend-efax
102 %defattr(644,root,root,755)
103 %attr(755,root,root) %(cups-config --serverbin)/backend/efax
104 %(cups-config --datadir)/model/efax.ppd
105
106 %files -n cups-backend-hylafax
107 %defattr(644,root,root,755)
108 %attr(755,root,root) %(cups-config --serverbin)/backend/hylafax
109 %(cups-config --datadir)/model/hylafax.ppd
110
111 %files -n cups-backend-mgetty
112 %defattr(644,root,root,755)
113 %attr(755,root,root) %(cups-config --serverbin)/backend/mgetty-fax
114 %(cups-config --datadir)/model/mgetty-fax.ppd
This page took 0.077183 seconds and 3 git commands to generate.