summaryrefslogtreecommitdiff
path: root/nautilus.spec.in
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2003-03-13 11:12:49 +0000
committerAlexander Larsson <alexl@src.gnome.org>2003-03-13 11:12:49 +0000
commitc505989d59fa6e04ebe0eed8b6b9eff225b50620 (patch)
treeb9bb1d33f74c73ed4980e63dadd890eb34d3b8e0 /nautilus.spec.in
parentbafcfa2ffc2f9ff9d716b14946d1c6b1dc5b6ed0 (diff)
downloadnautilus-c505989d59fa6e04ebe0eed8b6b9eff225b50620.tar.gz
Call the response callback on delete_event, with GTK_RESPONSE_CLOSE.
2003-03-13 Alexander Larsson <alexl@redhat.com> * src/nautilus-file-management-properties.c (nautilus_file_management_properties_dialog_show): Call the response callback on delete_event, with GTK_RESPONSE_CLOSE. * src/nautilus-file-management-properties-mail.c: indentation fix. 2003-03-13 Alexander Larsson <alexl@redhat.com> * configure.in: * nautilus.spec.in: Updated spec file from Neil Weisenfeld <weisen@ai.mit.edu>
Diffstat (limited to 'nautilus.spec.in')
-rw-r--r--nautilus.spec.in21
1 files changed, 16 insertions, 5 deletions
diff --git a/nautilus.spec.in b/nautilus.spec.in
index 75858c807..6ec69ee39 100644
--- a/nautilus.spec.in
+++ b/nautilus.spec.in
@@ -6,7 +6,6 @@ Release: 1
License: GPL
Group: User Interface/Desktop
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}-%{version}.tar.gz
-Source2: fixed-ltmain.sh
URL: http://nautilus.eazel.com/
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: pkgconfig >= 0.8
@@ -93,7 +92,6 @@ sed s/relink=yes/relink=no/ ltmain.sh.orig > ltmain.sh
%build
%configure
-rm ltmain.sh && cp %{SOURCE2} ltmain.sh
make %{?_smp_mflags}
%install
@@ -115,21 +113,25 @@ make %{?_smp_mflags}
%defattr(-, root, root)
%doc AUTHORS COPYING COPYING-DOCS COPYING.LIB ChangeLog INSTALL
%doc MAINTAINERS NEWS README THANKS TODO
-%doc %{_datadir}/gnome/help/*
+#%doc %{_datadir}/gnome/help/*
+%{_sysconfdir}/gconf/*
%{_sysconfdir}/X11/serverconfig/.directory
%{_sysconfdir}/X11/starthere/*
%{_sysconfdir}/X11/starthere/.directory
%{_sysconfdir}/X11/sysconfig/.directory
%{_bindir}/*
%{_libdir}/*.so*
-%{_libdir}/libnautilus-tree-view.so
+%{_libdir}/bonobo/libnautilus-*-view.so
%{_libdir}/bonobo/servers/*
+%{_libexecdir}/*
%{_datadir}/applications/*
%{_datadir}/gnome-2.0/ui/*
%{_datadir}/idl/*
%{_datadir}/nautilus
-%doc %{_datadir}/omf/nautilus/*
+%{_datadir}/locale/*/*
%{_datadir}/pixmaps/*
+%{_datadir}/gnome/network/*
+#%doc %{_datadir}/omf/nautilus/*
%files devel
@@ -141,6 +143,15 @@ make %{?_smp_mflags}
%changelog
+* Tue Mar 12 2003 Neil Weisenfeld <weisen@ai.mit.edu>
+- Added various file targets: gnome/network, the libexecdir stuff,
+ locale, gconf (do we need to register this somehow?)
+- Fixed nautilus-tree-view to come from lib/bonobo instead of lib/
+- Actually, now pick up nautilus-*-view.so from lib/bonobo
+- Commented out omf and gnome/help documentation. (should this be
+ coming from somewhere else?)
+- killed dependence on ltmain-fixed.sh as we're "fixing" it in the %prep
+
* Tue Mar 05 2002 Chris Chabot <chabotc@reviewboard.com>
- Fixed file list
- ltmain.sh fix