Author: glen Date: Wed Jan 12 09:54:05 2011 GMT Module: packages Tag: HEAD ---- Log message: - fix missing sysconfdir expand
---- Files affected: packages/pcsc-lite: pcsc-lite.spec (1.55 -> 1.56) , configure-expand.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/pcsc-lite/pcsc-lite.spec diff -u packages/pcsc-lite/pcsc-lite.spec:1.55 packages/pcsc-lite/pcsc-lite.spec:1.56 --- packages/pcsc-lite/pcsc-lite.spec:1.55 Wed Jan 12 09:11:42 2011 +++ packages/pcsc-lite/pcsc-lite.spec Wed Jan 12 10:53:59 2011 @@ -11,7 +11,7 @@ Summary(pl.UTF-8): Środowisko PCSC dla Linuksa Name: pcsc-lite Version: 1.6.6 -Release: 0.3 +Release: 0.4 License: BSD Group: Daemons # Source0Download: http://alioth.debian.org/project/showfiles.php?group_id=30105 @@ -23,6 +23,7 @@ Patch1: %{name}-any.patch Patch2: noautostart.patch Patch3: debuglog-pid.patch +Patch4: configure-expand.patch URL: http://www.linuxnet.com/middle.html BuildRequires: autoconf >= 2.58 BuildRequires: automake >= 1:1.8 @@ -108,6 +109,7 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build %{__libtoolize} @@ -214,6 +216,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.56 2011/01/12 09:53:59 glen +- fix missing sysconfdir expand + Revision 1.55 2011/01/12 08:11:42 qboosh - libtool 2 is used now ================================================================ Index: packages/pcsc-lite/configure-expand.patch diff -u /dev/null packages/pcsc-lite/configure-expand.patch:1.1 --- /dev/null Wed Jan 12 10:54:05 2011 +++ packages/pcsc-lite/configure-expand.patch Wed Jan 12 10:53:59 2011 @@ -0,0 +1,10 @@ +--- pcsc-lite-1.6.6/configure.in~ 2010-12-12 12:03:57.000000000 +0200 ++++ pcsc-lite-1.6.6/configure.in 2011-01-12 02:44:22.154890564 +0200 +@@ -338,6 +338,7 @@ + AC_SUBST(host_to_ccid_16) + AC_SUBST(host_to_ccid_32) + AS_AC_EXPAND(confdir_exp,$confdir) ++AS_AC_EXPAND(sysconfdir_exp,$sysconfdir) + AS_AC_EXPAND(sbindir_exp,$sbindir) + AS_AC_EXPAND(localstatedir_exp,$localstatedir) + ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pcsc-lite/pcsc-lite.spec?r1=1.55&r2=1.56&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
