]> git.pld-linux.org Git - packages/foomatic-db-hpijs.git/blobdiff - foomatic-db-hpijs.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/foomatic-db-hpijs.git] / foomatic-db-hpijs.spec
index 2232f69b9682ad4d7c13445fc39adefdf76370db..657a7ba53c10371731052ba913ef3ccd99da1d89 100644 (file)
@@ -1,46 +1,41 @@
-%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
+Summary(pl.UTF-8):     Informacje foomatic dla sterownika drukarek HPIJS
 Name:          foomatic-db-hpijs
-Version:       1.3
-Release:       1
-License:       GPL
+Version:       20081228
+Release:       2
+Epoch:         2
+License:       GPL v2+
 Group:         Applications/System
+Source0:       http://www.linuxprinting.org/download/foomatic/%{name}-%{version}.tar.gz
+# Source0-md5: 4fac368a17b85312e3ae20697eb3051e
 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
+Requires:      foomatic-db-engine >= 3.0.20080317
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Foomatic Data for the HPIJS Printer Drivers.
 
-%description -l pl
+%description -l pl.UTF-8
 Informacje foomatic dla sterownika drukarek HPIJS.
 
 %prep
-%setup -q -n %{name}-%{version}-%{rel}
+%setup -q
 
 %build
-%{__aclocal}
-%{__autoconf}
-
 %configure
-
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$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/*
+%doc ChangeLog README USAGE
+%{_datadir}/foomatic/db/source/driver/hpijs.xml
+%{_datadir}/foomatic/db/source/opt/hpijs-*.xml
This page took 0.105646 seconds and 4 git commands to generate.