gnome-vfs.spec
changeset 8501 26c68499ea0c
parent 8403 17149798d13a
child 8520 ace81fd20222
equal deleted inserted replaced
8500:4728cf936bc4 8501:26c68499ea0c
   131 autoconf
   131 autoconf
   132 CFLAGS="$RPM_OPT_FLAGS -DDBUS_API_SUBJECT_TO_CHANGE=1"	\
   132 CFLAGS="$RPM_OPT_FLAGS -DDBUS_API_SUBJECT_TO_CHANGE=1"	\
   133 ./configure --prefix=%{_prefix}		\
   133 ./configure --prefix=%{_prefix}		\
   134             --sysconfdir=%{_sysconfdir} \
   134             --sysconfdir=%{_sysconfdir} \
   135             --libexecdir=%{_libexecdir} \
   135             --libexecdir=%{_libexecdir} \
   136             --enable-gtk-doc
   136             %{gtk_doc_option}
   137 make -j $CPUS
   137 make -j $CPUS
   138 
   138 
   139 %install
   139 %install
   140 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
   140 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
   141 make DESTDIR=$RPM_BUILD_ROOT install
   141 make DESTDIR=$RPM_BUILD_ROOT install
   195 %{_datadir}/gtk-doc/html/gnome-vfs-2.0
   195 %{_datadir}/gtk-doc/html/gnome-vfs-2.0
   196 %{_mandir}/man1/*
   196 %{_mandir}/man1/*
   197 %{_mandir}/man3/*
   197 %{_mandir}/man3/*
   198 
   198 
   199 %changelog
   199 %changelog
       
   200 * Fri Nov  3 2006 - [email protected]
       
   201 - use %gtk_doc_option in configure so that it can be disabled using
       
   202   --without-gtk-doc
   200 * Mon Oct 23 2006 - [email protected]
   203 * Mon Oct 23 2006 - [email protected]
   201 - Added intlotoolize to build .po files. Fixes 6484798.
   204 - Added intlotoolize to build .po files. Fixes 6484798.
   202 * Mon Oct 02 2006 - [email protected]
   205 * Mon Oct 02 2006 - [email protected]
   203 - Bump to 2.16.1.
   206 - Bump to 2.16.1.
   204 * Mon Sep 04 2006 - [email protected]
   207 * Mon Sep 04 2006 - [email protected]