forked from pool/wayland
Drop documentation, it creates a build loop
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=56
This commit is contained in:
parent
f58d124506
commit
8e8ccea736
13
wayland.spec
13
wayland.spec
@ -32,14 +32,10 @@ Source3: baselibs.conf
|
|||||||
#git#BuildRequires: autoconf >= 2.64
|
#git#BuildRequires: autoconf >= 2.64
|
||||||
#git#BuildRequires: automake >= 1.11
|
#git#BuildRequires: automake >= 1.11
|
||||||
#git#BuildRequires: libtool >= 2.2
|
#git#BuildRequires: libtool >= 2.2
|
||||||
BuildRequires: doxygen
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: graphviz
|
|
||||||
BuildRequires: graphviz-gnome
|
|
||||||
BuildRequires: libxml2-tools
|
BuildRequires: libxml2-tools
|
||||||
BuildRequires: libxslt-tools
|
BuildRequires: libxslt-tools
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkg-config
|
||||||
BuildRequires: xmlto
|
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: pkgconfig(expat)
|
BuildRequires: pkgconfig(expat)
|
||||||
BuildRequires: pkgconfig(libffi)
|
BuildRequires: pkgconfig(libffi)
|
||||||
@ -121,7 +117,7 @@ if [ ! -e configure ]; then
|
|||||||
autoreconf -fi;
|
autoreconf -fi;
|
||||||
fi;
|
fi;
|
||||||
%configure --disable-static --includedir="%_includedir/%name" \
|
%configure --disable-static --includedir="%_includedir/%name" \
|
||||||
--docdir="%_defaultdocdir/%name"
|
--docdir="%_defaultdocdir/%name" --disable-documentation
|
||||||
make %{?_smp_mflags} V=1
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -168,10 +164,5 @@ fi
|
|||||||
%_datadir/aclocal/
|
%_datadir/aclocal/
|
||||||
#%_datadir/pkgconfig/wayland-*.pc
|
#%_datadir/pkgconfig/wayland-*.pc
|
||||||
%_datadir/wayland/
|
%_datadir/wayland/
|
||||||
%_mandir/man3/wl_*.3*
|
|
||||||
|
|
||||||
%files doc
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%_docdir/wayland/
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user