From 69762083796b8030d766b26791ab2600b048a62b Mon Sep 17 00:00:00 2001 From: Raphael Groner Date: Fri, 9 Dec 2016 21:12:19 +0100 Subject: [PATCH] adjust for epel7 --- nautilus-python.spec | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/nautilus-python.spec b/nautilus-python.spec index 097648a..347658a 100644 --- a/nautilus-python.spec +++ b/nautilus-python.spec @@ -2,7 +2,7 @@ Name: nautilus-python Version: 1.1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Python bindings for Nautilus Group: Development/Libraries @@ -41,33 +41,39 @@ autoreconf -if -I m4 %build %configure \ --enable-gtk-doc -make %{?_smp_mflags} +%make_build %install -make install DESTDIR=$RPM_BUILD_ROOT +%make_install DESTDIR=$RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/extensions find $RPM_BUILD_ROOT -name '*.la' -delete +rm -rfv $RPM_BUILD_ROOT%{_docdir} + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig + %files -%defattr(-,root,root,-) -%doc README AUTHORS COPYING NEWS +%license COPYING +%doc README AUTHORS NEWS %{_libdir}/nautilus/extensions-%{NAUTILUS_MAYOR_VER}/lib%{name}.so %dir %{_datadir}/%{name}/extensions %files devel -%defattr(-,root,root,-) -%doc README AUTHORS COPYING NEWS -%doc %{_pkgdocdir}/examples/*.py +%license COPYING +%doc README AUTHORS NEWS +%doc examples/ %{_libdir}/pkgconfig/%{name}.pc %{_datadir}/gtk-doc/html/%{name} %changelog +* Fri Dec 09 2016 Raphael Groner - 1.1-11 +- adjust for epel7 + * Thu Feb 04 2016 Fedora Release Engineering - 1.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild