]> git.pld-linux.org Git - packages/texinfo.git/commitdiff
- release 20, texinfo-4_0-20
authorkloczek <kloczek@pld-linux.org>
Thu, 8 Feb 2001 07:59:40 +0000 (07:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added automake, autoconf to BuildRequires (now texinfo ca be build in
  automake 1.4b enviroment),
- merged fileextension, danish rawhide patches.

Changed files:
    texinfo.spec -> 1.42

texinfo.spec

index 5d3455fda03a3ab0ea51eca64ef0ce74df7423dc..d8d7ab4f2fb04af9c0def3c6c449f7d28731da03 100644 (file)
@@ -5,21 +5,25 @@ Summary(pl):  Narz
 Summary(tr):   texinfo biçimleyici ve info okuyucu
 Name:          texinfo
 Version:       4.0
-Release:       16
+Release:       20
 License:       GPL
 Group:         Applications/Publishing
 Group(de):     Applikationen/Publizieren
 Group(pl):     Aplikacje/Publikowanie
 Source0:       ftp://ftp.gnu.org/pub/gnu/texinfo/%{name}-%{version}.tar.gz
 Source1:       info.desktop
-Patch1:                %{name}-fix.patch
-Patch3:                %{name}-zlib.patch
-Patch4:                %{name}-info.patch
-Patch5:                %{name}-version.texi.patch
-Patch6:                %{name}-DESTDIR.patch
+Patch0:                %{name}-fix.patch
+Patch1:                %{name}-zlib.patch
+Patch2:                %{name}-info.patch
+Patch3:                %{name}-version.texi.patch
+Patch4:                %{name}-DESTDIR.patch
+Patch5:                %{name}-fileextension.patch
+Patch6:                %{name}-danish.patch
 URL:           http://texinfo.org/
-BuildRequires: zlib-devel
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: ncurses-devel >= 5.0
+BuildRequires: zlib-devel
 Requires:      info = %{version}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -103,18 +107,20 @@ bulunur.
 
 %prep
 %setup -q
-%patch1 -p1
-%patch3 -p1 
+%patch0 -p1
+%patch1 -p1 
+%patch2 -p1
+%patch3 -p1
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
 
 %build
 ln -s version.texi doc/version2.texi
-automake
 gettextize --copy --force
 aclocal
 autoconf
+automake -a -c
 %configure \
        --without-included-gettext
 %{__make} -C doc distclean-aminfo
@@ -151,7 +157,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc {ChangeLog,INTRODUCTION,NEWS,README,info/README}.gz
+%doc *.gz info/*.gz
 %attr(755,root,root) %{_bindir}/makeinfo
 %attr(755,root,root) %{_bindir}/texi2dvi
 %attr(755,root,root) %{_bindir}/texindex
This page took 0.094156 seconds and 4 git commands to generate.