auto-import nautilus-1.0.4-43b from nautilus-1.0.4-43b.src.rpm
This commit is contained in:
parent
8adc338fa8
commit
a2ef0009b6
@ -1,7 +1,7 @@
|
|||||||
Name: nautilus
|
Name: nautilus
|
||||||
Summary: Nautilus is a network user environment
|
Summary: Nautilus is a network user environment
|
||||||
Version: 1.0.4
|
Version: 1.0.4
|
||||||
Release: 43
|
Release: 43b
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/%{name}-%{version}-snapshot.tar.gz
|
Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/%{name}-%{version}-snapshot.tar.gz
|
||||||
@ -32,7 +32,6 @@ Requires: eel >= 1.0.1-10
|
|||||||
Requires: indexhtml
|
Requires: indexhtml
|
||||||
Requires: fam
|
Requires: fam
|
||||||
Requires: filesystem >= 2.1.1-1
|
Requires: filesystem >= 2.1.1-1
|
||||||
Requires: hwbrowser
|
|
||||||
|
|
||||||
%ifarch i386 alpha
|
%ifarch i386 alpha
|
||||||
Requires: nautilus-mozilla
|
Requires: nautilus-mozilla
|
||||||
@ -83,6 +82,8 @@ Patch13: nautilus-1.0.4-bghack.patch
|
|||||||
Patch16: nautilus-1.0.4-norootwarning.patch
|
Patch16: nautilus-1.0.4-norootwarning.patch
|
||||||
Patch17: nautilus-snap-directory.patch
|
Patch17: nautilus-snap-directory.patch
|
||||||
Patch18: nautilus-1.0.4-removeicons.patch
|
Patch18: nautilus-1.0.4-removeicons.patch
|
||||||
|
# Fix for scrollkeeper segfault on S390
|
||||||
|
Patch20: nautilus-1.0.4-scrollkeeper.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Nautilus integrates access to files, applications, media,
|
Nautilus integrates access to files, applications, media,
|
||||||
@ -100,17 +101,6 @@ Requires: %name = %{version}
|
|||||||
This package provides the necessary development libraries and include
|
This package provides the necessary development libraries and include
|
||||||
files to allow you to develop Nautilus components.
|
files to allow you to develop Nautilus components.
|
||||||
|
|
||||||
%package mozilla
|
|
||||||
Summary: Nautilus component for use with Mozilla
|
|
||||||
Group: User Interface/Desktops
|
|
||||||
Requires: %name = %{version}
|
|
||||||
Requires: mozilla >= 0.9.2-10
|
|
||||||
Conflicts: mozilla = M18
|
|
||||||
Conflicts: mozilla = M17
|
|
||||||
|
|
||||||
%description mozilla
|
|
||||||
This enables the use of embedded Mozilla as a Nautilus component.
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}-snapshot
|
%setup -q -n %{name}-%{version}-snapshot
|
||||||
@ -133,6 +123,7 @@ tar zxf %{SOURCE5}
|
|||||||
%patch16 -p0 -b .norootwarning
|
%patch16 -p0 -b .norootwarning
|
||||||
%patch17 -p1 -b .directory
|
%patch17 -p1 -b .directory
|
||||||
%patch18 -p1 -b .removeicons
|
%patch18 -p1 -b .removeicons
|
||||||
|
%patch20 -p1 -b .scrollkeeper
|
||||||
|
|
||||||
## desktop-folders
|
## desktop-folders
|
||||||
tar zxf %{SOURCE3}
|
tar zxf %{SOURCE3}
|
||||||
@ -141,7 +132,7 @@ tar zxf %{SOURCE3}
|
|||||||
autoheader
|
autoheader
|
||||||
automake
|
automake
|
||||||
autoconf
|
autoconf
|
||||||
%ifarch ia64
|
%ifarch ia64 s390 s390x
|
||||||
CFLAGS="$RPM_OPT_FLAGS -g" %configure --disable-more-warnings --disable-mozilla-component
|
CFLAGS="$RPM_OPT_FLAGS -g" %configure --disable-more-warnings --disable-mozilla-component
|
||||||
%else
|
%else
|
||||||
CFLAGS="$RPM_OPT_FLAGS -g" %configure --disable-more-warnings
|
CFLAGS="$RPM_OPT_FLAGS -g" %configure --disable-more-warnings
|
||||||
@ -246,13 +237,6 @@ scrollkeeper-update
|
|||||||
%{_bindir}/nautilus-config
|
%{_bindir}/nautilus-config
|
||||||
%{_includedir}/libnautilus
|
%{_includedir}/libnautilus
|
||||||
|
|
||||||
%ifnarch ia64
|
|
||||||
%files mozilla
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_bindir}/nautilus-mozilla-content-view
|
|
||||||
%{_datadir}/oaf/Nautilus_View_mozilla.oaf
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Sep 6 2001 Owen Taylor <otaylor@redhat.com>
|
* Thu Sep 6 2001 Owen Taylor <otaylor@redhat.com>
|
||||||
- Fix handling of GnomeVFSFileInfo structure (#53315)
|
- Fix handling of GnomeVFSFileInfo structure (#53315)
|
||||||
|
Loading…
Reference in New Issue
Block a user