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

Revision 5116, 4.7 KB checked in by kudoh, 13 years ago (diff)

Name: nautilus-python
Version: 1.1
Release: 1%{?_dist_release}
Summary: Python bindings for Nautilus
Summary(ja): Nautilus 用の python バインディング
Group: Development/Libraries?
License: GPLv2+
URL:  http://www.gnome.org/
Source0:  http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.1/%{name}-%{version}.tar.xz
#Patch0: %{name}-0.5.1-gnome-vfs.patch
#Patch1: 50_CVE-2009-0317.patch
BuildRoot?: %{_tmppath}/%{name}-%{version}-root

BuildRequires?: autoconf
BuildRequires?: automake
BuildRequires?: libtool
BuildRequires?: python-devel
BuildRequires?: nautilus-devel
BuildRequires?: gtk-doc
BuildRequires?: pygobject3-devel
BuildRequires?: libffi-devel

Requires: nautilus >= 3.0

Packager: kazutaka

%description
Python bindings for Nautilus

%description -l ja
Nautilus 用の python バインディングです。

%package devel
Summary: Development files for nautilus-python
Summary(ja): Nautilus-python の開発用ファイル
Group: Development/Libraries?
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig

%description devel
Development files for nautilus-python.

%description
Nautilus-python の開発用ファイルです。

%prep
%setup -q
#%patch0 -p1 -b .gnome-vfs
#%patch1 -p1
#autoreconf -ivf
#%{rm} -rf autom4te.cache

%build
%configure \

--enable-gtk-doc \
--docdir=%{_datadir}/doc/%{name}-%{version}

make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT/%{_datadir}/nautilus-python/extensions
find $RPM_BUILD_ROOT -name '*.la' -delete

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc README AUTHORS COPYING NEWS
%{_libdir}/nautilus/extensions-3.0/lib%{name}.*
%dir %{_datadir}/nautilus-python/extensions

%files devel
%defattr(-,root,root,-)
%doc README AUTHORS COPYING NEWS
%{_datadir}/doc/nautilus-python-%{version}/*
%{_datadir}/gtk-doc/html/*
%{_libdir}/pkgconfig/%{name}.pc

%changelog

  • Sun Nov 06 2011 Toshiharu Kudoh <toshi.kd2@…> 1.1.0-1
  • new upstream release
  • dropt BuildRequires?: gnome-vfs2-devel, gnome-python-devel >= 2.0, pygtk2-devel, gtk2-devel
  • added BuildRequires?: pygobject3-devel
  • changed Requires: nautilus >= 3.0
  • added configure option --enable-gtk-doc --docdir=%%{_datadir}/doc/%%{name}-%%{version}
  • fixed package organization
  • Tue May 10 2011 Toshiharu Kudoh <toshi.kd2@…> 0.7.3-1
  • new upstream release
  • Tue Sep 28 2010 Shu KONNO <owa@…> 0.7.0-3
  • rebuilt with rpm-4.8.1 for pkg-config
  • Fri Jul 23 2010 Kazutaka HARADA <kazutaka@…> 0.7.0-2
  • add BuildRequires?: gtk2-devel
  • add %%dir %%{_datadir}/nautilus-python/extensions (to support arch-independent extensions)
  • Sun May 23 2010 Toshiharu Kudoh <toshi.kd2@…> 0.7.0-1
  • new upstream release
  • deleted duplicate BuildRequires?: nautilus-devel
  • deleted installed_docs/documentation.py in -devel package
  • Sun Apr 11 2010 Yoji TOYODA <bsyamato@…> 0.6.1-3
  • rebuild with GNOME-2.30
  • change BuildRequires?: eel2-devel -> nautilus-devel
  • Sun Feb 07 2010 Toshiharu Kudoh <toshi.kd2@…> 0.6.1-2
  • dropt Patch0 (source)
  • Sun Feb 07 2010 Toshiharu Kudoh <toshi.kd2@…> 0.6.1-1
  • new upstream release
  • dropt Patch0,1
  • disabled autoreconf to build
  • Tue Feb 02 2010 Shu KONNO <owa@…> 0.5.1-3
  • rebuild with python-2.6
  • Thu Oct 29 2009 Toshiharu Kudoh <toshi.kd2@…> 0.5.1-2
  • added Patch1 to fix CVE-2009-0317 from Debian
  • fixed BuildRoot?
  • added BuildRequires?: libffi-devel
  • Fri May 22 2009 Kazutaka HARADA <kazutaka@…> 0.5.1-1
  • initial build for Vine Linux based on fedora development
  • add japanese summary & description
  • Fri Dec 19 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.5.1-3
  • Patch to fix build (thanks to Nicholas Wourms)
  • Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@…> - 0.5.1-2
  • Rebuild for Python 2.6
  • Wed Sep 24 2008 Trond Danielsen <trondd@…> - 0.5.1-1
  • New upstream version
  • Mon Aug 11 2008 Tom "spot" Callaway <tcallawa@…> - 0.4.3-6
  • fix license tag
  • Wed Feb 20 2008 Fedora Release Engineering <rel-eng@…> - 0.4.3-5
  • Autorebuild for GCC 4.3
  • Wed May 02 2007 Trond Danielsen <trond.danielsen@…> - 0.4.3-4
  • Added missing folder. Fixes bug #238591.
  • Sat Apr 21 2007 Trond Danielsen <trond.danielsen@…> - 0.4.3-3
  • Moved example code to devel package.
  • Thu Apr 19 2007 Jef Spaleta <jspaleta@…> - 0.4.3-2
  • Package review corrections
  • Wed Apr 04 2007 Trond Danielsen <trond.danielsen@…> - 0.4.3-1
  • Initial version
Line 
1Name:           nautilus-python
2Version:        1.1
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}/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* Sun Nov 06 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.0-1
90- new upstream release
91- dropt BuildRequires: gnome-vfs2-devel, gnome-python-devel >= 2.0, pygtk2-devel, gtk2-devel
92- added BuildRequires: pygobject3-devel
93- changed Requires: nautilus >= 3.0
94- added configure option
95  --enable-gtk-doc
96  --docdir=%%{_datadir}/doc/%%{name}-%%{version}
97- fixed package organization
98
99* Tue May 10 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.7.3-1
100- new upstream release
101
102* Tue Sep 28 2010 Shu KONNO <owa@bg.wakwak.com> 0.7.0-3
103- rebuilt with rpm-4.8.1 for pkg-config
104
105* Fri Jul 23 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 0.7.0-2
106- add BuildRequires: gtk2-devel
107- add %%dir %%{_datadir}/nautilus-python/extensions
108  (to support arch-independent extensions)
109
110* Sun May 23 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.7.0-1
111- new upstream release
112- deleted duplicate BuildRequires: nautilus-devel
113- deleted installed_docs/documentation.py in -devel package
114
115* Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-3
116- rebuild with GNOME-2.30
117- change BuildRequires: eel2-devel -> nautilus-devel
118
119* Sun Feb 07 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.6.1-2
120- dropt Patch0 (source)
121
122* Sun Feb 07 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.6.1-1
123- new upstream release
124- dropt Patch0,1
125- disabled autoreconf to build
126
127* Tue Feb 02 2010 Shu KONNO <owa@bg.wakwak.com> 0.5.1-3
128- rebuild with python-2.6
129
130* Thu Oct 29 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.1-2
131- added Patch1 to fix CVE-2009-0317 from Debian
132- fixed BuildRoot
133- added BuildRequires: libffi-devel
134
135* Fri May 22 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.5.1-1
136- initial build for Vine Linux based on fedora development
137- add japanese summary & description
138
139* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-4
140- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
141
142* Fri Dec 19 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.5.1-3
143- Patch to fix build (thanks to Nicholas Wourms)
144
145* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.5.1-2
146- Rebuild for Python 2.6
147
148* Wed Sep 24 2008 Trond Danielsen <trondd@fedoraproject.org> - 0.5.1-1
149- New upstream version
150
151* Mon Aug 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.4.3-6
152- fix license tag
153
154* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.3-5
155- Autorebuild for GCC 4.3
156
157* Wed May 02 2007 Trond Danielsen <trond.danielsen@gmail.com> - 0.4.3-4
158- Added missing folder. Fixes bug #238591.
159
160* Sat Apr 21 2007 Trond Danielsen <trond.danielsen@gmail.com> - 0.4.3-3
161- Moved example code to devel package.
162
163* Thu Apr 19 2007 Jef Spaleta <jspaleta@gmail.com> - 0.4.3-2
164- Package review corrections
165
166* Wed Apr 04 2007 Trond Danielsen <trond.danielsen@gmail.com> - 0.4.3-1
167- Initial version
Note: See TracBrowser for help on using the repository browser.