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