From d1995740499013744f1a74d584481777c735e4491232cd30c29878fdd7321734 Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Sun, 18 Sep 2011 16:13:35 +0000 Subject: [PATCH] - fix build on old SLE*, avoid using outdated autotools - fix rpmlint warning about installing useless INSTALL file OBS-URL: https://build.opensuse.org/package/show/devel:tools/gengetopt?expand=0&rev=3 --- gengetopt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gengetopt.spec b/gengetopt.spec index 87c4d17..a9be612 100644 --- a/gengetopt.spec +++ b/gengetopt.spec @@ -43,7 +43,6 @@ and consist of only one character) can be handled. %setup -q %build -autoreconf -fi %configure \ --docdir=%{_docdir}/%{name} make @@ -51,6 +50,7 @@ make %install %{?make_install} %{!?make_install:make install DESTDIR=$RPM_BUILD_ROOT} rm -rf %{buildroot}%{_datadir}/%{name} +rm -rf %{buildroot}%{_datadir}/%{name}/INSTALL %check make check