]> git.pld-linux.org Git - packages/foomatic-db.git/commitdiff
- initial release
authormichuz <michuz@pld-linux.org>
Sun, 22 Dec 2002 12:36:34 +0000 (12:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    foomatic-db.spec -> 1.1

foomatic-db.spec [new file with mode: 0644]

diff --git a/foomatic-db.spec b/foomatic-db.spec
new file mode 100644 (file)
index 0000000..a5bd759
--- /dev/null
@@ -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/*
This page took 0.086018 seconds and 4 git commands to generate.