Author: arekm Date: Wed Jun 15 19:13:02 2011 GMT Module: packages Tag: HEAD ---- Log message: - up to 20110615
---- Files affected: packages/foomatic-db: foomatic-db.spec (1.30 -> 1.31) ---- Diffs: ================================================================ Index: packages/foomatic-db/foomatic-db.spec diff -u packages/foomatic-db/foomatic-db.spec:1.30 packages/foomatic-db/foomatic-db.spec:1.31 --- packages/foomatic-db/foomatic-db.spec:1.30 Sun Dec 28 14:16:06 2008 +++ packages/foomatic-db/foomatic-db.spec Wed Jun 15 21:12:57 2011 @@ -3,16 +3,17 @@ Summary: Foomatic database Summary(pl.UTF-8): Baza danych dla foomatic Name: foomatic-db -Version: 20081228 +Version: 20110615 Release: 1 License: GPL Group: Applications/System # foomatic db engine version -%define _fev 3.0 +%define _fev 4.0 Source0: http://www.linuxprinting.org/download/foomatic/%{name}-%{_fev}-%{version}.tar.gz -# Source0-md5: 7215bf55c715708eae33979e132c5a90 +# Source0-md5: f01fb27f96d3ec1e3b59dc860c64c52b URL: http://www.linuxprinting.org/foomatic.html -Requires: foomatic-db-engine >= 3.0.20080317 +Requires: foomatic-db-engine >= 4.0.20110615 +BuildRequires: bash BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -28,7 +29,7 @@ %setup -q %build -%configure +/bin/bash %configure %{__make} %install @@ -38,14 +39,14 @@ DESTDIR=$RPM_BUILD_ROOT # We don't need PPD files in this package -rm $RPM_BUILD_ROOT%{_datadir}/foomatic/db/source/PPD/ -frd +rm -fr $RPM_BUILD_ROOT%{_datadir}/foomatic/db/source/PPD/ %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc ChangeLog TODO README USAGE +%doc ChangeLog README USAGE %{_datadir}/foomatic/db/source/driver/* %{_datadir}/foomatic/db/source/opt/* %{_datadir}/foomatic/db/source/printer/* @@ -57,6 +58,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.31 2011/06/15 19:12:57 arekm +- up to 20110615 + Revision 1.30 2008/12/28 13:16:06 adamg - updated to 20081228 (last change 20081218) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/foomatic-db/foomatic-db.spec?r1=1.30&r2=1.31&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
