]> git.pld-linux.org Git - packages/texinfo.git/blobdiff - texinfo.spec
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
[packages/texinfo.git] / texinfo.spec
index b579bef9609babc850a5def9fd8aacff16ccc87c..69f3abc73c1da2d9eb4bab28044deb65f9b07cff 100644 (file)
@@ -6,8 +6,8 @@ Summary(pl):    Narz
 Summary(pt_BR):        Formatador texinfo e leitor de arquivos info
 Summary(tr):   texinfo biçimleyici ve info okuyucu
 Name:          texinfo
-Version:       4.1
-Release:       1
+Version:       4.2
+Release:       2
 License:       GPL
 Group:         Applications/Publishing
 Source0:       ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
@@ -15,9 +15,10 @@ Source1:     info.desktop
 Patch0:                %{name}-fix.patch
 Patch1:                %{name}-zlib.patch
 Patch2:                %{name}-info.patch
-Patch3:                %{name}-version.texi.patch
-Patch4:                %{name}-fileextension.patch
-Patch5:                %{name}-ALL_LINGUAS.patch
+Patch3:                %{name}-fileextension.patch
+Patch4:                %{name}-ALL_LINGUAS.patch
+Patch5:                %{name}-ac_fixes.patch
+Patch6:                %{name}-am_fixes.patch
 URL:           http://texinfo.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -162,13 +163,15 @@ Narz
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
+rm -f missing m4/{codeset,gettext,glibc21,iconv,isc-posix,lcmessage,progtest}.m4
 ln -sf version.texi doc/version2.texi
-#gettextize --copy --force
-#aclocal
-autoconf
-automake -a -c -f
+gettextize --copy --force
+aclocal -I m4
+%{__autoconf}
+%{__automake}
 %configure \
        --without-included-gettext
 %{__make} -C doc maintainer-clean-aminfo
This page took 0.060936 seconds and 4 git commands to generate.