# | Line 1 | Line 1 | |
---|---|---|
1 | ### RPM external graphviz 1.9 | |
2 | Source: http://service-spi.web.cern.ch/service-spi/external/tarFiles/%{n}-%{v}.tar.gz | |
3 | Requires: expat | |
4 | + | Patch0: graphviz |
5 | ||
6 | %prep | |
7 | %setup -n %{n}-%{v} | |
8 | + | %patch0 -p1 |
9 | ||
10 | %build | |
11 | ./configure --with-expatlibdir=$EXPAT_ROOT/lib --with-expatincludedir=$EXPAT_ROOT/include --without-x --prefix=%{i} |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |