From: ellson Date: Sun, 23 Jan 2005 03:07:53 +0000 (+0000) Subject: don't generate pkgconfig data for libcommmon or libgvc as we don't seriously expect... X-Git-Tag: LAST_LIBGRAPH~32^2~8010 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31ce878ed2c58a5f6f0c0dfbe01b75d4f7946074;p=graphviz don't generate pkgconfig data for libcommmon or libgvc as we don't seriously expect anyone to reuse these directly no need to chmod -x in spec file --- diff --git a/graphviz.spec.in b/graphviz.spec.in index d316fd189..72c077235 100644 --- a/graphviz.spec.in +++ b/graphviz.spec.in @@ -101,7 +101,6 @@ make \ pkgconfigdir=%{_libdir}/pkgconfig \ transform='s,x,x,' \ install -chmod -x $RPM_BUILD_ROOT%{_datadir}/%{name}/lefty/* cp -a $RPM_BUILD_ROOT%{_datadir}/%{name}/doc __doc rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}/doc diff --git a/lib/common/Makefile.am b/lib/common/Makefile.am index ab182174c..fa49c0ad2 100644 --- a/lib/common/Makefile.am +++ b/lib/common/Makefile.am @@ -1,7 +1,5 @@ ## Process this file with automake to produce Makefile.in -pkgconfigdir = $(libdir)/pkgconfig - AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/lib/gvc \ @@ -13,7 +11,6 @@ AM_CPPFLAGS = \ pkginclude_HEADERS = const.h globals.h htmllex.h htmltable.h macros.h \ pointset.h render.h renderprocs.h types.h utils.h colortbl.h pkglib_LTLIBRARIES = libcommon.la -pkgconfig_DATA = libcommon.pc if !DISABLE_CODEGENS CODEGENS = diagen.c figgen.c gdgen.c hpglgen.c mapgen.c mifgen.c mpgen.c \ diff --git a/lib/gvc/Makefile.am b/lib/gvc/Makefile.am index add51bf2f..d17981a36 100644 --- a/lib/gvc/Makefile.am +++ b/lib/gvc/Makefile.am @@ -1,7 +1,5 @@ ## Process this file with automake to produce Makefile.in -pkgconfigdir = $(libdir)/pkgconfig - # FIXME - need to get cairo dependencies out of gvemit.c so that @CAIRO...@ can go from here AM_CPPFLAGS = \ @@ -19,7 +17,6 @@ pkginclude_HEADERS = gvc.h gvcint.h gvplugin.h \ gvplugin_render.h gvplugin_layout.h \ gvplugin_text.h gvplugin_display.h pkglib_LTLIBRARIES = libgvc.la -pkgconfig_DATA = libgvc.pc libgvc_la_SOURCES = gvrender.c gvlayout.c gvdisplay.c gvtext.c gvcontext.c \ gvjobs.c gvevent.c gvemit.c gvplugin.c gvconfig.c