adjust for epel7

epel9
Raphael Groner 8 years ago
parent 2fc8331f6b
commit 6976208379

@ -2,7 +2,7 @@
Name: nautilus-python Name: nautilus-python
Version: 1.1 Version: 1.1
Release: 10%{?dist} Release: 11%{?dist}
Summary: Python bindings for Nautilus Summary: Python bindings for Nautilus
Group: Development/Libraries Group: Development/Libraries
@ -41,33 +41,39 @@ autoreconf -if -I m4
%build %build
%configure \ %configure \
--enable-gtk-doc --enable-gtk-doc
make %{?_smp_mflags} %make_build
%install %install
make install DESTDIR=$RPM_BUILD_ROOT %make_install DESTDIR=$RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/extensions mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/extensions
find $RPM_BUILD_ROOT -name '*.la' -delete find $RPM_BUILD_ROOT -name '*.la' -delete
rm -rfv $RPM_BUILD_ROOT%{_docdir}
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%files %files
%defattr(-,root,root,-) %license COPYING
%doc README AUTHORS COPYING NEWS %doc README AUTHORS NEWS
%{_libdir}/nautilus/extensions-%{NAUTILUS_MAYOR_VER}/lib%{name}.so %{_libdir}/nautilus/extensions-%{NAUTILUS_MAYOR_VER}/lib%{name}.so
%dir %{_datadir}/%{name}/extensions %dir %{_datadir}/%{name}/extensions
%files devel %files devel
%defattr(-,root,root,-) %license COPYING
%doc README AUTHORS COPYING NEWS %doc README AUTHORS NEWS
%doc %{_pkgdocdir}/examples/*.py %doc examples/
%{_libdir}/pkgconfig/%{name}.pc %{_libdir}/pkgconfig/%{name}.pc
%{_datadir}/gtk-doc/html/%{name} %{_datadir}/gtk-doc/html/%{name}
%changelog %changelog
* Fri Dec 09 2016 Raphael Groner <projects.rg@smart.ms> - 1.1-11
- adjust for epel7
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-10 * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

Loading…
Cancel
Save