]> git.pld-linux.org Git - packages/fax4CUPS.git/blame - fax4CUPS.spec
- typo; BR: hylafax-client for hylafax backend
[packages/fax4CUPS.git] / fax4CUPS.spec
CommitLineData
cb67568d 1Summary: Fax4CUPS - CUPS backend for a serial fax modem
2Name: fax4CUPS
3Version: 1.22
4Release: 1
5License: GPL
6Group: Applications/Communications
7Source0: http://gongolo.usr.dsi.unimi.it/~vigna/%{name}/%{name}-%{version}.tar.gz
8URL: http://gongolo.usr.dsi.unimi.it/~vigna/%{name}/
9Requires: cups
10BuildArch: noarch
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14Fax4CUPS - CUPS backend for a serial fax modem
15
16%package compat
17Summary: Compatibility fax backend
18Group: Applications/Communications
b7ee090c 19Requires: %{name} = %{version}
cb67568d 20
21%description compat
22Compatibility fax backend.
23
24%package efax
25Summary: efax backend
26Group: Applications/Communications
b7ee090c 27Requires: %{name} = %{version}
cb67568d 28
29%description efax
30efax backend
31
32%package hylafax
33Summary: hylafax backend
34Group: Applications/Communications
b7ee090c 35Requires: %{name} = %{version}
36Requires: hylafax-client
cb67568d 37
38%description hylafax
39hylafax backend
40
41%prep
42%setup -q
43
44%build
45exit 0
46
47%install
48rm -rf $RPM_BUILD_ROOT
49
50install -d $RPM_BUILD_ROOT%{_mandir}/man1
51install *.1 $RPM_BUILD_ROOT%{_mandir}/man1
52
53install -d $RPM_BUILD_ROOT%{_libdir}/cups/backend
54install -d $RPM_BUILD_ROOT%{_datadir}/cups/model
55
56install fax efax hylafax $RPM_BUILD_ROOT%{_libdir}/cups/backend
57install *.ppd $RPM_BUILD_ROOT%{_datadir}/cups/model
58
59%clean
60rm -rf $RPM_BUILD_ROOT
61
62%files
63%defattr(644,root,root,755)
64%{_mandir}/man1/*
65
66%files compat
67%defattr(644,root,root,755)
68%attr(755,root,root) %{_libdir}/cups/backend/fax
69%{_datadir}/cups/model/fax.ppd
70
71%files efax
72%defattr(644,root,root,755)
73%attr(755,root,root) %{_libdir}/cups/backend/efax
74%{_datadir}/cups/model/efax.ppd
75
76%files hylafax
77%defattr(644,root,root,755)
78%attr(755,root,root) %{_libdir}/cups/backend/hylafax
79%{_datadir}/cups/model/hylafax.ppd
This page took 0.05805 seconds and 4 git commands to generate.