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

Revision 1101, 4.1 KB checked in by kudoh, 14 years ago (diff)
Line 
1Name:           nautilus-python
2Version:        0.7.0
3Release:        1%{?_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:  pygtk2-devel
22BuildRequires:  libffi-devel
23Requires:       nautilus
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
56make %{?_smp_mflags}
57
58
59%install
60rm -rf $RPM_BUILD_ROOT
61make install DESTDIR=$RPM_BUILD_ROOT
62mv $RPM_BUILD_ROOT/%{_docdir}/%{name} installed_docs
63rm $RPM_BUILD_ROOT/%{_libdir}/nautilus/extensions-2.0/*.la
64rm $RPM_BUILD_ROOT/%{_libdir}/%{name}/*.la
65mkdir -p $RPM_BUILD_ROOT/%{_libdir}/nautilus/extensions-2.0/python/
66
67%clean
68rm -rf $RPM_BUILD_ROOT
69
70%post -p /sbin/ldconfig
71
72%postun -p /sbin/ldconfig
73
74%files
75%defattr(-,root,root,-)
76%doc README AUTHORS COPYING NEWS
77%{_libdir}/%{name}
78%{_libdir}/nautilus/extensions-2.0/lib%{name}.*
79%dir %{_libdir}/nautilus/extensions-2.0/python/
80
81
82%files devel
83%defattr(-,root,root,-)
84%doc installed_docs/examples
85%{_libdir}/pkgconfig/%{name}.pc
86
87
88%changelog
89* Sun May 23 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.7.0-1
90- new upstream release
91- deleted duplicate BuildRequires: nautilus-devel
92- deleted installed_docs/documentation.py in -devel package
93
94* Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-3
95- rebuild with GNOME-2.30
96- change BuildRequires: eel2-devel -> nautilus-devel
97
98* Sun Feb 07 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.6.1-2
99- dropt Patch0 (source)
100
101* Sun Feb 07 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.6.1-1
102- new upstream release
103- dropt Patch0,1
104- disabled autoreconf to build
105
106* Tue Feb 02 2010 Shu KONNO <owa@bg.wakwak.com> 0.5.1-3
107- rebuild with python-2.6
108
109* Thu Oct 29 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.1-2
110- added Patch1 to fix CVE-2009-0317 from Debian
111- fixed BuildRoot
112- added BuildRequires: libffi-devel
113
114* Fri May 22 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.5.1-1
115- initial build for Vine Linux based on fedora development
116- add japanese summary & description
117
118* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-4
119- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
120
121* Fri Dec 19 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.5.1-3
122- Patch to fix build (thanks to Nicholas Wourms)
123
124* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.5.1-2
125- Rebuild for Python 2.6
126
127* Wed Sep 24 2008 Trond Danielsen <trondd@fedoraproject.org> - 0.5.1-1
128- New upstream version
129
130* Mon Aug 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.4.3-6
131- fix license tag
132
133* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.3-5
134- Autorebuild for GCC 4.3
135
136* Wed May 02 2007 Trond Danielsen <trond.danielsen@gmail.com> - 0.4.3-4
137- Added missing folder. Fixes bug #238591.
138
139* Sat Apr 21 2007 Trond Danielsen <trond.danielsen@gmail.com> - 0.4.3-3
140- Moved example code to devel package.
141
142* Thu Apr 19 2007 Jef Spaleta <jspaleta@gmail.com> - 0.4.3-2
143- Package review corrections
144
145* Wed Apr 04 2007 Trond Danielsen <trond.danielsen@gmail.com> - 0.4.3-1
146- Initial version
Note: See TracBrowser for help on using the repository browser.