source: projects/specs/trunk/b/brasero/brasero-vl.spec @ 9536

Revision 9536, 12.6 KB checked in by Takemikaduchi, 9 years ago (diff)

new upstream release

Line 
1Summary:   Gnome CD/DVD burning application
2Summary(ja): Gnome CD/DVD 書き込みアプリケーション
3
4Name:      brasero
5Version:   3.12.1
6Release:   1%{?_dist_release}
7Group:     Applications/Multimedia
8License:   GPLv2+
9URL:       http://www.gnome.org/projects/brasero/
10Source0:   http://ftp.gnome.org/pub/GNOME/sources/brasero/3.12/%{name}-%{version}.tar.xz
11
12BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
13
14
15BuildRequires:  glib2-devel >= 2.32.0
16BuildRequires:  gettext intltool gtk-doc
17BuildRequires:  desktop-file-utils
18BuildRequires:  gstreamer1-devel >= 0.11.92
19BuildRequires:  gstreamer1-plugins-base-devel >= 0.11.92
20BuildRequires:  totem-pl-parser-devel >= 2.32.0
21BuildRequires:  libnotify-devel >= 0.4.5
22BuildRequires:  libxml2-devel >= 2.7.7
23BuildRequires:  dbus-glib-devel >= 0.88
24BuildRequires:  yelp-tools
25BuildRequires:  scrollkeeper
26BuildRequires:  libxslt
27BuildRequires:  libburn-devel >= 0.4.0
28BuildRequires:  libisofs-devel >= 0.6.4
29BuildRequires:  nautilus-devel >= 2.32.0
30BuildRequires:  libSM-devel
31BuildRequires:  unique3-devel >= 3.0.0
32BuildRequires:  libcanberra-gtk3-devel
33BuildRequires:  gobject-introspection-devel
34BuildRequires:  tracker-devel
35
36BuildRequires:  autoconf
37BuildRequires:  gnome-common
38
39Requires:  dvd+rw-tools
40# cdrecord
41Requires:  wodim
42# mkisofs
43Requires:  genisoimage
44# cdda2wav
45Requires:  icedax
46Requires:  cdrdao
47
48Requires(post):    shared-mime-info
49Requires(postun):  shared-mime-info
50
51Obsoletes:      nautilus-cd-burner <= 2.25.3
52
53Provides:       nautilus-cd-burner <= 2.25.3
54
55Vendor: Project Vine
56Distribution: Vine Linux
57Packager: Takemikaduchi
58
59%description
60Simple and easy to use CD/DVD burning application for the Gnome
61desktop.
62
63
64%package   libs
65Summary:   Libraries for %{name}
66Summary(ja): %{name} の共有ライブラリ
67Group:     System Environment/Libraries
68
69%description libs
70The %{name}-libs package contains the runtime shared libraries for
71%{name}.
72
73
74%package   nautilus
75Summary:   Nautilus extension for %{name}
76Summary(ja): %{name} の Nautilus 拡張
77Group:     User Interface/Desktops
78
79%description nautilus
80The %{name}-nautilus package contains the brasero nautilus extension.
81
82
83%package        devel
84Summary:        Headers for developing programs that will use %{name}
85Summary(ja):    %{name} を用いるプログラムを開発に必要なファイル集
86Group:          Development/Libraries
87Requires:       %{name} = %{version}-%{release}
88Requires:       pkgconfig
89
90%description devel
91This package contains the static libraries and header files needed for
92developing brasero applications.
93
94
95%prep
96%setup -q
97
98%build
99%configure \
100        --with-gtk=3.0 \
101        --enable-nautilus \
102        --enable-libburnia \
103        --enable-search \
104        --enable-playlist \
105        --enable-preview \
106        --enable-inotify \
107        --disable-caches \
108        --disable-static \
109        --enable-introspection=yes
110sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
111make %{?_smp_mflags}
112
113
114%install
115rm -rf $RPM_BUILD_ROOT
116export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
117make install DESTDIR=$RPM_BUILD_ROOT
118find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
119%find_lang %{name} --all-name --with-gnome
120
121desktop-file-install --vendor ""                   \
122    --dir $RPM_BUILD_ROOT%{_datadir}/applications  \
123    $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
124
125desktop-file-install --vendor ""                   \
126    --dir $RPM_BUILD_ROOT%{_datadir}/applications  \
127    $RPM_BUILD_ROOT%{_datadir}/applications/%{name}-nautilus.desktop
128
129%clean
130rm -rf $RPM_BUILD_ROOT
131
132
133%post
134umask 022
135update-mime-database %{_datadir}/mime &> /dev/null || :
136touch --no-create %{_datadir}/icons/hicolor || :
137if [ -x %{_bindir}/gtk-update-icon-cache ]; then
138  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
139fi
140update-desktop-database &> /dev/null ||:
141
142
143%post libs -p /sbin/ldconfig
144
145
146%postun
147umask 022
148update-mime-database %{_datadir}/mime &> /dev/null || :
149touch --no-create %{_datadir}/icons/hicolor || :
150if [ -x %{_bindir}/gtk-update-icon-cache ]; then
151  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
152fi
153update-desktop-database &> /dev/null ||:
154glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
155
156
157%postun libs -p /sbin/ldconfig
158
159%posttrans
160gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
161glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
162
163%preun
164if [ "$1" -eq 0 ]; then
165  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
166  gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || :
167  killall -HUP gconfd-2 &>/dev/null || :
168fi
169
170
171%files -f %{name}.lang
172%defattr(-,root,root,-)
173%doc AUTHORS COPYING ChangeLog NEWS README
174%{_mandir}/man1/%{name}.*
175%{_bindir}/*
176%{_libdir}/%{name}3
177%{_datadir}/%{name}
178%{_datadir}/appdata/%{name}.appdata.xml
179%{_datadir}/applications/%{name}.desktop
180%{_datadir}/applications/%{name}-nautilus.desktop
181%{_datadir}/icons/hicolor/*/apps/*
182%{_datadir}/mime/packages/*
183%{_datadir}/GConf/gsettings/brasero.convert
184%{_datadir}/glib-2.0/schemas/org.gnome.brasero.gschema.xml
185
186%files libs
187%defattr(-,root,root,-)
188%{_libdir}/*.so.*
189
190%files nautilus
191%defattr(-,root,root,-)
192%{_libdir}/nautilus/extensions-3.0/*.so
193%{_libdir}/girepository-1.0/*.typelib
194%{_datadir}/applications/brasero-nautilus.desktop
195
196%files devel
197%defattr(-,root,root,-)
198%doc %{_datadir}/gtk-doc/html/libbrasero-burn
199%doc %{_datadir}/gtk-doc/html/libbrasero-media
200%{_includedir}/%{name}3
201%{_libdir}/*.so
202%{_libdir}/pkgconfig/*.pc
203%{_datadir}/gir-1.0/*.gir
204
205
206%changelog
207* Sun May 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.1-1
208- new upstream release
209- remove Patch0 (brasero-3.10.0-tracker-1.0.x.patch)
210
211* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-2
212- rebuild with tracker-1.0.0
213- add Patch0 (brasero-3.10.0-tracker-1.0.x.patch)
214
215* Sat Nov 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-1
216- new upstream release
217
218* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-2
219- rebuild with totem-pl-parser-3.10.0
220
221* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-1
222- new upstream release
223- add BuildRequires: autoconf, gnome-common
224
225* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
226- new upstream release
227
228* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
229- new upstream release
230- change BuildRequires: yelp-tools instead of gnome-doc-utils
231- change BuildRequires: gstreamer1-devel instead of gstreamer-devel
232- change BuildRequires: gstreamer1-plugins-base-devel instead of gstreamer-plugins-base-devel
233
234* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
235- new upstream release
236- remove BuildRequires: GConf2-devel
237- remove Patch0
238
239* Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
240- new upstream release
241
242* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
243- new upstream release
244- add BuildRequires: tracker-devel
245- update Patch0 (brasero-3.1.92-desktop-files.patch)
246
247* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
248- new upstream release
249- replace Patch0 (brasero-3.1.90-desktop-files.patch)
250
251* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.0-1
252- new upstream release
253- change BuildRequires: libcanberra-gtk3-devel instead of libcanberra-devel
254- change Requires: wodim insread of cdrecord
255- change Requires: genisoimage insread of mkisofs
256- change Requires: icedax instead of cdda2wav
257- add Patch0 (brasero-desktop-file.patch) from fedora
258
259* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
260- new upstream release
261
262* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
263- new upstream release
264- remove BuildRequires: libgnomeui-devel
265- add BuildRequires: gobject-introspection-devel
266- add configure option (--enable-introspection=yes)
267- remove Source1
268
269* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-2
270- rebuild with rpm-4.8.1 for pkg-config file
271
272* Sat Jun 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.2-1
273- new upstream release
274
275* Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.1-1
276- new upstream release
277
278* Sun Apr 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.0-1
279- new upstream release
280- remove BuildRequires: hal-devel, eel2-devel
281- add BuildRequires: unique-devel, libcanberra-devel
282- add Obsoletes: nautilus-cd-burner <= 2.25.3
283- add Provides: nautilus-cd-burner <= 2.25.3
284
285* Sat Jan 30 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.28.3-1
286- new upstream release
287
288* Sun Nov  1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.2-1
289- new upstream release
290
291* Sat Jul 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.3-1
292- new upstream release
293
294* Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
295- new upstream release
296
297* Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1-1
298- new upstream release
299
300* Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
301- initial build for Vine Linux
302
303* Mon Mar 02 2009 - Bastien Nocera <bnocera@redhat.com> - 2.25.91.2-3
304- Fix icon and Bugzilla component
305
306* Mon Mar 02 2009 - Bastien Nocera <bnocera@redhat.com> - 2.25.91.2-2
307- Fix regressions in burn:/// and blank media handling
308
309* Tue Feb 24 2009 Denis Leroy <denis@poolshark.org> - 2.25.91.2-1
310- Update to upstream 2.25.91.2
311- Dvdcss patch upstreamed
312- Split nautilus extension into subpackage (#485918)
313
314* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.90-3
315- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
316
317* Sat Feb  7 2009 Denis Leroy <denis@poolshark.org> - 2.25.90-2
318- Added patch to fix dynamic load of libdvdcss (#484413)
319
320* Tue Feb  3 2009 Denis Leroy <denis@poolshark.org> - 2.25.90-1
321- Update to upstream 2.25.90
322- Split media library into separate RPM (#483754)
323- Added patch to validate desktop files
324
325* Tue Jan 20 2009 Denis Leroy <denis@poolshark.org> - 0.9.1-1
326- Update to upstream 0.9.1
327- Added development package
328
329* Tue Dec 16 2008 Denis Leroy <denis@poolshark.org> - 0.8.3-1
330- Update to upstream 0.8.4
331- Enabled nautilus extension
332
333* Mon Sep 15 2008 Denis Leroy <denis@poolshark.org> - 0.8.2-1
334- Update to upstream 0.8.2
335
336* Wed Aug 27 2008 Denis Leroy <denis@poolshark.org> - 0.8.1-1
337- Update to upstream 0.8.1
338- Desktop patch upstreamed
339
340* Sun Jul  6 2008 Denis Leroy <denis@poolshark.org> - 0.7.91-1
341- Update to unstable 0.7.91
342- open flags patch upstreamed
343
344* Wed Jun 11 2008 Denis Leroy <denis@poolshark.org> - 0.7.90-1
345- Update to unstable 0.7.90
346- Added patch to validate desktop file
347- BRs updated
348
349* Fri May 16 2008 Denis Leroy <denis@poolshark.org> - 0.7.1-4
350- Rebuild for new totem-pl-parser
351
352* Sat Feb 23 2008 Denis Leroy <denis@poolshark.org> - 0.7.1-3
353- Fixed desktop mime field
354
355* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.7.1-2
356- Autorebuild for GCC 4.3
357
358* Tue Jan 29 2008 Denis Leroy <denis@poolshark.org> - 0.7.1-1
359- Update to 0.7.1 upstream, bugfix release
360
361* Sun Dec 30 2007 Denis Leroy <denis@poolshark.org> - 0.7.0-1
362- Update to upstream 0.7.0, updated BRs
363- Forward-ported open() permission patch
364
365* Mon Dec 10 2007 Denis Leroy <denis@poolshark.org> - 0.6.1-4
366- Changed totem-devel req to totem-pl-parser-devel
367
368* Sun Dec  9 2007 Denis Leroy <denis@poolshark.org> - 0.6.1-3
369- Rebuild with new libbeagle
370
371* Fri Nov  9 2007 Denis Leroy <denis@poolshark.org> - 0.6.1-2
372- Rebuild to pick up new totem version (#361361)
373
374* Sat Aug 25 2007 Denis Leroy <denis@poolshark.org> - 0.6.1-1
375- Update to upstream version 0.6.1
376- Filter UI patch is now upstream
377
378* Fri Aug 17 2007 Denis Leroy <denis@poolshark.org> - 0.6.0-2
379- Updated License tag
380- Fixed open() O_CREAT problem
381
382* Fri Aug 10 2007 Denis Leroy <denis@poolshark.org> - 0.6.0-1
383- Update to 0.6.0
384- Removed libburn support until it compiles against libisofs 0.2.8
385- Fixed project URL
386- Added patch to port to new Gtk+ tooltip interface
387- Added patch to fix filter dialog crash
388
389* Sun Jun  3 2007 Denis Leroy <denis@poolshark.org> - 0.5.2-4
390- Removed beagle support for ppc64
391
392* Tue May 22 2007 Denis Leroy <denis@poolshark.org> - 0.5.2-3
393- Added umask 022 to scriptlets (#230781)
394
395* Mon May 21 2007 Denis Leroy <denis@poolshark.org> - 0.5.2-2
396- Rebuild to pick up new totem library
397
398* Mon Feb 26 2007 Denis Leroy <denis@poolshark.org> - 0.5.2-1
399- Update to 0.5.2
400- Removed libisofs patch, now upstream
401
402* Wed Jan 17 2007 Denis Leroy <denis@poolshark.org> - 0.5.1-2
403- Added patch to support libisofs.so.4 and libburn.so.6
404
405* Thu Nov 16 2006 Denis Leroy <denis@poolshark.org> - 0.5.1-1
406- Update to 0.5.1
407
408* Sun Oct 29 2006 Denis Leroy <denis@poolshark.org> - 0.5.0-1
409- Update to 0.5.0
410- Updated icon paths
411- Added gconf schemas sections
412
413* Tue Oct  3 2006 Denis Leroy <denis@poolshark.org> - 0.4.4-3
414- fixed homepage URL
415
416* Tue Sep 26 2006 Denis Leroy <denis@poolshark.org> - 0.4.4-2
417- BRs cleanup
418
419* Fri Sep 22 2006 Denis Leroy <denis@poolshark.org> - 0.4.4-1
420- First version
421foo
Note: See TracBrowser for help on using the repository browser.