]> git.pld-linux.org Git - packages/fax4CUPS.git/blame - fax4CUPS.spec
- initial release
[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
19Requires: %{name}-%{version}
20
21%description compat
22Compatibility fax backend.
23
24%package efax
25Summary: efax backend
26Group: Applications/Communications
27Requires: %{name}-%{version}
28
29%description efax
30efax backend
31
32%package hylafax
33Summary: hylafax backend
34Group: Applications/Communications
35Requires: %{name}-%{version}
36
37%description hylafax
38hylafax backend
39
40%prep
41%setup -q
42
43%build
44exit 0
45
46%install
47rm -rf $RPM_BUILD_ROOT
48
49install -d $RPM_BUILD_ROOT%{_mandir}/man1
50install *.1 $RPM_BUILD_ROOT%{_mandir}/man1
51
52install -d $RPM_BUILD_ROOT%{_libdir}/cups/backend
53install -d $RPM_BUILD_ROOT%{_datadir}/cups/model
54
55install fax efax hylafax $RPM_BUILD_ROOT%{_libdir}/cups/backend
56install *.ppd $RPM_BUILD_ROOT%{_datadir}/cups/model
57
58%clean
59rm -rf $RPM_BUILD_ROOT
60
61%files
62%defattr(644,root,root,755)
63%{_mandir}/man1/*
64
65%files compat
66%defattr(644,root,root,755)
67%attr(755,root,root) %{_libdir}/cups/backend/fax
68%{_datadir}/cups/model/fax.ppd
69
70%files efax
71%defattr(644,root,root,755)
72%attr(755,root,root) %{_libdir}/cups/backend/efax
73%{_datadir}/cups/model/efax.ppd
74
75%files hylafax
76%defattr(644,root,root,755)
77%attr(755,root,root) %{_libdir}/cups/backend/hylafax
78%{_datadir}/cups/model/hylafax.ppd
This page took 0.084692 seconds and 4 git commands to generate.