source: projects/specs/trunk/n/nautilus-actions/nautilus-actions-vl.spec @ 9072

Revision 9072, 9.4 KB checked in by kudoh, 9 years ago (diff)

new upstream release

Line 
1Summary:        Nautilus extension for customizing the context menu
2Summary(ja): コンテキストメニューをカスタマイズするための Nautilus 拡張
3Name:           nautilus-actions
4Version:        3.2.4
5Release:        1%{?_dist_release}
6Group:          User Interface/Desktops
7License:        GPLv2+
8URL:            http://www.nautilus-actions.org/
9Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.0/%{name}-%{version}.tar.xz
10
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12
13BuildRequires: desktop-file-utils
14BuildRequires: e2fsprogs-devel
15BuildRequires: gettext
16BuildRequires: glib2-devel >= 2.16.0
17BuildRequires: gtk3-devel
18BuildRequires: dbus-glib-devel
19BuildRequires: intltool >= 0.35.5
20BuildRequires: libgnomeui-devel
21BuildRequires: libglade2-devel
22BuildRequires: libgtop2-devel >= 2.23.1
23BuildRequires: libSM-devel
24BuildRequires: libxml2-devel
25BuildRequires: nautilus-devel
26BuildRequires: perl-XML-Parser
27BuildRequires: pkgconfig
28BuildRequires: unique3-devel
29BuildRequires: gnome-doc-utils >= 0.3.2
30BuildRequires:  libuuid-devel
31
32Requires(pre):  GConf2
33Requires(preun):GConf2
34Requires: ksh
35
36%description
37Nautilus actions is an extension for Nautilus, the GNOME file manager.
38It provides an easy way to configure programs to be launch on files
39selected in Nautilus interface.
40
41%description -l ja
42Nautilus actions は、GNOME のファイルマネージャである Nautilus の機能拡張です。
43Nautilus のインターフェイスにて選択されたファイル上でプログラムを起動するための
44簡単な設定方法を提供します。
45
46%package devel
47Summary: Development tools for the %{name}
48Summary(ja): %{name} の開発ツール
49Group: Development/Libraries
50Requires: %{name} = %{version}-%{release}
51
52%description devel
53This package contains headers and shared libraries needed for development
54with %{name}.
55
56%description -l ja devel
57このパッケージは %{name} の開発に必要なヘッダと共有ライブラリを含みます。
58
59%prep
60%setup -q
61
62%build
63%configure --disable-schemas-install --with-gtk=3
64make %{?_smp_mflags}
65
66%install
67rm -rf %{buildroot}
68make DESTDIR=%{buildroot} install
69
70rm -rf %{buildroot}/%{_libdir}/nautilus-actions/*.la
71rm -rf %{buildroot}/%{_libdir}/nautilus/extensions-3.0/libnautilus-actions-menu.la
72rm -rf %{buildroot}/%{_libdir}/nautilus/extensions-3.0/libnautilus-actions-tracker.la
73rm -rf %{buildroot}%{_datadir}/applications/fedora-nact.desktop
74
75desktop-file-install --delete-original                  \
76        --vendor vine                           \
77        --dir %{buildroot}%{_datadir}/applications      \
78        --mode 0644                                     \
79        --remove-category Application                   \
80        --remove-category AdvancedSettings              \
81        --remove-category FileManager                   \
82        --add-category GTK                              \
83        --add-category Settings                 \
84        --add-category Utility                          \
85        %{buildroot}%{_datadir}/applications/nact.desktop
86
87%find_lang %{name}
88
89%clean
90rm -rf %{buildroot}
91
92%post
93/sbin/ldconfig
94touch --no-create %{_datadir}/icons/hicolor || :
95
96%postun
97/sbin/ldconfig
98if [ $1 -eq 0 ] ; then
99    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
100    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
101fi
102
103%posttrans
104gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
105
106%files -f %{name}.lang
107%defattr(-,root,root,-)
108%doc AUTHORS COPYING ChangeLog README TODO
109%{_bindir}/nautilus-actions-*
110%{_libexecdir}/nautilus-actions/*
111%{_libdir}/nautilus-actions/libna*.so
112%{_libdir}/nautilus/extensions-3.0/libnautilus-actions-menu.so
113%{_libdir}/nautilus/extensions-3.0/libnautilus-actions-tracker.so
114%{_datadir}/%{name}/
115%{_datadir}/icons/hicolor/*/apps/nautilus-actions.*
116%{_datadir}/applications/vine-nact.desktop
117%{_datadir}/gnome/help/%{name}*
118%{_datadir}/gtk-doc/*
119%{_datadir}/omf/*
120
121%files devel
122%defattr(-,root,root,-)
123%{_includedir}/%{name}/
124
125%changelog
126* Fri Nov 07 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.2.4-1
127- new upstream release
128
129* Fri May 11 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.2.2-1
130- new upstream release
131- fixed %%files
132
133* Sat Dec 24 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.1.5-1
134- new upstream release
135- changed source archive type
136- disabled conditional branch in BuildRequires
137- added BuildRequires: unique3-devel
138- added Requires: ksh
139- added %configure option --with-gtk=3
140- fixed %%files
141
142* Thu Jan 27 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.0.7-1
143- new upstream release
144
145* Thu Jan 13 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.0.6-1
146- new upstream release
147
148* Thu Jan 6 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.0.5-1
149- new upstream release
150- deleted unrecognized configure option (--enable-commandline-tool)
151
152* Wed Dec 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.3-2
153- add BuildRequires: gnome-doc-utils
154- remove Release tag (devel package)
155
156* Thu Dec 23 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.0.3-1
157- new upstream release
158
159* Sun Dec 5 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.0.2-1
160- new upstream release
161
162* Wed Oct 13 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.0-1
163- new upstream release
164- cleaned up spec
165- changed URL
166- changed source0 URL
167- added and arranged BuildRequires
168  - BuildRequires: desktop-file-utils
169  - BuildRequires: e2fsprogs-devel
170  - BuildRequires: gettext
171  - BuildRequires: glib2-devel >= 2.16.0
172  - BuildRequires: gtk2-devel >= 2.12.0
173  - BuildRequires: dbus-glib-devel
174  - BuildRequires: intltool >= 0.35.5
175  - BuildRequires: libgnomeui-devel
176  - BuildRequires: libglade2-devel
177  - BuildRequires: libgtop2-devel >= 2.23.1
178  - BuildRequires: libSM-devel
179  - BuildRequires: libxml2-devel
180  - BuildRequires: nautilus-devel
181  - BuildRequires: perl-XML-Parser
182  - BuildRequires: pkgconfig
183  - BuildRequires: unique-devel
184- splitted -devel package
185- changed desktop-file-install action
186  - added --remove-category FileManager
187  - changed --add-category GNOME to GTK
188- run gtk-update-icon-cache on %%posttrans
189
190* Tue Jun 15 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.30.3-1
191- new upstream release
192
193* Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.2-1
194- new upstream release
195
196* Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.0-1
197- new upstream release
198- add BuildRequires: libSM-devel
199
200* Tue Feb 2 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.12.3-1
201- new upstream release
202
203* Sun Jan 24 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.12.0-3
204- BuildRequires: libuuid-devel enabled VineSeed, disabled Stable
205  (Because VineSeed provide libuuid-* packages, but Stable don't provide now)
206
207* Thu Jan 21 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.12.0-2
208- added BuildRequires: libuuid-devel, unique-devel (see [BTS:VineLinux:0893])
209
210* Wed Aug 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.12.0-1vl5
211- new upstream release
212- added  --disable-schemas-install in cofigure option
213
214* Sun Aug 2 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.11.2-1vl5
215- new upstream release
216
217* Sun Jun 14 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.10.1-1vl5
218- new upstream release
219- changed Source0 URL
220- dropt Patch0
221
222* Sat May 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.9-0.20090508-1vl5
223- updated Source0
224- imported Patch0 from fedora
225- added Description -l ja
226- spec in UTF-8
227
228* Mon Apr 20 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.9-0.20081020-1vl5
229- initial build for VineSeed
230
231* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9-0.4.svn20081020
232- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
233
234* Thu Oct 23 2008 Deji Akingunola <dakingun@gmail.com> - 1.9-0.3.svn20081020
235- Update to a svn snapshot to fix bug #450988
236
237* Sat May 17 2008 Deji Akingunola <dakingun@gmail.com> - 1.4.1-4
238- Fix the nautilus-extension directory
239
240* Sun Feb 10 2008 Deji Akingunola <dakingun@gmail.com> - 1.4.1-3
241- Rebuild for gcc43
242
243* Wed Aug 22 2007 Deji Akingunola <dakingun@gmail.com> - 1.4.1-2
244- Update the Source url
245- Rebuild
246
247* Fri Aug 03 2007 Deji Akingunola <dakingun@gmail.com> - 1.4.1-2
248- License tag update
249
250* Thu May 03 2007 Deji Akingunola <dakingun@gmail.com> - 1.4.1-1
251- New (bug-fix) release
252
253* Wed Sep 13 2006 Deji Akingunola <dakingun@gmail.com> - 1.4-4
254- Fix issue with nautilus-action-config, bug #205967
255
256* Mon Aug 28 2006 Deji Akingunola <dakingun@gmail.com> - 1.4-3
257- Rebuild for FC6
258
259* Tue Aug 22 2006 Deji Akingunola <dakingun@gmail.com> - 1.4-2
260- Requires nautilus-devel instead of just nautilus to build
261
262* Tue Aug 22 2006 Deji Akingunola <dakingun@gmail.com> - 1.4-1
263- Update to version 1.4
264
265* Tue May 30 2006 Deji Akingunola <dakingun@gmail.com> - 1.2-2
266- Add gettext and perl(XML::Parser) to BRs
267
268* Mon May 01 2006 Deji Akingunola <dakingun@gmail.com> - 1.2-1
269- Update to version 1.2
270- Make sure fix for upgrade from ver. < 1.0 doesn't throw up errors
271
272* Mon Feb 13 2006 Deji Akingunola <dakingun@gmail.com> - 1.0-2
273- Rebuild for Fedora Extras 5
274
275* Wed Feb 8 2006 Deji Akingunola <dakingun@gmail.com> - 1.0-1
276- New upstream version
277- Do away with gconf schemas installation
278
279* Mon Jan 2 2006 Deji Akingunola <dakingun@gmail.com> - 0.99-6
280- Add nautilus extensions dir to configure arguments
281
282* Sun Jan 1 2006 Deji Akingunola <dakingun@gmail.com> - 0.99-5
283- Remove libXdmcp-devel as BR, nautilus now takkes care of it
284
285* Sun Dec 18 2005 Deji Akingunola <dakingun@gmail.com> - 0.99-4
286- Remove libSM-devel from build require as libgnomeui now build-requires
287- Add libXdmcp-devel to the build requires
288
289* Tue Nov 29 2005 Deji Akingunola <dakingun@gmail.com> - 0.99-2
290- Remove unnecesary configure options
291- Clean-up the desktop file installation
292- Add e2fsprogs-devel buildrequire and remove explicit require on nautilus
293
294* Fri Nov 25 2005 Deji Akingunola <dakingun@gmail.com> - 0.99-1
295- initial Extras release
Note: See TracBrowser for help on using the repository browser.