]> git.pld-linux.org Git - packages/opensp.git/commitdiff
skip autotools (broken with newer versions); refresh config.sub
authorJan Palus <atler@pld-linux.org>
Wed, 29 Apr 2020 10:02:14 +0000 (10:02 +0000)
committerJan Palus <atler@pld-linux.org>
Wed, 29 Apr 2020 10:02:14 +0000 (10:02 +0000)
opensp.spec

index 24db6bda33b1d84723dcc9ee133749173e3b69d7..01911fb08d55616a27df13b58353b7c46a67cbd1 100644 (file)
@@ -12,8 +12,6 @@ Patch0:               %{name}-nolibnsl.patch
 Patch1:                %{name}-localedir.patch
 Patch2:                %{name}-automake.patch
 URL:           http://openjade.sourceforge.net/
-BuildRequires: autoconf >= 2.53
-BuildRequires: automake
 BuildRequires: gettext-tools >= 0.14.4
 BuildRequires: libstdc++-devel
 BuildRequires: libtool >= 2:1.4d
@@ -66,11 +64,7 @@ Biblioteki statyczne OpenSP.
 %patch2 -p1
 
 %build
-# don't run gettextize (PACKAGE changed to @SP_MESSAGE_DOMAIN@ in po/Makefile.in.in)
-%{__libtoolize}
-%{__aclocal}
-%{__autoconf}
-%{__automake}
+cp -f /usr/share/automake/config.sub .
 %configure \
        --enable-default-catalog=%{_sysconfdir}/sgml/catalog \
        --enable-default-search-path=%{sgmldir} \
This page took 0.109093 seconds and 4 git commands to generate.