- Fix BuildRequires
This commit is contained in:
parent
954e1636c3
commit
8e54c59327
@ -1,9 +1,9 @@
|
|||||||
%define glib2_version 2.19.2
|
%define glib2_version 2.19.2
|
||||||
%define pango_version 1.1.3
|
%define pango_version 1.1.3
|
||||||
%define gtk2_version 2.11.6
|
%define gtk2_version 2.13.0
|
||||||
%define libgnomeui_version 2.6.0
|
%define libgnomeui_version 2.6.0
|
||||||
%define libgnome_version 2.23.0
|
%define libgnome_version 2.23.0
|
||||||
%define eel2_version 2.23.91
|
%define eel2_version 2.25.1
|
||||||
%define gnome_icon_theme_version 1.1.5
|
%define gnome_icon_theme_version 1.1.5
|
||||||
%define libxml2_version 2.4.20
|
%define libxml2_version 2.4.20
|
||||||
%define gail_version 0.17-2
|
%define gail_version 0.17-2
|
||||||
@ -15,11 +15,12 @@
|
|||||||
%define libexif_version 0.5.12
|
%define libexif_version 0.5.12
|
||||||
%define gconf_version 2.14
|
%define gconf_version 2.14
|
||||||
%define exempi_version 1.99.5
|
%define exempi_version 1.99.5
|
||||||
|
%define unique_version 1.0.4
|
||||||
|
|
||||||
Name: nautilus
|
Name: nautilus
|
||||||
Summary: File manager for GNOME
|
Summary: File manager for GNOME
|
||||||
Version: 2.25.1
|
Version: 2.25.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
Source: http://download.gnome.org/sources/%{name}/2.24/%{name}-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/%{name}/2.24/%{name}-%{version}.tar.bz2
|
||||||
@ -67,6 +68,7 @@ BuildRequires: libexif-devel >= %{libexif_version}
|
|||||||
BuildRequires: exempi-devel >= %{exempi_version}
|
BuildRequires: exempi-devel >= %{exempi_version}
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
|
BuildRequires: unique-devel >= %{unique_version}
|
||||||
# For intltool:
|
# For intltool:
|
||||||
BuildRequires: perl(XML::Parser) >= 2.31-16
|
BuildRequires: perl(XML::Parser) >= 2.31-16
|
||||||
|
|
||||||
@ -237,7 +239,6 @@ fi
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING COPYING-DOCS COPYING.LIB NEWS README
|
%doc AUTHORS COPYING COPYING-DOCS COPYING.LIB NEWS README
|
||||||
%{_datadir}/nautilus
|
%{_datadir}/nautilus
|
||||||
%{_libdir}/bonobo/servers/*
|
|
||||||
%{_datadir}/pixmaps/*
|
%{_datadir}/pixmaps/*
|
||||||
%{_datadir}/applications/*
|
%{_datadir}/applications/*
|
||||||
%{_datadir}/mime/packages/nautilus.xml
|
%{_datadir}/mime/packages/nautilus.xml
|
||||||
@ -265,6 +266,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 4 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.25.1-3
|
||||||
|
- Fix BuildRequires
|
||||||
|
|
||||||
* Thu Dec 4 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.25.1-2
|
* Thu Dec 4 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.25.1-2
|
||||||
- Rediff the XDS patch
|
- Rediff the XDS patch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user