2.29.92
This commit is contained in:
parent
64eccc1022
commit
24c43012a4
@ -1 +1 @@
|
|||||||
brasero-2.29.91.tar.bz2
|
brasero-2.29.92.tar.bz2
|
||||||
|
26
brasero.spec
26
brasero.spec
@ -5,19 +5,15 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: brasero
|
Name: brasero
|
||||||
Version: 2.29.91
|
Version: 2.29.92
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Gnome CD/DVD burning application
|
Summary: Gnome CD/DVD burning application
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.gnome.org/projects/brasero/
|
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
|
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: glib2-devel >= 2.15.6
|
||||||
BuildRequires: gettext intltool gtk-doc
|
BuildRequires: gettext intltool gtk-doc
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
@ -142,9 +138,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
umask 022
|
umask 022
|
||||||
update-mime-database %{_datadir}/mime &> /dev/null || :
|
update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||||
touch --no-create %{_datadir}/icons/hicolor || :
|
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 ||:
|
update-desktop-database &> /dev/null ||:
|
||||||
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
||||||
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || :
|
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || :
|
||||||
@ -157,9 +150,9 @@ killall -HUP gconfd-2 &>/dev/null || :
|
|||||||
%postun
|
%postun
|
||||||
umask 022
|
umask 022
|
||||||
update-mime-database %{_datadir}/mime &> /dev/null || :
|
update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||||
touch --no-create %{_datadir}/icons/hicolor || :
|
if [ $1 -eq 0 ]; then
|
||||||
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
touch --no-create %{_datadir}/icons/hicolor || :
|
||||||
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null|| :
|
||||||
fi
|
fi
|
||||||
update-desktop-database &> /dev/null ||:
|
update-desktop-database &> /dev/null ||:
|
||||||
if [ "$1" -gt 1 ]; then
|
if [ "$1" -gt 1 ]; then
|
||||||
@ -172,6 +165,10 @@ fi
|
|||||||
%postun libs -p /sbin/ldconfig
|
%postun libs -p /sbin/ldconfig
|
||||||
|
|
||||||
|
|
||||||
|
%posttrans
|
||||||
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null|| :
|
||||||
|
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
if [ "$1" -eq 0 ]; then
|
if [ "$1" -eq 0 ]; then
|
||||||
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
||||||
@ -219,6 +216,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Mar 3 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.91-2
|
||||||
- Fix a nautilus cd-burner crash
|
- Fix a nautilus cd-burner crash
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user