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

Revision 805, 4.0 KB checked in by Takemikaduchi, 14 years ago (diff)

change spec file of gnome-2.30

Line 
1Name:           nautilus-python
2Version:        0.6.1
3Release:        3%{?_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}/0.5/%{name}-%{version}.tar.bz2
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:  gnome-vfs2-devel
20BuildRequires:  gnome-python-devel >= 2.0
21BuildRequires:  nautilus-devel
22BuildRequires:  pygtk2-devel
23BuildRequires:  libffi-devel
24Requires:       nautilus
25
26Packager:       kazutaka
27
28%description
29Python bindings for Nautilus
30
31%description -l ja
32Nautilus 用の python バインディングです。
33
34%package devel
35Summary:        Development files for nautilus-python
36Summary(ja):    Nautilus-python の開発用ファイル
37Group:          Development/Libraries
38Requires:       %{name} = %{version}-%{release}
39Requires:       pkgconfig
40
41%description devel
42Development files for nautilus-python.
43
44%description
45Nautilus-python の開発用ファイルです。
46
47%prep
48%setup -q
49#%patch0 -p1 -b .gnome-vfs
50#%patch1 -p1
51#autoreconf -ivf
52#%{__rm} -rf autom4te.cache
53
54
55%build
56%configure
57make %{?_smp_mflags}
58
59
60%install
61rm -rf $RPM_BUILD_ROOT
62make install DESTDIR=$RPM_BUILD_ROOT
63mv $RPM_BUILD_ROOT/%{_docdir}/%{name} installed_docs
64rm $RPM_BUILD_ROOT/%{_libdir}/nautilus/extensions-2.0/*.la
65rm $RPM_BUILD_ROOT/%{_libdir}/%{name}/*.la
66mkdir -p $RPM_BUILD_ROOT/%{_libdir}/nautilus/extensions-2.0/python/
67
68%clean
69rm -rf $RPM_BUILD_ROOT
70
71%post -p /sbin/ldconfig
72
73%postun -p /sbin/ldconfig
74
75%files
76%defattr(-,root,root,-)
77%doc README AUTHORS COPYING NEWS
78%{_libdir}/%{name}
79%{_libdir}/nautilus/extensions-2.0/lib%{name}.*
80%dir %{_libdir}/nautilus/extensions-2.0/python/
81
82
83%files devel
84%defattr(-,root,root,-)
85%doc installed_docs/examples installed_docs/documentation.py
86%{_libdir}/pkgconfig/%{name}.pc
87
88
89%changelog
90* Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-3
91- rebuild with GNOME-2.30
92- change BuildRequires: eel2-devel -> nautilus-devel
93
94* Sun Feb 07 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.6.1-2
95- dropt Patch0 (source)
96
97* Sun Feb 07 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.6.1-1
98- new upstream release
99- dropt Patch0,1
100- disabled autoreconf to build
101
102* Tue Feb 02 2010 Shu KONNO <owa@bg.wakwak.com> 0.5.1-3
103- rebuild with python-2.6
104
105* Thu Oct 29 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.1-2
106- added Patch1 to fix CVE-2009-0317 from Debian
107- fixed BuildRoot
108- added BuildRequires: libffi-devel
109
110* Fri May 22 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.5.1-1
111- initial build for Vine Linux based on fedora development
112- add japanese summary & description
113
114* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-4
115- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
116
117* Fri Dec 19 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.5.1-3
118- Patch to fix build (thanks to Nicholas Wourms)
119
120* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.5.1-2
121- Rebuild for Python 2.6
122
123* Wed Sep 24 2008 Trond Danielsen <trondd@fedoraproject.org> - 0.5.1-1
124- New upstream version
125
126* Mon Aug 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.4.3-6
127- fix license tag
128
129* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.3-5
130- Autorebuild for GCC 4.3
131
132* Wed May 02 2007 Trond Danielsen <trond.danielsen@gmail.com> - 0.4.3-4
133- Added missing folder. Fixes bug #238591.
134
135* Sat Apr 21 2007 Trond Danielsen <trond.danielsen@gmail.com> - 0.4.3-3
136- Moved example code to devel package.
137
138* Thu Apr 19 2007 Jef Spaleta <jspaleta@gmail.com> - 0.4.3-2
139- Package review corrections
140
141* Wed Apr 04 2007 Trond Danielsen <trond.danielsen@gmail.com> - 0.4.3-1
142- Initial version
Note: See TracBrowser for help on using the repository browser.