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
|
Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de
|
||||||
|
|
||||||
|
@ -217,8 +217,7 @@ Authors:
|
|||||||
License: IBM Public License ..
|
License: IBM Public License ..
|
||||||
Group: Productivity/Graphics/Visualization/Graph
|
Group: Productivity/Graphics/Visualization/Graph
|
||||||
Summary: Perl extension for Graphviz
|
Summary: Perl extension for Graphviz
|
||||||
Requires: graphviz = %{version}
|
Requires: graphviz = %{version} perl
|
||||||
Requires: perl = %{perl_version}
|
|
||||||
Provides: graphviz_plugin = %{version}-%{release}
|
Provides: graphviz_plugin = %{version}-%{release}
|
||||||
|
|
||||||
%description -n graphviz-perl
|
%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
|
Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de
|
||||||
|
|
||||||
|
@ -127,7 +127,7 @@ export CPPFLAGS="%optflags"
|
|||||||
--with-ipsepcola \
|
--with-ipsepcola \
|
||||||
--without-ming \
|
--without-ming \
|
||||||
--disable-io
|
--disable-io
|
||||||
make %{?jobs:-j%jobs} DESTDIR=%buildroot
|
make DESTDIR=%buildroot
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install \
|
make install \
|
||||||
|
Loading…
Reference in New Issue
Block a user