Accepting request 41723 from graphics
Copy from graphics/graphviz based on submit request 41723 from user psmt OBS-URL: https://build.opensuse.org/request/show/41723 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/graphviz?expand=0&rev=38
This commit is contained in:
parent
3d124ba6c1
commit
1b056e89f1
@ -1,7 +1,7 @@
|
||||
Index: tclpkg/gv/Makefile.am
|
||||
===================================================================
|
||||
--- tclpkg/gv/Makefile.am.orig 2010-06-15 11:37:15.082918277 +0200
|
||||
+++ tclpkg/gv/Makefile.am 2010-06-15 11:38:05.966918325 +0200
|
||||
--- tclpkg/gv/Makefile.am.orig 2010-06-18 14:03:09.206918506 +0200
|
||||
+++ tclpkg/gv/Makefile.am 2010-06-18 15:01:52.630918214 +0200
|
||||
@@ -120,13 +120,18 @@ gv.cmxa: gv.cmx
|
||||
ocamlopt -a -o gv.cmxa gv.cmx
|
||||
gv.a: gv.cmxa
|
||||
@ -19,7 +19,7 @@ Index: tclpkg/gv/Makefile.am
|
||||
-libgv_perl_la_LDFLAGS = -module -avoid-version
|
||||
-libgv_perl_la_CPPFLAGS = $(BASECPPFLAGS) $(PERL_INCLUDES)
|
||||
+libgv_perl_la_LDFLAGS = -module -avoid-version $(PERL_LD)
|
||||
+libgv_perl_la_CPPFLAGS = $(AM_CPPFLAGS) $(PERL_CC)
|
||||
+libgv_perl_la_CPPFLAGS = $(BASECPPFLAGS) $(PERL_CC)
|
||||
$(PERL_data): gv_perl.cpp
|
||||
gv_perl.cpp: gv.i
|
||||
$(SWIG) -c++ -perl -o gv_perl.cpp $(srcdir)/gv.i
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -30,7 +30,7 @@ BuildRequires: ghostscript-mini graphviz gtkglext-devel libglade2-devel libgnom
|
||||
BuildRequires: fdupes
|
||||
%endif
|
||||
Version: 2.26.3
|
||||
Release: 5
|
||||
Release: 6
|
||||
AutoReqProv: on
|
||||
Summary: Graph Visualization Tools
|
||||
Group: Productivity/Graphics/Visualization/Graph
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 18 09:15:07 UTC 2010 - coolo@novell.com
|
||||
|
||||
- fix typo
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 11 12:13:12 CEST 2010 - pth@suse.de
|
||||
|
||||
|
@ -27,7 +27,7 @@ BuildRequires: xorg-x11-libICE-devel xorg-x11-libSM-devel xorg-x11-libXpm-devel
|
||||
BuildRequires: xorg-x11-libX11-devel xorg-x11-libXext-devel xorg-x11-libXmu-devel xorg-x11-libXt-devel
|
||||
PreReq: /bin/rm
|
||||
Version: 2.26.3
|
||||
Release: 5
|
||||
Release: 6
|
||||
AutoReqProv: on
|
||||
Summary: Graph Visualization Tools
|
||||
Group: Productivity/Graphics/Visualization/Graph
|
||||
@ -182,7 +182,7 @@ test -s %{_libdir}/graphviz/%{config_file} || echo "%{_libdir}/graphviz/%{config
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
eblif ! test -x $RPM_INSTALL_PREFIX0/bin/dot; then rm -f $RPM_INSTALL_PREFIX0/%{_lib}/graphviz/%{config_file}; fi
|
||||
if ! test -x $RPM_INSTALL_PREFIX0/bin/dot; then rm -f $RPM_INSTALL_PREFIX0/%{_lib}/graphviz/%{config_file}; fi
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user