- Disable man support
- Disable info support - Don't try to install schemas during install (bug 154035)
This commit is contained in:
parent
6b09a6b09a
commit
a9221952c3
@ -57,7 +57,7 @@ one central tool.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --with-mozilla=mozilla --enable-man --enable-info
|
||||
%configure --with-mozilla=mozilla --disable-man --disable-info --disable-schemas-install
|
||||
make
|
||||
|
||||
%install
|
||||
@ -94,6 +94,11 @@ gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/yelp.schemas >
|
||||
%{_datadir}/yelp
|
||||
|
||||
%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
|
||||
- Depend on mozilla 1.7.7
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user