This commit is contained in:
Matthias Clasen 2010-03-12 02:46:54 +00:00
parent 64eccc1022
commit 24c43012a4
3 changed files with 15 additions and 15 deletions

View File

@ -1 +1 @@
brasero-2.29.91.tar.bz2
brasero-2.29.92.tar.bz2

View File

@ -5,19 +5,15 @@
%endif
Name: brasero
Version: 2.29.91
Release: 2%{?dist}
Version: 2.29.92
Release: 1%{?dist}
Summary: Gnome CD/DVD burning application
Group: Applications/Multimedia
License: GPLv2+
URL: http://www.gnome.org/projects/brasero/
#VCS: git:git://git.gnome.org/brasero
Source0: http://ftp.gnome.org/pub/GNOME/sources/brasero/2.29/%{name}-%{version}.tar.bz2
# upstream fix
Patch0: fix-cd-burner.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: glib2-devel >= 2.15.6
BuildRequires: gettext intltool gtk-doc
BuildRequires: desktop-file-utils
@ -142,9 +138,6 @@ rm -rf $RPM_BUILD_ROOT
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 || :
@ -157,9 +150,9 @@ 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 || :
if [ $1 -eq 0 ]; then
touch --no-create %{_datadir}/icons/hicolor || :
gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null|| :
fi
update-desktop-database &> /dev/null ||:
if [ "$1" -gt 1 ]; then
@ -172,6 +165,10 @@ fi
%postun libs -p /sbin/ldconfig
%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null|| :
%preun
if [ "$1" -eq 0 ]; then
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
@ -219,6 +216,9 @@ fi
%changelog
* Thu Mar 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.92-1
- Update to 2.29.92
* Wed Mar 3 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.91-2
- Fix a nautilus cd-burner crash

View File

@ -1 +1 @@
06226d87a2af04703ebd8de3219a6fdc brasero-2.29.91.tar.bz2
3f873cf40c0475ef7010621b186ac021 brasero-2.29.92.tar.bz2