forked from pool/graphviz
Accepting request 41723 from graphics
checked in (request 41723) OBS-URL: https://build.opensuse.org/request/show/41723 OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=25
This commit is contained in:
parent
c01c71a240
commit
3e5eb34bb5
@ -1,7 +1,7 @@
|
|||||||
Index: tclpkg/gv/Makefile.am
|
Index: tclpkg/gv/Makefile.am
|
||||||
===================================================================
|
===================================================================
|
||||||
--- tclpkg/gv/Makefile.am.orig 2010-06-18 14:03:09.206918506 +0200
|
--- tclpkg/gv/Makefile.am.orig 2010-06-15 11:37:15.082918277 +0200
|
||||||
+++ tclpkg/gv/Makefile.am 2010-06-18 15:01:52.630918214 +0200
|
+++ tclpkg/gv/Makefile.am 2010-06-15 11:38:05.966918325 +0200
|
||||||
@@ -120,13 +120,18 @@ gv.cmxa: gv.cmx
|
@@ -120,13 +120,18 @@ gv.cmxa: gv.cmx
|
||||||
ocamlopt -a -o gv.cmxa gv.cmx
|
ocamlopt -a -o gv.cmxa gv.cmx
|
||||||
gv.a: gv.cmxa
|
gv.a: gv.cmxa
|
||||||
@ -19,7 +19,7 @@ Index: tclpkg/gv/Makefile.am
|
|||||||
-libgv_perl_la_LDFLAGS = -module -avoid-version
|
-libgv_perl_la_LDFLAGS = -module -avoid-version
|
||||||
-libgv_perl_la_CPPFLAGS = $(BASECPPFLAGS) $(PERL_INCLUDES)
|
-libgv_perl_la_CPPFLAGS = $(BASECPPFLAGS) $(PERL_INCLUDES)
|
||||||
+libgv_perl_la_LDFLAGS = -module -avoid-version $(PERL_LD)
|
+libgv_perl_la_LDFLAGS = -module -avoid-version $(PERL_LD)
|
||||||
+libgv_perl_la_CPPFLAGS = $(BASECPPFLAGS) $(PERL_CC)
|
+libgv_perl_la_CPPFLAGS = $(AM_CPPFLAGS) $(PERL_CC)
|
||||||
$(PERL_data): gv_perl.cpp
|
$(PERL_data): gv_perl.cpp
|
||||||
gv_perl.cpp: gv.i
|
gv_perl.cpp: gv.i
|
||||||
$(SWIG) -c++ -perl -o gv_perl.cpp $(srcdir)/gv.i
|
$(SWIG) -c++ -perl -o gv_perl.cpp $(srcdir)/gv.i
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Fri Jun 18 15:02:39 CEST 2010 - pth@suse.de
|
|
||||||
|
|
||||||
- Fix CPPFLAGS for real.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 15 11:39:04 CEST 2010 - pth@suse.de
|
Tue Jun 15 11:39:04 CEST 2010 - pth@suse.de
|
||||||
|
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Fri Jun 18 09:15:07 UTC 2010 - coolo@novell.com
|
|
||||||
|
|
||||||
- fix typo
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 11 12:13:12 CEST 2010 - pth@suse.de
|
Fri Jun 11 12:13:12 CEST 2010 - pth@suse.de
|
||||||
|
|
||||||
|
@ -182,7 +182,7 @@ test -s %{_libdir}/graphviz/%{config_file} || echo "%{_libdir}/graphviz/%{config
|
|||||||
|
|
||||||
%postun
|
%postun
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
if ! test -x $RPM_INSTALL_PREFIX0/bin/dot; then rm -f $RPM_INSTALL_PREFIX0/%{_lib}/graphviz/%{config_file}; fi
|
eblif ! test -x $RPM_INSTALL_PREFIX0/bin/dot; then rm -f $RPM_INSTALL_PREFIX0/%{_lib}/graphviz/%{config_file}; fi
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user