diff --git a/nemo-extensions.spec b/nemo-extensions.spec index 56372e6..119e7f9 100644 --- a/nemo-extensions.spec +++ b/nemo-extensions.spec @@ -2,7 +2,7 @@ Name: nemo-extensions Version: 1.8.0 -Release: 0.2.git%{_internal_version}%{?dist} +Release: 0.3.git%{_internal_version}%{?dist} Summary: Extensions for Nemo # No cinnamon on ARM due to missing python-pexpect # https://bugzilla.redhat.com/show_bug.cgi?id=999174 @@ -101,7 +101,11 @@ pushd nemo-python rm missing mv configure.in configure.ac NOCONFIGURE=1 ./autogen.sh +%if 0%{?fedora} < 20 +%configure --docdir=%{_datadir}/doc/nemo-python-%{version} +%else %configure --docdir=%{_datadir}/doc/nemo-python +%endif make V=1 %{?_smp_mflags} popd @@ -182,12 +186,15 @@ fi %doc nemo-fileroller/COPYING %{_libdir}/nemo/extensions-3.0/libnemo-python.so %{_datadir}/nemo-python/ -%{_datadir}/nemo-python/extensions/ +%exclude %{_datadir}/nemo-python/extensions/* %files -n nemo-python-devel %{_libdir}/pkgconfig/nemo-python.pc %changelog +* Tue Sep 24 2013 Leigh Scott - 1.8.0-0.3.git3e366de +- fix files listed twice + * Tue Sep 24 2013 Leigh Scott - 1.8.0-0.2.git3e366de - fix nemo-pastebin - add python extensions directory