Author: sls Date: Wed Sep 28 07:38:56 2011 GMT Module: packages Tag: HEAD ---- Log message: - added build.patch - ac/am regeneration
---- Files affected: packages/dirmngr: dirmngr.spec (1.33 -> 1.34) , build.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/dirmngr/dirmngr.spec diff -u packages/dirmngr/dirmngr.spec:1.33 packages/dirmngr/dirmngr.spec:1.34 --- packages/dirmngr/dirmngr.spec:1.33 Wed Aug 11 08:47:52 2010 +++ packages/dirmngr/dirmngr.spec Wed Sep 28 09:38:51 2011 @@ -9,6 +9,7 @@ Source0: ftp://ftp.gnupg.org/gcrypt/dirmngr/%{name}-%{version}.tar.bz2 # Source0-md5: f2570f0248f5947daac200e85291b328 Patch0: %{name}-info.patch +Patch1: build.patch URL: http://www.gnupg.org/documentation/manuals/dirmngr/ BuildRequires: automake BuildRequires: libassuan-devel >= 1:2.0.0 @@ -39,9 +40,13 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build cp -f /usr/share/automake/config.* . +%{__aclocal} -I m4 +%{__automake} +%{__autoconf} %configure \ --with-ldap=/usr %{__make} @@ -82,6 +87,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.34 2011/09/28 07:38:51 sls +- added build.patch +- ac/am regeneration + Revision 1.33 2010/08/11 06:47:52 qboosh - updated to 1.1.0 ================================================================ Index: packages/dirmngr/build.patch diff -u /dev/null packages/dirmngr/build.patch:1.1 --- /dev/null Wed Sep 28 09:38:56 2011 +++ packages/dirmngr/build.patch Wed Sep 28 09:38:51 2011 @@ -0,0 +1,11 @@ +--- dirmngr-1.1.0/src/Makefile.am.orig 2011-09-26 17:20:24.195406410 +0200 ++++ dirmngr-1.1.0/src/Makefile.am 2011-09-26 17:22:43.666427455 +0200 +@@ -61,7 +61,7 @@ dirmngr_ldap_SOURCES = dirmngr_ldap.c i1 + dirmngr_ldap_CFLAGS = $(GPG_ERROR_CFLAGS) + dirmngr_ldap_LDFLAGS = + dirmngr_ldap_LDADD = $(ldap_ldadd) ../jnlib/libjnlib.a $(LIBOBJS) \ +- $(GPG_ERROR_LIBS) $(LDAPLIBS) $(LIBINTL) $(LIBICONV) ++ $(GPG_ERROR_LIBS) $(LDAPLIBS) -llber $(LIBINTL) $(LIBICONV) + + dirmngr_client_SOURCES = dirmngr-client.c i18n.h util.h b64enc.c \ + get-path.c no-libgcrypt.c no-libgcrypt.h ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dirmngr/dirmngr.spec?r1=1.33&r2=1.34&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
