2006-10-03 22:59:10 +00:00
|
|
|
|
|
|
|
Name: brasero
|
2008-01-29 12:00:17 +00:00
|
|
|
Version: 0.7.1
|
2008-02-19 01:07:38 +00:00
|
|
|
Release: 2%{?dist}
|
2006-10-03 22:59:10 +00:00
|
|
|
Summary: Gnome CD/DVD burning application
|
|
|
|
Group: Applications/Multimedia
|
2007-08-17 07:23:37 +00:00
|
|
|
License: GPLv2+
|
2007-08-10 15:41:47 +00:00
|
|
|
URL: http://www.gnome.org/projects/brasero/
|
2007-12-30 11:14:32 +00:00
|
|
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/brasero/0.7/%{name}-%{version}.tar.bz2
|
|
|
|
Patch0: brasero-0.7.0-open.patch
|
2006-10-03 22:59:10 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
BuildRequires: gettext intltool
|
|
|
|
BuildRequires: desktop-file-utils
|
2007-12-30 11:14:32 +00:00
|
|
|
BuildRequires: gnome-vfs2-devel >= 2.14.2
|
2006-10-03 22:59:10 +00:00
|
|
|
BuildRequires: libgnomeui-devel >= 2.10.0
|
|
|
|
BuildRequires: gstreamer-devel >= 0.10.6
|
|
|
|
BuildRequires: gstreamer-plugins-base-devel >= 0.10.0
|
2006-10-30 10:05:09 +00:00
|
|
|
BuildRequires: nautilus-cd-burner-devel >= 2.16.0
|
2007-06-03 18:16:54 +00:00
|
|
|
%ifnarch ppc64
|
2006-10-03 22:59:10 +00:00
|
|
|
BuildRequires: libbeagle-devel >= 0.1.1
|
2007-06-03 18:16:54 +00:00
|
|
|
%endif
|
2008-01-29 12:00:17 +00:00
|
|
|
BuildRequires: totem-pl-parser-devel >= 2.20.0
|
2007-08-10 15:41:47 +00:00
|
|
|
BuildRequires: libnotify-devel >= 0.3.0
|
2007-12-30 11:14:32 +00:00
|
|
|
BuildRequires: libxml2-devel >= 2.6.0
|
|
|
|
BuildRequires: dbus-glib-devel >= 0.7.2
|
|
|
|
BuildRequires: libburn-devel >= 0.4.0
|
|
|
|
BuildRequires: libisofs-devel >= 0.2.8
|
2006-10-03 22:59:10 +00:00
|
|
|
|
|
|
|
Requires: dvd+rw-tools
|
|
|
|
Requires: cdrecord
|
|
|
|
Requires: mkisofs
|
|
|
|
Requires: cdda2wav
|
|
|
|
Requires: cdrdao
|
|
|
|
|
|
|
|
Requires(post): shared-mime-info
|
|
|
|
Requires(postun): shared-mime-info
|
2006-10-30 10:05:09 +00:00
|
|
|
Requires(pre): GConf2
|
|
|
|
Requires(post): GConf2
|
|
|
|
Requires(preun): GConf2
|
2006-10-03 22:59:10 +00:00
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
Simple and easy to use CD/DVD burning application for the Gnome
|
|
|
|
desktop.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2007-12-30 11:14:32 +00:00
|
|
|
%patch0 -p1 -b .open
|
2006-10-03 22:59:10 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
2007-08-10 15:41:47 +00:00
|
|
|
%configure \
|
2007-12-30 11:14:32 +00:00
|
|
|
--enable-dbus \
|
|
|
|
--enable-preview \
|
2007-08-10 15:41:47 +00:00
|
|
|
--disable-caches \
|
|
|
|
--disable-static \
|
2007-12-30 11:14:32 +00:00
|
|
|
--disable-schemas-install
|
2007-08-10 15:41:47 +00:00
|
|
|
|
2006-10-03 22:59:10 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2006-10-30 10:05:09 +00:00
|
|
|
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
|
2006-10-03 22:59:10 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
desktop-file-install --vendor "" \
|
|
|
|
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
|
|
|
$RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
%post
|
2007-05-22 09:35:03 +00:00
|
|
|
umask 022
|
2006-10-03 22:59:10 +00:00
|
|
|
update-mime-database %{_datadir}/mime &> /dev/null || :
|
2006-10-30 10:05:09 +00:00
|
|
|
touch --no-create %{_datadir}/icons/hicolor || :
|
2006-10-03 22:59:10 +00:00
|
|
|
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
2006-10-30 10:05:09 +00:00
|
|
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
2006-10-03 22:59:10 +00:00
|
|
|
fi
|
|
|
|
update-desktop-database &> /dev/null ||:
|
2006-10-30 10:05:09 +00:00
|
|
|
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 || :
|
2006-10-03 22:59:10 +00:00
|
|
|
|
|
|
|
|
|
|
|
%postun
|
2007-05-22 09:35:03 +00:00
|
|
|
umask 022
|
2006-10-03 22:59:10 +00:00
|
|
|
update-mime-database %{_datadir}/mime &> /dev/null || :
|
2006-10-30 10:05:09 +00:00
|
|
|
touch --no-create %{_datadir}/icons/hicolor || :
|
2006-10-03 22:59:10 +00:00
|
|
|
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
2006-10-30 10:05:09 +00:00
|
|
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
2006-10-03 22:59:10 +00:00
|
|
|
fi
|
|
|
|
update-desktop-database &> /dev/null ||:
|
2006-10-30 10:05:09 +00:00
|
|
|
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
|
2006-10-03 22:59:10 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
2007-08-10 15:41:47 +00:00
|
|
|
%{_mandir}/man1/%{name}.*
|
2006-10-03 22:59:10 +00:00
|
|
|
%{_bindir}/*
|
2007-12-30 11:14:32 +00:00
|
|
|
%{_libdir}/%{name}
|
2006-10-03 22:59:10 +00:00
|
|
|
%{_datadir}/%{name}
|
|
|
|
%{_datadir}/applications/brasero.desktop
|
2007-02-26 14:50:50 +00:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/*
|
2006-10-03 22:59:10 +00:00
|
|
|
%{_datadir}/mime/packages/*
|
2006-10-30 10:05:09 +00:00
|
|
|
%config %{_sysconfdir}/gconf/schemas/%{name}.schemas
|
2006-10-03 22:59:10 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2008-02-19 01:07:38 +00:00
|
|
|
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.7.1-2
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2008-01-29 12:00:17 +00:00
|
|
|
* Tue Jan 29 2008 Denis Leroy <denis@poolshark.org> - 0.7.1-1
|
|
|
|
- Update to 0.7.1 upstream, bugfix release
|
|
|
|
|
2007-12-30 11:14:32 +00:00
|
|
|
* Sun Dec 30 2007 Denis Leroy <denis@poolshark.org> - 0.7.0-1
|
|
|
|
- Update to upstream 0.7.0, updated BRs
|
|
|
|
- Forward-ported open() permission patch
|
|
|
|
|
2007-12-10 18:25:34 +00:00
|
|
|
* Mon Dec 10 2007 Denis Leroy <denis@poolshark.org> - 0.6.1-4
|
|
|
|
- Changed totem-devel req to totem-pl-parser-devel
|
|
|
|
|
2007-12-09 10:29:53 +00:00
|
|
|
* Sun Dec 9 2007 Denis Leroy <denis@poolshark.org> - 0.6.1-3
|
|
|
|
- Rebuild with new libbeagle
|
|
|
|
|
2007-11-09 20:28:20 +00:00
|
|
|
* Fri Nov 9 2007 Denis Leroy <denis@poolshark.org> - 0.6.1-2
|
|
|
|
- Rebuild to pick up new totem version (#361361)
|
|
|
|
|
2007-08-25 17:09:54 +00:00
|
|
|
* Sat Aug 25 2007 Denis Leroy <denis@poolshark.org> - 0.6.1-1
|
|
|
|
- Update to upstream version 0.6.1
|
|
|
|
- Filter UI patch is now upstream
|
|
|
|
|
2007-08-17 07:23:37 +00:00
|
|
|
* Fri Aug 17 2007 Denis Leroy <denis@poolshark.org> - 0.6.0-2
|
|
|
|
- Updated License tag
|
|
|
|
- Fixed open() O_CREAT problem
|
|
|
|
|
2007-08-10 15:41:47 +00:00
|
|
|
* Fri Aug 10 2007 Denis Leroy <denis@poolshark.org> - 0.6.0-1
|
|
|
|
- Update to 0.6.0
|
|
|
|
- Removed libburn support until it compiles against libisofs 0.2.8
|
|
|
|
- Fixed project URL
|
2007-08-11 09:22:10 +00:00
|
|
|
- Added patch to port to new Gtk+ tooltip interface
|
|
|
|
- Added patch to fix filter dialog crash
|
2007-08-10 15:41:47 +00:00
|
|
|
|
2007-06-03 18:16:54 +00:00
|
|
|
* Sun Jun 3 2007 Denis Leroy <denis@poolshark.org> - 0.5.2-4
|
|
|
|
- Removed beagle support for ppc64
|
|
|
|
|
2007-05-22 09:35:03 +00:00
|
|
|
* Tue May 22 2007 Denis Leroy <denis@poolshark.org> - 0.5.2-3
|
|
|
|
- Added umask 022 to scriptlets (#230781)
|
|
|
|
|
2007-05-21 11:28:36 +00:00
|
|
|
* Mon May 21 2007 Denis Leroy <denis@poolshark.org> - 0.5.2-2
|
|
|
|
- Rebuild to pick up new totem library
|
|
|
|
|
2007-02-26 14:50:50 +00:00
|
|
|
* Mon Feb 26 2007 Denis Leroy <denis@poolshark.org> - 0.5.2-1
|
|
|
|
- Update to 0.5.2
|
|
|
|
- Removed libisofs patch, now upstream
|
|
|
|
|
2007-01-17 00:40:11 +00:00
|
|
|
* Wed Jan 17 2007 Denis Leroy <denis@poolshark.org> - 0.5.1-2
|
|
|
|
- Added patch to support libisofs.so.4 and libburn.so.6
|
|
|
|
|
2006-11-16 07:37:00 +00:00
|
|
|
* Thu Nov 16 2006 Denis Leroy <denis@poolshark.org> - 0.5.1-1
|
|
|
|
- Update to 0.5.1
|
|
|
|
|
2006-10-30 10:05:09 +00:00
|
|
|
* Sun Oct 29 2006 Denis Leroy <denis@poolshark.org> - 0.5.0-1
|
|
|
|
- Update to 0.5.0
|
|
|
|
- Updated icon paths
|
|
|
|
- Added gconf schemas sections
|
|
|
|
|
2006-10-03 22:59:10 +00:00
|
|
|
* Tue Oct 3 2006 Denis Leroy <denis@poolshark.org> - 0.4.4-3
|
|
|
|
- fixed homepage URL
|
|
|
|
|
|
|
|
* Tue Sep 26 2006 Denis Leroy <denis@poolshark.org> - 0.4.4-2
|
|
|
|
- BRs cleanup
|
|
|
|
|
|
|
|
* Fri Sep 22 2006 Denis Leroy <denis@poolshark.org> - 0.4.4-1
|
|
|
|
- First version
|