]> git.pld-linux.org Git - packages/texinfo.git/blobdiff - texinfo.spec
perl -pi -e "s/^gettextize --copy --force/\%%\{__gettextize\}/"
[packages/texinfo.git] / texinfo.spec
index 7a1fdc24f77ced9dc42b5b0e7db25d6eda2e5968..2569f9f27812bf78a996af4c4101e0584a76b182 100644 (file)
@@ -6,18 +6,19 @@ 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.0g
-Release:       1
+Version:       4.2
+Release:       2
 License:       GPL
 Group:         Applications/Publishing
-Source0:       ftp://alpha.gnu.org/pub/gnu/%{name}-%{version}.tar.gz
+Source0:       ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
 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
@@ -157,24 +158,26 @@ Narz
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1 
+%patch1 -p1
 %patch2 -p1
 %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
+%{__gettextize}
+aclocal -I m4
+%{__autoconf}
+%{__automake}
 %configure \
        --without-included-gettext
-%{__make} -C doc distclean-aminfo
+%{__make} -C doc maintainer-clean-aminfo
 %{__make}
 rm -f util/install-info
-%{__make} -C util 
+%{__make} -C util
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.061011 seconds and 4 git commands to generate.