Author: patrys Date: Mon Mar 17 17:20:16 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - pass dir to configure, drop patch (we don't regenerate autotools)
---- Files affected: SPECS: foomatic-db.spec (1.27 -> 1.28) ---- Diffs: ================================================================ Index: SPECS/foomatic-db.spec diff -u SPECS/foomatic-db.spec:1.27 SPECS/foomatic-db.spec:1.28 --- SPECS/foomatic-db.spec:1.27 Mon Mar 17 18:11:55 2008 +++ SPECS/foomatic-db.spec Mon Mar 17 18:20:11 2008 @@ -4,14 +4,13 @@ Summary(pl.UTF-8): Baza danych dla foomatic Name: foomatic-db Version: 20080317 -Release: 2 +Release: 3 License: GPL Group: Applications/System # foomatic db engine version %define _fev 3.0 Source0: http://www.linuxprinting.org/download/foomatic/%{name}-%{_fev}-%{version}.tar.gz # Source0-md5: ff65282a646a6242efd74219b11b0ff1 -Patch0: %{name}-cups.patch URL: http://www.linuxprinting.org/foomatic.html Requires: foomatic-db-engine >= 3.0.20080317 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -27,10 +26,10 @@ %prep %setup -q -%patch0 -p1 %build -%configure +%configure \ + CUPS_PPDS=%{_datadir}/cups/model/ %{__make} %install @@ -60,6 +59,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.28 2008-03-17 17:20:11 patrys +- pass dir to configure, drop patch (we don't regenerate autotools) + Revision 1.27 2008-03-17 17:11:55 patrys - add cups patch - rel 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/foomatic-db.spec?r1=1.27&r2=1.28&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
