]> git.pld-linux.org Git - packages/fax4CUPS.git/commitdiff
- initial release
authorpascalek <pascalek@pld-linux.org>
Wed, 19 Mar 2003 10:34:48 +0000 (10:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fax4CUPS.spec -> 1.1

fax4CUPS.spec [new file with mode: 0644]

diff --git a/fax4CUPS.spec b/fax4CUPS.spec
new file mode 100644 (file)
index 0000000..fbb3b07
--- /dev/null
@@ -0,0 +1,78 @@
+Summary:       Fax4CUPS - CUPS backend for a serial fax modem
+Name:          fax4CUPS
+Version:       1.22
+Release:       1
+License:       GPL
+Group:         Applications/Communications
+Source0:       http://gongolo.usr.dsi.unimi.it/~vigna/%{name}/%{name}-%{version}.tar.gz
+URL:           http://gongolo.usr.dsi.unimi.it/~vigna/%{name}/
+Requires:      cups
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Fax4CUPS - CUPS backend for a serial fax modem
+
+%package compat
+Summary:       Compatibility fax backend
+Group:         Applications/Communications
+Requires:      %{name}-%{version}
+
+%description compat
+Compatibility fax backend.
+
+%package efax
+Summary:       efax backend
+Group:         Applications/Communications
+Requires:      %{name}-%{version}
+
+%description efax
+efax backend
+
+%package hylafax
+Summary:       hylafax backend
+Group:         Applications/Communications
+Requires:      %{name}-%{version}
+
+%description hylafax
+hylafax backend
+
+%prep
+%setup -q
+
+%build
+exit 0
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_mandir}/man1
+install *.1 $RPM_BUILD_ROOT%{_mandir}/man1
+
+install -d $RPM_BUILD_ROOT%{_libdir}/cups/backend
+install -d $RPM_BUILD_ROOT%{_datadir}/cups/model
+
+install fax efax hylafax $RPM_BUILD_ROOT%{_libdir}/cups/backend
+install *.ppd $RPM_BUILD_ROOT%{_datadir}/cups/model
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_mandir}/man1/*
+
+%files compat
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/cups/backend/fax
+%{_datadir}/cups/model/fax.ppd
+
+%files efax
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/cups/backend/efax
+%{_datadir}/cups/model/efax.ppd
+
+%files hylafax
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/cups/backend/hylafax
+%{_datadir}/cups/model/hylafax.ppd
This page took 0.07361 seconds and 4 git commands to generate.