Accepting request 234837 from network:samba:STABLE
Remove dependency on doxygen. Doxygen is only used for generating the html documentation, but the html documentation was not actually packaged, so there is no point in running it. OBS-URL: https://build.opensuse.org/request/show/234837 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/talloc?expand=0&rev=12
This commit is contained in:
commit
f58d98709b
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 20 11:59:12 UTC 2014 - dmueller@suse.com
|
||||
|
||||
- Remove dependency on doxygen. Doxygen is only used for generating
|
||||
the html documentation, but the html documentation was not
|
||||
actually packaged, so there is no point in running it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 23 16:42:59 UTC 2014 - dmueller@suse.com
|
||||
|
||||
|
@ -26,7 +26,6 @@ Name: talloc
|
||||
%endif
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: libxslt
|
||||
%if 0%{?suse_version} > 1020
|
||||
BuildRequires: pkg-config
|
||||
@ -132,7 +131,6 @@ CONFIGURE_OPTIONS="\
|
||||
./configure ${CONFIGURE_OPTIONS}
|
||||
%{__make} %{build_make_smp_mflags} \
|
||||
all
|
||||
doxygen doxy.config
|
||||
|
||||
%check
|
||||
# make test doesn't work with --disable-rpath
|
||||
|
Loading…
Reference in New Issue
Block a user