From 5454045eadd4ff22a001b0a24cc5f74db2b3d1c9 Mon Sep 17 00:00:00 2001 From: Raphael Groner Date: Sun, 9 Sep 2018 10:17:30 +0200 Subject: [PATCH] prevent rpmlint claims --- nautilus-python.rpmlintrc | 2 ++ nautilus-python.spec | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 nautilus-python.rpmlintrc diff --git a/nautilus-python.rpmlintrc b/nautilus-python.rpmlintrc new file mode 100644 index 0000000..c62c8f9 --- /dev/null +++ b/nautilus-python.rpmlintrc @@ -0,0 +1,2 @@ +# empty index +addFilter(r'zero-length /usr/share/gtk-doc/html/nautilus-python/index\.sgml') diff --git a/nautilus-python.spec b/nautilus-python.spec index 307d86c..6cdeb43 100644 --- a/nautilus-python.spec +++ b/nautilus-python.spec @@ -93,7 +93,6 @@ ln -s ../docs python3 %endif %if %{with python3} pushd python3 -#export PYTHON_LIB_LOC=%{_libdir} export PYTHON_LIB_NAME=python%{python3_version} %configure \ --enable-gtk-doc