From: michuz Date: Sun, 22 Dec 2002 12:36:34 +0000 (+0000) Subject: - initial release X-Git-Tag: auto/ac/foomatic-db-20030813-1~8 X-Git-Url: http://git.pld-linux.org/?p=packages%2Ffoomatic-db.git;a=commitdiff_plain;h=7fd627e9c1e314904a6785edfbbfce68a604325e - initial release Changed files: foomatic-db.spec -> 1.1 --- 7fd627e9c1e314904a6785edfbbfce68a604325e diff --git a/foomatic-db.spec b/foomatic-db.spec new file mode 100644 index 0000000..a5bd759 --- /dev/null +++ b/foomatic-db.spec @@ -0,0 +1,49 @@ +%include /usr/lib/rpm/macros.perl +Summary: Foomatic database +Summary(pl): Baza danych dla foomatic +Name: foomatic-db +Version: 20021210 +Release: 1 +License: GPL +Group: Applications/System +URL: http://www.linuxprinting.org/foomatic.html +Source0: http://www.linuxprinting.org/download/%{name}/%{name}-current.tar.gz +BuildRequires: autoconf +BuildRequires: automake +Requires: foomatic-db-engine +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +The collected knowledge about printers, drivers, and driver options in +XML files, used by foomatic-db-engine to generate PPD files. + +%description -l pl +Ca³o¶ciowa informacja o drukarkach, sterownikach i opcjach sterowników +w postaci plików XML, u¿ywanych przez foomatic-db-engine do generowania +plików PPD. + +%prep +%setup -q + +%build +%{__aclocal} +%{__autoconf} + +%configure + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc ChangeLog TODO README USAGE +%{_datadir}/foomatic/db/source/driver/* +%{_datadir}/foomatic/db/source/opt/* +%{_datadir}/foomatic/db/source/printer/*