- Disable man support

- Disable info support
- Don't try to install schemas during install (bug 154035)
This commit is contained in:
Ray Strode 2005-04-28 17:45:46 +00:00
parent 6b09a6b09a
commit a9221952c3

View File

@ -57,7 +57,7 @@ one central tool.
%setup -q %setup -q
%build %build
%configure --with-mozilla=mozilla --enable-man --enable-info %configure --with-mozilla=mozilla --disable-man --disable-info --disable-schemas-install
make make
%install %install
@ -94,6 +94,11 @@ gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/yelp.schemas >
%{_datadir}/yelp %{_datadir}/yelp
%changelog %changelog
* Thu Apr 28 2005 Ray Strode <rstrode@redhat.com> 2.9.3-6
- Disable man support
- Disable info support
- Don't try to install schemas during install (bug 154035)
* Mon Apr 18 2005 Ray Strode <rstrode@redhat.com> 2.9.3-5 * Mon Apr 18 2005 Ray Strode <rstrode@redhat.com> 2.9.3-5
- Depend on mozilla 1.7.7 - Depend on mozilla 1.7.7