Name: brasero Version: 0.8.4 Release: 1%{?dist} Summary: Gnome CD/DVD burning application Group: Applications/Multimedia License: GPLv2+ URL: http://www.gnome.org/projects/brasero/ Source0: http://ftp.gnome.org/pub/GNOME/sources/brasero/0.8/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel >= 2.15.6 BuildRequires: gettext intltool gtk-doc BuildRequires: desktop-file-utils BuildRequires: GConf2-devel >= 2.0.0 BuildRequires: hal-devel >= 0.5 BuildRequires: libgnomeui-devel >= 2.10.0 BuildRequires: gstreamer-devel >= 0.10.15 BuildRequires: gstreamer-plugins-base-devel >= 0.10.0 %ifnarch ppc64 BuildRequires: libbeagle-devel >= 0.1.1 %endif BuildRequires: totem-pl-parser-devel >= 2.22.0 BuildRequires: libnotify-devel >= 0.3.0 BuildRequires: libxml2-devel >= 2.6.0 BuildRequires: dbus-glib-devel >= 0.7.2 BuildRequires: gnome-doc-utils >= 0.3.2 BuildRequires: scrollkeeper BuildRequires: libburn-devel >= 0.4.0 BuildRequires: libisofs-devel >= 0.6.4 BuildRequires: nautilus-devel >= 2.22.2 BuildRequires: eel2-devel >= 2.13.3 Requires: dvd+rw-tools Requires: cdrecord Requires: mkisofs Requires: cdda2wav Requires: cdrdao Requires(post): shared-mime-info Requires(postun): shared-mime-info Requires(pre): GConf2 Requires(post): GConf2 Requires(preun): GConf2 %description Simple and easy to use CD/DVD burning application for the Gnome desktop. %prep %setup -q %build %configure \ --enable-dbus \ --enable-nautilus \ --enable-preview \ --disable-caches \ --disable-static \ --disable-schemas-install make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' %find_lang %{name} sed -i 's/cd:x/cd;x/' $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop desktop-file-install --vendor "" \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop %clean rm -rf $RPM_BUILD_ROOT %post umask 022 update-mime-database %{_datadir}/mime &> /dev/null || : touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi update-desktop-database &> /dev/null ||: export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || : killall -HUP gconfd-2 &>/dev/null || : %postun umask 022 update-mime-database %{_datadir}/mime &> /dev/null || : touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi update-desktop-database &> /dev/null ||: if [ "$1" -gt 1 ]; then export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || : killall -HUP gconfd-2 &>/dev/null || : fi %preun if [ "$1" -eq 0 ]; then export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || : killall -HUP gconfd-2 &>/dev/null || : fi %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog NEWS README %{_mandir}/man1/%{name}.* %{_bindir}/* %{_libdir}/%{name} %{_libdir}/nautilus/extensions-2.0/*.so %{_datadir}/%{name} %{_datadir}/applications/*.desktop %{_datadir}/gnome/help/%{name} %{_datadir}/omf/%{name} %{_datadir}/icons/hicolor/*/apps/* %{_datadir}/mime/packages/* %config %{_sysconfdir}/gconf/schemas/%{name}.schemas %changelog * Tue Dec 16 2008 Denis Leroy - 0.8.3-1 - Update to upstream 0.8.4 - Enabled nautilus extension * Mon Sep 15 2008 Denis Leroy - 0.8.2-1 - Update to upstream 0.8.2 * Wed Aug 27 2008 Denis Leroy - 0.8.1-1 - Update to upstream 0.8.1 - Desktop patch upstreamed * Sun Jul 6 2008 Denis Leroy - 0.7.91-1 - Update to unstable 0.7.91 - open flags patch upstreamed * Wed Jun 11 2008 Denis Leroy - 0.7.90-1 - Update to unstable 0.7.90 - Added patch to validate desktop file - BRs updated * Fri May 16 2008 Denis Leroy - 0.7.1-4 - Rebuild for new totem-pl-parser * Sat Feb 23 2008 Denis Leroy - 0.7.1-3 - Fixed desktop mime field * Mon Feb 18 2008 Fedora Release Engineering - 0.7.1-2 - Autorebuild for GCC 4.3 * Tue Jan 29 2008 Denis Leroy - 0.7.1-1 - Update to 0.7.1 upstream, bugfix release * Sun Dec 30 2007 Denis Leroy - 0.7.0-1 - Update to upstream 0.7.0, updated BRs - Forward-ported open() permission patch * Mon Dec 10 2007 Denis Leroy - 0.6.1-4 - Changed totem-devel req to totem-pl-parser-devel * Sun Dec 9 2007 Denis Leroy - 0.6.1-3 - Rebuild with new libbeagle * Fri Nov 9 2007 Denis Leroy - 0.6.1-2 - Rebuild to pick up new totem version (#361361) * Sat Aug 25 2007 Denis Leroy - 0.6.1-1 - Update to upstream version 0.6.1 - Filter UI patch is now upstream * Fri Aug 17 2007 Denis Leroy - 0.6.0-2 - Updated License tag - Fixed open() O_CREAT problem * Fri Aug 10 2007 Denis Leroy - 0.6.0-1 - Update to 0.6.0 - Removed libburn support until it compiles against libisofs 0.2.8 - Fixed project URL - Added patch to port to new Gtk+ tooltip interface - Added patch to fix filter dialog crash * Sun Jun 3 2007 Denis Leroy - 0.5.2-4 - Removed beagle support for ppc64 * Tue May 22 2007 Denis Leroy - 0.5.2-3 - Added umask 022 to scriptlets (#230781) * Mon May 21 2007 Denis Leroy - 0.5.2-2 - Rebuild to pick up new totem library * Mon Feb 26 2007 Denis Leroy - 0.5.2-1 - Update to 0.5.2 - Removed libisofs patch, now upstream * Wed Jan 17 2007 Denis Leroy - 0.5.1-2 - Added patch to support libisofs.so.4 and libburn.so.6 * Thu Nov 16 2006 Denis Leroy - 0.5.1-1 - Update to 0.5.1 * Sun Oct 29 2006 Denis Leroy - 0.5.0-1 - Update to 0.5.0 - Updated icon paths - Added gconf schemas sections * Tue Oct 3 2006 Denis Leroy - 0.4.4-3 - fixed homepage URL * Tue Sep 26 2006 Denis Leroy - 0.4.4-2 - BRs cleanup * Fri Sep 22 2006 Denis Leroy - 0.4.4-1 - First version foo