SHA256
1
0
forked from pool/graphviz
Dirk Stoecker 2021-11-30 20:24:47 +00:00 committed by Git OBS Bridge
parent b3d3475f3b
commit 1983f2e418

View File

@ -394,14 +394,6 @@ Requires: %{mname} = %{version}
The graphviz-devel package contains all that's necessary for developing
programs that use the graphviz libraries including man3 pages.
#autosetup breaks graphviz-addons
%prep
%setup -q -n %{mname}-%{version}
@ -465,9 +457,9 @@ make %{?_smp_mflags}
%install
make install \
DESTDIR=%{buildroot} \
docdir=%{buildroot}%{_docdir}/%{mname} \
pkgconfigdir=%{_libdir}/pkgconfig
DESTDIR=%{buildroot} \
docdir=%{buildroot}%{_docdir}/%{mname} \
pkgconfigdir=%{_libdir}/pkgconfig
find %{buildroot} -type f -name "*.la" -delete -print