Automake fixup
This commit is contained in:
parent
91d3000d58
commit
bf99574963
@ -11,12 +11,15 @@ Source2: libcdio-no_date_footer.hml
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: pkgconfig doxygen
|
BuildRequires: pkgconfig doxygen
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
|
BuildRequires: help2man
|
||||||
Requires(post): /sbin/ldconfig
|
Requires(post): /sbin/ldconfig
|
||||||
Requires(post): /sbin/install-info
|
Requires(post): /sbin/install-info
|
||||||
Requires(preun): /sbin/install-info
|
Requires(preun): /sbin/install-info
|
||||||
|
|
||||||
# The patch touches Makefile.am files:
|
# The patch touches Makefile.am files:
|
||||||
BuildRequires: automake autoconf
|
BuildRequires: automake autoconf
|
||||||
|
BuildRequires: libtool
|
||||||
|
BuildRequires: gettext-devel
|
||||||
Patch1: libcdio-0.80-paranoia-fix.patch
|
Patch1: libcdio-0.80-paranoia-fix.patch
|
||||||
|
|
||||||
|
|
||||||
@ -44,7 +47,11 @@ iconv -f euc-jp -t utf-8 -o $f.utf8 $f && mv $f.utf8 $f
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
libtoolize --force || :
|
||||||
|
aclocal || :
|
||||||
|
autoheader || :
|
||||||
automake || :
|
automake || :
|
||||||
|
autoconf || :
|
||||||
%configure \
|
%configure \
|
||||||
--disable-vcd-info \
|
--disable-vcd-info \
|
||||||
--disable-dependency-tracking \
|
--disable-dependency-tracking \
|
||||||
|
Loading…
Reference in New Issue
Block a user