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