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

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

diff --git a/foomatic-db-hpijs.spec b/foomatic-db-hpijs.spec
new file mode 100644 (file)
index 0000000..2232f69
--- /dev/null
@@ -0,0 +1,46 @@
+%include       /usr/lib/rpm/macros.perl
+%define                rel     1
+Summary:       Foomatic Data for the HPIJS Printer Drivers
+Summary(pl):   Informacje foomatic dla sterownika drukarek HPIJS
+Name:          foomatic-db-hpijs
+Version:       1.3
+Release:       1
+License:       GPL
+Group:         Applications/System
+URL:           http://www.linuxprinting.org/foomatic.html
+Source0:       http://www.linuxprinting.org/download/%{name}/%{name}-%{version}-%{rel}.tar.gz
+BuildRequires: autoconf
+BuildRequires: automake
+Requires:      foomatic-db-engine
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Foomatic Data for the HPIJS Printer Drivers.
+
+%description -l pl
+Informacje foomatic dla sterownika drukarek HPIJS.
+
+%prep
+%setup -q -n %{name}-%{version}-%{rel}
+
+%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/*
This page took 0.22593 seconds and 4 git commands to generate.