Drop unneeded BRs
This commit is contained in:
parent
30028b1b2a
commit
6992e97242
@ -23,7 +23,6 @@ BuildRequires: pango-devel >= %{pango_version}
|
|||||||
BuildRequires: gtk2-devel >= %{gtk2_version}
|
BuildRequires: gtk2-devel >= %{gtk2_version}
|
||||||
BuildRequires: libglade2-devel
|
BuildRequires: libglade2-devel
|
||||||
BuildRequires: nautilus-devel >= %{nautilus_version}
|
BuildRequires: nautilus-devel >= %{nautilus_version}
|
||||||
BuildRequires: automake autoconf
|
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: libSM-devel
|
BuildRequires: libSM-devel
|
||||||
@ -31,7 +30,6 @@ BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
|||||||
BuildRequires: gnome-doc-utils >= %{gnome_doc_utils_version}
|
BuildRequires: gnome-doc-utils >= %{gnome_doc_utils_version}
|
||||||
BuildRequires: GConf2-devel
|
BuildRequires: GConf2-devel
|
||||||
BuildRequires: dbus-glib-devel
|
BuildRequires: dbus-glib-devel
|
||||||
BuildRequires: scrollkeeper
|
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
|
|
||||||
Requires(post): scrollkeeper
|
Requires(post): scrollkeeper
|
||||||
@ -86,7 +84,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
update-desktop-database &> /dev/null || :
|
update-desktop-database &> /dev/null || :
|
||||||
scrollkeeper-update -q
|
|
||||||
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
||||||
gconftool-2 --makefile-install-rule \
|
gconftool-2 --makefile-install-rule \
|
||||||
%{_sysconfdir}/gconf/schemas/file-roller.schemas 2>&1 >/dev/null || :
|
%{_sysconfdir}/gconf/schemas/file-roller.schemas 2>&1 >/dev/null || :
|
||||||
@ -111,7 +108,6 @@ fi
|
|||||||
|
|
||||||
%postun
|
%postun
|
||||||
update-desktop-database &> /dev/null || :
|
update-desktop-database &> /dev/null || :
|
||||||
scrollkeeper-update -q
|
|
||||||
touch --no-create %{_datadir}/icons/hicolor
|
touch --no-create %{_datadir}/icons/hicolor
|
||||||
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
||||||
gtk-update-icon-cache -q %{_datadir}/icons/hicolor
|
gtk-update-icon-cache -q %{_datadir}/icons/hicolor
|
||||||
@ -130,6 +126,9 @@ fi
|
|||||||
%{_datadir}/icons/hicolor/scalable/apps/file-roller.svg
|
%{_datadir}/icons/hicolor/scalable/apps/file-roller.svg
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 2 2009 Matthias Clasen <mclasen@redhat.com> 2.29.2-2
|
||||||
|
- Drop unneded BRs
|
||||||
|
|
||||||
* Tue Dec 01 2009 Bastien Nocera <bnocera@redhat.com> 2.29.2-1
|
* Tue Dec 01 2009 Bastien Nocera <bnocera@redhat.com> 2.29.2-1
|
||||||
- Update to 2.29.2
|
- Update to 2.29.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user