Changed the Requires to what the configure.in is actually checking for.

* gnome-vfs.spec.in: Changed the Requires to what the configure.in
	is actually checking for.
	* libgnomevfs/Makefile.am: Added
	gnome-vfs-mime-sniff-buffer-private.h to HEADERS.
	* mime-type-capplet/Makefile.am: added a -D to install of the
	.desktop file. Ensures that the dir is there during rpm -ta.

	Can now build a gnome-vfs rpm.
This commit is contained in:
Eskil Heyn Olsen 2000-06-12 08:06:41 +00:00
parent 5fee71527b
commit c2d296c095

View file

@ -25,15 +25,16 @@ nautilus_mime_type_capplet_LDADD =\
$(INTLLIBS) \ $(INTLLIBS) \
$(top_builddir)/libgnomevfs/libgnomevfs.la $(top_builddir)/libgnomevfs/libgnomevfs.la
EXTRA_DIST = \
nautilus-mime-type.desktop
sysdir = $(datadir)/control-center sysdir = $(datadir)/control-center
sys_DATA = nautilus-mime-type.desktop sys_DATA = nautilus-mime-type.desktop
install-data-local: install-data-local:
$(INSTALL_DATA) $(srcdir)/nautilus-mime-type.desktop $(DESTDIR)$(datadir)/gnome/apps/Settings/nautilus-mime-type.desktop $(INSTALL_DATA) -D -c $(srcdir)/nautilus-mime-type.desktop $(DESTDIR)$(datadir)/gnome/apps/Settings/nautilus-mime-type.desktop
EXTRA_DIST = \
$(sys_DATA)