source: projects/specs/trunk/n/nautilus-python/nautilus-python-vl.spec @ 5704

Revision 5704, 4.8 KB checked in by Takemikaduchi, 12 years ago (diff)

rebuild with python-2.7.2

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