| 1 | Name: nautilus-python |
|---|
| 2 | Version: 1.1 |
|---|
| 3 | Release: 3%{?_dist_release} |
|---|
| 4 | Summary: Python bindings for Nautilus |
|---|
| 5 | Summary(ja): Nautilus 用の python バインディング |
|---|
| 6 | Group: Development/Libraries |
|---|
| 7 | License: GPLv2+ |
|---|
| 8 | URL: http://www.gnome.org/ |
|---|
| 9 | Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.1/%{name}-%{version}.tar.xz |
|---|
| 10 | #Patch0: %{name}-0.5.1-gnome-vfs.patch |
|---|
| 11 | #Patch1: 50_CVE-2009-0317.patch |
|---|
| 12 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 13 | |
|---|
| 14 | BuildRequires: autoconf |
|---|
| 15 | BuildRequires: automake |
|---|
| 16 | BuildRequires: libtool |
|---|
| 17 | BuildRequires: python-devel |
|---|
| 18 | BuildRequires: nautilus-devel |
|---|
| 19 | BuildRequires: gtk-doc |
|---|
| 20 | BuildRequires: pygobject3-devel |
|---|
| 21 | BuildRequires: libffi-devel |
|---|
| 22 | |
|---|
| 23 | Requires: nautilus >= 3.0 |
|---|
| 24 | |
|---|
| 25 | Packager: kazutaka |
|---|
| 26 | |
|---|
| 27 | %description |
|---|
| 28 | Python bindings for Nautilus |
|---|
| 29 | |
|---|
| 30 | %description -l ja |
|---|
| 31 | Nautilus 用の python バインディングです。 |
|---|
| 32 | |
|---|
| 33 | %package devel |
|---|
| 34 | Summary: Development files for nautilus-python |
|---|
| 35 | Summary(ja): Nautilus-python の開発用ファイル |
|---|
| 36 | Group: Development/Libraries |
|---|
| 37 | Requires: %{name} = %{version}-%{release} |
|---|
| 38 | Requires: pkgconfig |
|---|
| 39 | |
|---|
| 40 | %description devel |
|---|
| 41 | Development files for nautilus-python. |
|---|
| 42 | |
|---|
| 43 | %description |
|---|
| 44 | Nautilus-python の開発用ファイルです。 |
|---|
| 45 | |
|---|
| 46 | %prep |
|---|
| 47 | %setup -q |
|---|
| 48 | #%patch0 -p1 -b .gnome-vfs |
|---|
| 49 | #%patch1 -p1 |
|---|
| 50 | #autoreconf -ivf |
|---|
| 51 | #%{__rm} -rf autom4te.cache |
|---|
| 52 | |
|---|
| 53 | |
|---|
| 54 | %build |
|---|
| 55 | %configure \ |
|---|
| 56 | --enable-gtk-doc \ |
|---|
| 57 | --docdir=%{_datadir}/doc/%{name}-%{version} |
|---|
| 58 | |
|---|
| 59 | make %{?_smp_mflags} |
|---|
| 60 | |
|---|
| 61 | |
|---|
| 62 | %install |
|---|
| 63 | rm -rf $RPM_BUILD_ROOT |
|---|
| 64 | make install DESTDIR=$RPM_BUILD_ROOT |
|---|
| 65 | |
|---|
| 66 | mkdir -p $RPM_BUILD_ROOT/%{_datadir}/nautilus-python/extensions |
|---|
| 67 | find $RPM_BUILD_ROOT -name '*.la' -delete |
|---|
| 68 | |
|---|
| 69 | %post -p /sbin/ldconfig |
|---|
| 70 | |
|---|
| 71 | %postun -p /sbin/ldconfig |
|---|
| 72 | |
|---|
| 73 | %files |
|---|
| 74 | %defattr(-,root,root,-) |
|---|
| 75 | %doc README AUTHORS COPYING NEWS |
|---|
| 76 | %{_libdir}/nautilus/extensions-3.0/lib%{name}.* |
|---|
| 77 | %dir %{_datadir}/nautilus-python/extensions |
|---|
| 78 | |
|---|
| 79 | |
|---|
| 80 | %files devel |
|---|
| 81 | %defattr(-,root,root,-) |
|---|
| 82 | %doc README AUTHORS COPYING NEWS |
|---|
| 83 | %{_datadir}/doc/nautilus-python-%{version}/* |
|---|
| 84 | %{_datadir}/gtk-doc/html/* |
|---|
| 85 | %{_libdir}/pkgconfig/%{name}.pc |
|---|
| 86 | |
|---|
| 87 | |
|---|
| 88 | %changelog |
|---|
| 89 | * Sat May 03 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.0-3 |
|---|
| 90 | - rebuilt with new toolchain |
|---|
| 91 | |
|---|
| 92 | * Tue Feb 21 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2 |
|---|
| 93 | - rebuild with python-2.7.2 |
|---|
| 94 | |
|---|
| 95 | * Sun Nov 06 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.0-1 |
|---|
| 96 | - new upstream release |
|---|
| 97 | - dropt BuildRequires: gnome-vfs2-devel, gnome-python-devel >= 2.0, pygtk2-devel, gtk2-devel |
|---|
| 98 | - added BuildRequires: pygobject3-devel |
|---|
| 99 | - changed Requires: nautilus >= 3.0 |
|---|
| 100 | - added configure option |
|---|
| 101 | --enable-gtk-doc |
|---|
| 102 | --docdir=%%{_datadir}/doc/%%{name}-%%{version} |
|---|
| 103 | - fixed package organization |
|---|
| 104 | |
|---|
| 105 | * Tue May 10 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.7.3-1 |
|---|
| 106 | - new upstream release |
|---|
| 107 | |
|---|
| 108 | * Tue Sep 28 2010 Shu KONNO <owa@bg.wakwak.com> 0.7.0-3 |
|---|
| 109 | - rebuilt with rpm-4.8.1 for pkg-config |
|---|
| 110 | |
|---|
| 111 | * Fri Jul 23 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 0.7.0-2 |
|---|
| 112 | - add BuildRequires: gtk2-devel |
|---|
| 113 | - add %%dir %%{_datadir}/nautilus-python/extensions |
|---|
| 114 | (to support arch-independent extensions) |
|---|
| 115 | |
|---|
| 116 | * Sun May 23 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.7.0-1 |
|---|
| 117 | - new upstream release |
|---|
| 118 | - deleted duplicate BuildRequires: nautilus-devel |
|---|
| 119 | - deleted installed_docs/documentation.py in -devel package |
|---|
| 120 | |
|---|
| 121 | * Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-3 |
|---|
| 122 | - rebuild with GNOME-2.30 |
|---|
| 123 | - change BuildRequires: eel2-devel -> nautilus-devel |
|---|
| 124 | |
|---|
| 125 | * Sun Feb 07 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.6.1-2 |
|---|
| 126 | - dropt Patch0 (source) |
|---|
| 127 | |
|---|
| 128 | * Sun Feb 07 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.6.1-1 |
|---|
| 129 | - new upstream release |
|---|
| 130 | - dropt Patch0,1 |
|---|
| 131 | - disabled autoreconf to build |
|---|
| 132 | |
|---|
| 133 | * Tue Feb 02 2010 Shu KONNO <owa@bg.wakwak.com> 0.5.1-3 |
|---|
| 134 | - rebuild with python-2.6 |
|---|
| 135 | |
|---|
| 136 | * Thu Oct 29 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.1-2 |
|---|
| 137 | - added Patch1 to fix CVE-2009-0317 from Debian |
|---|
| 138 | - fixed BuildRoot |
|---|
| 139 | - added BuildRequires: libffi-devel |
|---|
| 140 | |
|---|
| 141 | * Fri May 22 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.5.1-1 |
|---|
| 142 | - initial build for Vine Linux based on fedora development |
|---|
| 143 | - add japanese summary & description |
|---|
| 144 | |
|---|
| 145 | * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-4 |
|---|
| 146 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild |
|---|
| 147 | |
|---|
| 148 | * Fri Dec 19 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.5.1-3 |
|---|
| 149 | - Patch to fix build (thanks to Nicholas Wourms) |
|---|
| 150 | |
|---|
| 151 | * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.5.1-2 |
|---|
| 152 | - Rebuild for Python 2.6 |
|---|
| 153 | |
|---|
| 154 | * Wed Sep 24 2008 Trond Danielsen <trondd@fedoraproject.org> - 0.5.1-1 |
|---|
| 155 | - New upstream version |
|---|
| 156 | |
|---|
| 157 | * Mon Aug 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.4.3-6 |
|---|
| 158 | - fix license tag |
|---|
| 159 | |
|---|
| 160 | * Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.3-5 |
|---|
| 161 | - Autorebuild for GCC 4.3 |
|---|
| 162 | |
|---|
| 163 | * Wed May 02 2007 Trond Danielsen <trond.danielsen@gmail.com> - 0.4.3-4 |
|---|
| 164 | - Added missing folder. Fixes bug #238591. |
|---|
| 165 | |
|---|
| 166 | * Sat Apr 21 2007 Trond Danielsen <trond.danielsen@gmail.com> - 0.4.3-3 |
|---|
| 167 | - Moved example code to devel package. |
|---|
| 168 | |
|---|
| 169 | * Thu Apr 19 2007 Jef Spaleta <jspaleta@gmail.com> - 0.4.3-2 |
|---|
| 170 | - Package review corrections |
|---|
| 171 | |
|---|
| 172 | * Wed Apr 04 2007 Trond Danielsen <trond.danielsen@gmail.com> - 0.4.3-1 |
|---|
| 173 | - Initial version |
|---|