]> granicus.if.org Git - graphviz/commitdiff
don't generate pkgconfig data for libcommmon or libgvc as we don't seriously expect...
authorellson <devnull@localhost>
Sun, 23 Jan 2005 03:07:53 +0000 (03:07 +0000)
committerellson <devnull@localhost>
Sun, 23 Jan 2005 03:07:53 +0000 (03:07 +0000)
no need to chmod -x  in spec file

graphviz.spec.in
lib/common/Makefile.am
lib/gvc/Makefile.am

index d316fd18911fe7fe8f212b0cbc698dba90984204..72c077235f001484689f1fdf533138df6592cf35 100644 (file)
@@ -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
 
index ab182174c70119c68e9993f07802e75084b8070e..fa49c0ad20248b829afbdd80ec02426234ae1ffd 100644 (file)
@@ -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 \
index add51bf2fc7856632e0fd84f6e92fd5d2ebcbd0f..d17981a361c5b5bbb872b1c9206856944bf24f26 100644 (file)
@@ -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