diff options
author | Ramiro Estrugo <ramiro@src.gnome.org> | 2001-06-18 19:36:28 +0000 |
---|---|---|
committer | Ramiro Estrugo <ramiro@src.gnome.org> | 2001-06-18 19:36:28 +0000 |
commit | 465178a143faae1e7cd5104f452c22961818b460 (patch) | |
tree | a4fc71a217b429a5be9dc866f60e0ffe126e12ec /nautilus.spec.in | |
parent | 32da25043ec9ce6d668f0bd19e0ec64076e83fd5 (diff) | |
download | nautilus-465178a143faae1e7cd5104f452c22961818b460.tar.gz |
Put the idl files in the main package, not the devel package because the
* nautilus.spec.in:
Put the idl files in the main package, not the devel package
because the perl corba bindings can use the .idl files at run
time. Thanks to jacob berkman <jacob@ximian.com> for pointing
this out.
Diffstat (limited to 'nautilus.spec.in')
-rw-r--r-- | nautilus.spec.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/nautilus.spec.in b/nautilus.spec.in index 108d24257..c0cf026df 100644 --- a/nautilus.spec.in +++ b/nautilus.spec.in @@ -186,7 +186,6 @@ scrollkeeper-update %{_bindir}/run-nautilus %{_bindir}/nautilus-launcher-applet %{_bindir}/nautilus-xml-migrate -#%{prefix}/idl/*.idl %{_libdir}/libnautilus-adapter.so.0 %{_libdir}/libnautilus-adapter.so.0.0.0 %{_libdir}/libnautilus-private.so.0 @@ -264,6 +263,11 @@ scrollkeeper-update %{_datadir}/oaf/Nautilus_shell.oaf %{_datadir}/oaf/Nautilus_Control_throbber.oaf +# We put the idl files in the main package, not the devel package +# because the perl corba bindings can use the .idl files at run time. +%{_datadir}/idl/nautilus-view-component.idl +%{_datadir}/idl/nautilus-distributed-undo.idl + %defattr (-, root, root) %{_datadir}/gnome/help %{_datadir}/omf/nautilus @@ -278,8 +282,6 @@ scrollkeeper-update %defattr(0444, bin, bin) %{_includedir}/libnautilus/*.h -%{_datadir}/idl/nautilus-view-component.idl -%{_datadir}/idl/nautilus-distributed-undo.idl %files mozilla |