summaryrefslogtreecommitdiff
path: root/nautilus.spec.in
diff options
context:
space:
mode:
authorEskil Heyn Olsen <eskil@src.gnome.org>2000-06-13 03:23:32 +0000
committerEskil Heyn Olsen <eskil@src.gnome.org>2000-06-13 03:23:32 +0000
commita842587dc1e990d40d23444a8c1c25ce0bbd315f (patch)
tree3ea6bebd45b411af9c5632e1105ad06bfe4f397e /nautilus.spec.in
parent7e7ad1716e6681b9139b6b3a14e5da1496bec9cb (diff)
downloadnautilus-a842587dc1e990d40d23444a8c1c25ce0bbd315f.tar.gz
Did most of the work for bug 1300 & 1090. It now uses an rpmsearch.cgi
* components/services/install/command-line/eazel-alt-install.c: (set_parameters_from_command_line), (main): * components/services/install/lib/eazel-install-object.c: (eazel_install_new_with_config), (eazel_install_fetch_remote_package_list), (eazel_install_install_packages): * components/services/install/lib/eazel-install-protocols.c: (http_fetch_remote_file), (filename_from_url), (eazel_install_fetch_package), (get_url_for_package), (get_search_url_for_package): * components/services/install/lib/eazel-install-rpm-glue.c: (install_all_packages), (do_rpm_install), (eazel_install_fetch_rpm_dependencies), (eazel_install_ensure_deps): * components/services/install/lib/eazel-install-types.c: (packagedata_new), (packagedata_new_from_rpm_conflict), (packagedata_new_from_rpm_conflict_reversed), (packagedata_new_from_rpm_header), (packagedata_destroy_foreach), (packagedata_destroy), (rpmfilename_from_packagedata), (packagedata_hash): * components/services/install/lib/eazel-install-types.h: Did most of the work for bug 1300 & 1090. It now uses an rpmsearch.cgi script on a server to query for packages as dependency fails occur. * components/services/install/lib/eazel-install-metadata.c: (create_default_metadata): Fixed bug 1310. * components/services/install/lib/eazel-install-xml-package-list.c: (generate_xml_package_list): Fixed bug 1284. * nautilus-installer/src/callbacks.c: (set_images), (set_white_stuff): * nautilus-installer/src/callbacks.h: * nautilus-installer/src/installer.c: (create_package), (create_categories), (installer): * nautilus-installer/src/interface.c: (create_window): Update to the new apt-get alike stuff in libinstall. Also make things white to please Arlo. * components/services/install/lib/Makefile.am: * components/services/time/command-line/Makefile.am: * components/services/time/nautilus-view/Makefile.am: * components/services/time/service/Makefile.am: * components/services/trilobite/libtrilobite/Makefile.am: * components/services/trilobite/sample/command-line/Makefile.am: * components/services/trilobite/sample/service/Makefile.am: * libnautilus-extensions/Makefile.am: * nautilus-installer/src/Makefile: * nautilus.spec.in: * po/POTFILES.in: More patchine to make the rpm building succeed. Basically a removed files that where no longer in existence (POTFILES), and adding missing .h files to Makefile.am's.
Diffstat (limited to 'nautilus.spec.in')
-rw-r--r--nautilus.spec.in32
1 files changed, 13 insertions, 19 deletions
diff --git a/nautilus.spec.in b/nautilus.spec.in
index 1527e6313..8bd94549b 100644
--- a/nautilus.spec.in
+++ b/nautilus.spec.in
@@ -11,17 +11,19 @@ Summary: Nautilus is an open-source file manager and graphical shell.
Version: %ver
Release: %rel
Copyright: GPL
-Group: System Environment/Libraries
+Group: User Interface/Desktop
Source: %{name}-%{ver}.tar.gz
URL: http://nautilus.eazel.com/
BuildRoot: /var/tmp/%{name}-%{ver}-root
Docdir: %{prefix}/doc
-Requires: gnome-libs
-Requires: gnome-vfs
-Requires: gtkhtml
-Requires: gdk-pixbuf
-Requires: bonobo
-Requires: eog
+Requires: GConf >= 0.5
+Requires: gnet >= 1.0.3
+Requires: oaf >= 0.3.0
+Requires: gnome-vfs >= 0.1
+Requires: gtkhtml >= 0.4
+Requires: gdk-pixbuf >= 0.8.0
+Requires: bonobo >= 0.15
+Requires: eog >= 0.3
%description
Nautilus is an open-source file manager and graphical shell being
@@ -90,29 +92,21 @@ fi
%postun -p /sbin/ldconfig
%files
-%defattr(0555, bin, bin)
-%dir %{prefix}/
-
+%defattr(0555, bin, bin)
%doc AUTHORS COPYING COPYING.LIB ChangeLog NEWS README
%{prefix}/bin/*
%{prefix}/lib/lib*.so.*
%defattr (0444, bin, bin)
-%{prefix}/share/locale/*/LC_MESSAGES/*
-%{prefix}/share/oaf/*
+%{prefix}/share/*
+%config /etc/vfs/*
%files devel
%defattr(0555, bin, bin)
-%dir %{prefix}/include/libnautilus
-%{prefix}/lib/*.so
%{prefix}/lib/*.la
%defattr(0444, bin, bin)
-%{prefix}/include/libnautilus/*
-%{prefix}/include/libnautilus-extensions/*
-%{prefix}/include/librsvg/*
-%{prefix}/include/libtrilobite/*
-%{prefix}/include/nautilus-widgets/*
+%{prefix}/include/*
%{prefix}/idl/*.idl