-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathptouch-driver-foomatic.spec.in
66 lines (54 loc) · 2.02 KB
/
ptouch-driver-foomatic.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
## -*- RPM-spec -*- file for the ptouch-driver package
## Copyright (c) 2006 Arne John Glenstrup <[email protected]>
##
## This file is part of ptouch-driver.
##
## ptouch-driver is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2 of the License, or (at
## your option) any later version.
##
## ptouch-driver is distributed in the hope that it will be useful, but
## WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
## General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with ptouch-driver; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
## USA
Name: ptouch-driver-foomatic
Version: @VERSION@
Release: 1
Summary: Foomatic database data for Brother P-touch label printers
Group: System Environment/Libraries
License: GPL
URL: http://ptouch-driver.sourceforge.net/
Source0: ptouch-driver-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: foomatic ptouch-driver
%description
The ptouch-driver consists of a CUPS raster filter and foomatic
database XML documents for driving the family of Brother P-touch label
printers.
%prep
%setup -q -n ptouch-driver-%{version}
%build
%configure
%install
rm -rf $RPM_BUILD_ROOT
make install-data DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
/usr/share/foomatic/db/source/driver/ptouch-pt.xml
/usr/share/foomatic/db/source/driver/ptouch-ql.xml
/usr/share/foomatic/db/source/printer/Brother-PT-*.xml
/usr/share/foomatic/db/source/printer/Brother-QL-*.xml
/usr/share/foomatic/db/source/opt/Brother-PT-*.xml
/usr/share/foomatic/db/source/opt/Brother-QL-*.xml
/usr/share/foomatic/db/source/opt/Brother-PTQL-*.xml
%changelog
* Mon Jan 30 2006 Arne John Glenstrup <[email protected]> - 0.9-1
- Initial build.