Build cleanups
This commit is contained in:
parent
8e7aa541f5
commit
d93c290220
@ -13,7 +13,6 @@ BuildRequires: docbook-utils
|
||||
BuildRequires: jade
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: docbook-style-xsl
|
||||
BuildRequires: scrollkeeper
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: gnome-doc-utils
|
||||
BuildRequires: gettext
|
||||
@ -44,16 +43,13 @@ and GNOME.
|
||||
mv doc/README doc/README.docs
|
||||
|
||||
%build
|
||||
env NOCONFIGURE=1 ./autogen.sh
|
||||
%configure --disable-scrollkeeper
|
||||
#env NOCONFIGURE=1 ./autogen.sh
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
|
||||
# --disable-scrollkeeper is not enough
|
||||
rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html
|
||||
|
||||
%files
|
||||
|
Loading…
Reference in New Issue
Block a user