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:
parent
5fee71527b
commit
c2d296c095
1 changed files with 5 additions and 4 deletions
|
@ -25,15 +25,16 @@ nautilus_mime_type_capplet_LDADD =\
|
|||
$(INTLLIBS) \
|
||||
$(top_builddir)/libgnomevfs/libgnomevfs.la
|
||||
|
||||
EXTRA_DIST = \
|
||||
nautilus-mime-type.desktop
|
||||
|
||||
|
||||
sysdir = $(datadir)/control-center
|
||||
sys_DATA = nautilus-mime-type.desktop
|
||||
|
||||
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)
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue