- Fix date in changelog
epel9
Till Maas 11 years ago
parent a696f05eeb
commit e158db9a21

@ -2,7 +2,7 @@
Name: nautilus-python Name: nautilus-python
Version: 1.1 Version: 1.1
Release: 5%{?dist} Release: 6%{?dist}
Summary: Python bindings for Nautilus Summary: Python bindings for Nautilus
Group: Development/Libraries Group: Development/Libraries
@ -40,8 +40,7 @@ autoreconf -if -I m4
%build %build
%configure \ %configure \
--enable-gtk-doc \ --enable-gtk-doc
--docdir=%{_datadir}/doc/%{name}-%{version}
make %{?_smp_mflags} make %{?_smp_mflags}
@ -63,12 +62,16 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
%files devel %files devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc README AUTHORS COPYING NEWS %doc README AUTHORS COPYING NEWS
%{_datadir}/doc/%{name}-%{version}/examples/*.py %doc %{_pkgdocdir}/examples/*.py
%{_libdir}/pkgconfig/%{name}.pc %{_libdir}/pkgconfig/%{name}.pc
%{_datadir}/gtk-doc/html/%{name} %{_datadir}/gtk-doc/html/%{name}
%changelog %changelog
* Tue Feb 04 2014 Till Maas <opensource@till.name> - 1.1-6
- Use %%{_pkgdocdir} (#1046899, #993991, #992325)
- Fix date in changelog
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-5 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
@ -90,7 +93,7 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
- Own /usr/share/nautilus-python/extensions instead of the old arch - Own /usr/share/nautilus-python/extensions instead of the old arch
dependent locations dependent locations
* Tue Feb 12 2011 Tim Lauridsen <timlau@fedoraproject.org> - 0.7.0-4 * Sat Feb 12 2011 Tim Lauridsen <timlau@fedoraproject.org> - 0.7.0-4
- Make it build with latest nautilus - Make it build with latest nautilus
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-3 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-3

Loading…
Cancel
Save