- Update to 0.5.0
- Updated icon paths - Added gconf schemas sections
This commit is contained in:
parent
5fed0794f0
commit
14d7f50154
@ -1 +1 @@
|
|||||||
brasero-0.4.4.tar.bz2
|
brasero-0.5.0.tar.bz2
|
||||||
|
51
brasero.spec
51
brasero.spec
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Name: brasero
|
Name: brasero
|
||||||
Version: 0.4.4
|
Version: 0.5.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Gnome CD/DVD burning application
|
Summary: Gnome CD/DVD burning application
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -14,10 +14,11 @@ BuildRequires: desktop-file-utils
|
|||||||
BuildRequires: libgnomeui-devel >= 2.10.0
|
BuildRequires: libgnomeui-devel >= 2.10.0
|
||||||
BuildRequires: gstreamer-devel >= 0.10.6
|
BuildRequires: gstreamer-devel >= 0.10.6
|
||||||
BuildRequires: gstreamer-plugins-base-devel >= 0.10.0
|
BuildRequires: gstreamer-plugins-base-devel >= 0.10.0
|
||||||
BuildRequires: nautilus-cd-burner-devel >= 2.14.0
|
BuildRequires: nautilus-cd-burner-devel >= 2.16.0
|
||||||
BuildRequires: libnotify-devel >= 0.3.0
|
|
||||||
BuildRequires: libbeagle-devel >= 0.1.1
|
BuildRequires: libbeagle-devel >= 0.1.1
|
||||||
BuildRequires: totem-devel >= 1.2.0
|
BuildRequires: totem-devel >= 1.2.0
|
||||||
|
BuildRequires: libburn-devel >= 0.2.1
|
||||||
|
BuildRequires: libisofs-devel >= 0.2.1
|
||||||
|
|
||||||
Requires: dvd+rw-tools
|
Requires: dvd+rw-tools
|
||||||
Requires: cdrecord
|
Requires: cdrecord
|
||||||
@ -27,6 +28,9 @@ Requires: cdrdao
|
|||||||
|
|
||||||
Requires(post): shared-mime-info
|
Requires(post): shared-mime-info
|
||||||
Requires(postun): shared-mime-info
|
Requires(postun): shared-mime-info
|
||||||
|
Requires(pre): GConf2
|
||||||
|
Requires(post): GConf2
|
||||||
|
Requires(preun): GConf2
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -39,12 +43,13 @@ desktop.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-caches
|
%configure --disable-caches --disable-static --disable-schemas-install
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
@ -60,34 +65,58 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
update-mime-database %{_datadir}/mime &> /dev/null || :
|
update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||||
touch --no-create %{_datadir}/icons/gnome || :
|
touch --no-create %{_datadir}/icons/hicolor || :
|
||||||
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
||||||
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/gnome || :
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
||||||
fi
|
fi
|
||||||
update-desktop-database &> /dev/null ||:
|
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
|
%postun
|
||||||
update-mime-database %{_datadir}/mime &> /dev/null || :
|
update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||||
touch --no-create %{_datadir}/icons/gnome || :
|
touch --no-create %{_datadir}/icons/hicolor || :
|
||||||
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
||||||
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/gnome || :
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
||||||
fi
|
fi
|
||||||
update-desktop-database &> /dev/null ||:
|
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
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||||
|
%doc %{_mandir}/man1/%{name}.*
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
%{_datadir}/applications/brasero.desktop
|
%{_datadir}/applications/brasero.desktop
|
||||||
%{_datadir}/pixmaps/*
|
%{_datadir}/icons/hicolor/16x16/apps/*
|
||||||
%{_datadir}/icons/gnome/48x48/mimetypes/*
|
%{_datadir}/icons/hicolor/24x24/apps/*
|
||||||
|
%{_datadir}/icons/hicolor/scalable/apps/*
|
||||||
%{_datadir}/mime/packages/*
|
%{_datadir}/mime/packages/*
|
||||||
|
%config %{_sysconfdir}/gconf/schemas/%{name}.schemas
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
|
||||||
* Tue Oct 3 2006 Denis Leroy <denis@poolshark.org> - 0.4.4-3
|
* Tue Oct 3 2006 Denis Leroy <denis@poolshark.org> - 0.4.4-3
|
||||||
- fixed homepage URL
|
- fixed homepage URL
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user