forked from pool/graphviz
checked in
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=6
This commit is contained in:
parent
f875266c75
commit
44805bc081
@ -1,9 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 13 23:37:02 CET 2009 - dmueller@suse.de
|
||||
|
||||
- require the exact perl version it was build against, otherwise
|
||||
libperl.so can not be found
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de
|
||||
|
||||
|
@ -217,8 +217,7 @@ Authors:
|
||||
License: IBM Public License ..
|
||||
Group: Productivity/Graphics/Visualization/Graph
|
||||
Summary: Perl extension for Graphviz
|
||||
Requires: graphviz = %{version}
|
||||
Requires: perl = %{perl_version}
|
||||
Requires: graphviz = %{version} perl
|
||||
Provides: graphviz_plugin = %{version}-%{release}
|
||||
|
||||
%description -n graphviz-perl
|
||||
|
@ -1,8 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 21:30:37 CET 2009 - jengelh@medozas.de
|
||||
|
||||
- enable parallel building
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de
|
||||
|
||||
|
@ -127,7 +127,7 @@ export CPPFLAGS="%optflags"
|
||||
--with-ipsepcola \
|
||||
--without-ming \
|
||||
--disable-io
|
||||
make %{?jobs:-j%jobs} DESTDIR=%buildroot
|
||||
make DESTDIR=%buildroot
|
||||
|
||||
%install
|
||||
make install \
|
||||
|
Loading…
Reference in New Issue
Block a user