]> git.pld-linux.org Git - packages/gawk.git/blobdiff - gawk.spec
- fix from upstream for gsub rebuilding $0 when no substiution was done
[packages/gawk.git] / gawk.spec
index cc808e263d48b4f5d68db4ecdc7876362d0cec3d..178ef606fad260dc420b703e647380a4671e9bc7 100644 (file)
--- a/gawk.spec
+++ b/gawk.spec
@@ -1,28 +1,39 @@
 Summary:       The GNU version of the awk text processing utility
 Summary:       The GNU version of the awk text processing utility
-Summary(de):   Die GNU-Version des AWK-Textverarbeitungsutilitys
-Summary(fr):   Traitement de texte des utilitaires GNU
-Summary(pl):   Wersja GNU awk - narzêdzia do obróbki tekstów
-Summary(tr):   GNU araçlarý metin düzenleyici
+Summary(de.UTF-8):     Die GNU-Version des AWK-Textverarbeitungsutilitys
+Summary(es.UTF-8):     Utilitarios GNU para manipulación de archivos texto
+Summary(fr.UTF-8):     Traitement de texte des utilitaires GNU
+Summary(ja.UTF-8):     GNU バージョンの awk テキスト処理ユーティリティー
+Summary(pl.UTF-8):     Wersja GNU awk - narzędzia do obróbki tekstów
+Summary(pt_BR.UTF-8):  Utilitários GNU para manipulação arquivos texto
+Summary(ru.UTF-8):     GNU версия утилиты обработки текстов awk
+Summary(tr.UTF-8):     GNU araçları metin düzenleyici
+Summary(uk.UTF-8):     GNU версія утиліти обробки текстів awk
 Name:          gawk
 Name:          gawk
-Version:       3.0.4
-Release:       5
-License:       GPL
-Group:         Utilities/Text
-Group(fr):     Utilitaires/Texte
-Group(pl):     Narzêdzia/Tekst
-Source0:       ftp://prep.ai.mit.edu/pub/gnu/%{name}-%{version}.tar.gz
-Patch0:                gawk-unaligned.patch
-Patch1:                gawk-info.patch
-Patch2:                gawk-mktemp.patch
-Patch3:                gawk-DESTDIR.patch
-Patch4:                gawk-zero_flag.patch
+Version:       4.0.0
+Release:       2
+License:       GPL v3+
+Group:         Applications/Text
+Source0:       http://ftp.gnu.org/gnu/gawk/%{name}-%{version}.tar.bz2
+# Source0-md5: 7cdc48e99b885a4bbe0e98dcf1706b22
+Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
+# Source1-md5: 80753d75be0f469f70e8c90e75121a9c
+Patch0:                %{name}-info.patch
+Patch1:                %{name}-shutup.patch
+Patch2:                %{name}-pl.po-update.patch
+Patch3:                %{name}-gsub_regenarate.patch
+URL:           http://www.gnu.org/software/gawk/
+BuildRequires: autoconf >= 2.68
+BuildRequires: automake >= 1:1.11
+BuildRequires: gettext-devel >= 0.18.1
+BuildRequires: libsigsegv
+BuildRequires: readline-devel
+BuildRequires: texinfo >= 4.3
 Requires:      mktemp
 Requires:      sed
 Requires:      mktemp
 Requires:      sed
-BuildRequires: texinfo
+Obsoletes:     gawk-doc
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _libexecdir     %{_prefix}/lib
-%define                _libdir         %{_prefix}/lib
+%define                _includedir     %{_prefix}/include/awk
 
 %description
 The gawk packages contains the GNU version of awk, a text processing
 
 %description
 The gawk packages contains the GNU version of awk, a text processing
@@ -32,80 +43,140 @@ should be upwardly compatible with the Bell Labs research version of
 awk and is almost completely compliant with the 1993 POSIX 1003.2
 standard for awk.
 
 awk and is almost completely compliant with the 1993 POSIX 1003.2
 standard for awk.
 
-Install the gawk package if you need a text processing utility. Gawk
-is considered to be a standard Linux tool for processing text.
-
-%description -l de
-Das gawk-Paket enthält die GNU-Version von awk, einem
+%description -l de.UTF-8
+Das gawk-Paket enthält die GNU-Version von awk, einem
 Textverarbeitungs-Utility. Awk interpretiert eine spezielle
 Programmiersprache, um Textmuster zu suchen, und neu zu formatieren.
 Gawk ist kompatibel zu der Bell Labs research-Version von awk, und ist
 fast kompatibel zum 1993 POSIX 1003.2-awk-Standard.
 
 Textverarbeitungs-Utility. Awk interpretiert eine spezielle
 Programmiersprache, um Textmuster zu suchen, und neu zu formatieren.
 Gawk ist kompatibel zu der Bell Labs research-Version von awk, und ist
 fast kompatibel zum 1993 POSIX 1003.2-awk-Standard.
 
-Installieren Sie gawk, wenn Sie ein Textverarbeitungsutility brauchen.
+%description -l es.UTF-8
+Este es el GNU Awk. Debe ser compatible con la versión de pesquisa de
+awk del Bell Labs. Es casi completamente vinculado con el padrón 1993
+POSIX 1003.2 para awk. Gawk puede ser usado para procesar archivos
+texto y se considera una herramienta padrón del Linux.
 
 
-%description -l fr
+%description -l fr.UTF-8
 awk de GNU, compatible vers le haut avec les versions awk des Bell
 Labs. Il est presque totalement conforme au standard 1993 POSIX 1003.2
 de awk.
 
 awk de GNU, compatible vers le haut avec les versions awk des Bell
 Labs. Il est presque totalement conforme au standard 1993 POSIX 1003.2
 de awk.
 
-gawk sert à traiter les fichiers texte est est considéré comme un
-outil standard de Linux.
+%description -l ja.UTF-8
+gawk パッケージは GNU バージョンの、テキスト処理ユーティリティー
+である awk を含んでいます。awk は素早く、容易なパターンマッチングと
+整形処理をするための特殊な目的の言語です。gawk はベル研のバージョンの
+awk と上位互換で、awk の 1993 POSIX 1003.2 標準に完全に合致します。
 
 
-%description -l pl
-Pakiet zawiera implementacjê GNU interpretera jêzyka awk, który
-powinien byæ kompatybilny z aplikacj± o tej samej nazwie zrobion±
-przez Bell Labs. GNU awk jest w pe³ni zgodny ze standardem 1993 POSIX
+%description -l pl.UTF-8
+Pakiet zawiera implementację GNU interpretera języka awk, który
+powinien być kompatybilny z aplikacją o tej samej nazwie zrobioną
+przez Bell Labs. GNU awk jest w pełni zgodny ze standardem 1993 POSIX
 1003.2.
 
 1003.2.
 
-Gawk (GNU awk) jest zaawansowanym jêzykiem skryptowym, doskonale
-nadaj±cym siê do obróbki plików tekstowych. Jest to jedno z
-podstawowych narzêdzi systemu Linux.
-
-%description -l tr
-Gawk metin dosyalarýný iþlemek için kullanýlan standart Linux
-araçlarýndan biridir.
+Gawk (GNU awk) jest zaawansowanym językiem skryptowym, doskonale
+nadającym się do obróbki plików tekstowych. Jest to jedno z
+podstawowych narzędzi systemu Linux.
+
+%description -l pt_BR.UTF-8
+Este é o GNU Awk. Ele deve ser compatível com a versão de pesquisa de
+awk do Bell Labs. Ele é quase completamente vinculado com o padrão
+1993 POSIX 1003.2 para awk. Gawk pode ser usado para processar
+arquivos texto e é considerado uma ferramenta padrão do Linux.
+
+%description -l ru.UTF-8
+Пакет gawk содержит GNU версию awk, утилиты обработки текстов. awk
+интерпретирует специализированный язык программирования для быстрого и
+легкого выполнения работ по сопоставлению с шаблонами и
+переформатированию текстов. Gawk должен быть совместим с версией awk
+от Bell Labs и практически полностью отвечает стандарту 1993 POSIX
+1003.2 на awk.
+
+%description -l tr.UTF-8
+Gawk metin dosyalarını işlemek için kullanılan standart Linux
+Araçlarından biridir.
+
+%description -l uk.UTF-8
+Пакет gawk містить GNU версію awk, утиліти обробки текстів. awk
+інтерпретує спеціалізовану мову програмування для швидкого та легкого
+виконання робіт по співставленню з шаблонами та переформатуванню
+текстів. Gawk має бути сумісним з версією awk від Bell Labs і
+практично повністю відповідає стандарту 1993 POSIX 1003.2 на awk.
+
+%package devel
+Summary:       Header files for gawk
+Summary(pl.UTF-8):     Pliki nagłówkowe dla gawka
+Group:         Development/Libraries
+
+%description devel
+This is the package containing the header files for gawk.
+
+%description devel -l pl.UTF-8
+Ten pakiet zawiera pliki nagłówkowe dla gawka.
 
 %prep
 
 %prep
-%setup  -q
+%setup -q
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p0
+
+%{__rm} po/stamp-po
 
 %build
 
 %build
-LDFLAGS="-s"; export LDFLAGS
+%{__gettextize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+
 %configure
 %configure
-make
+
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
 
 
-make install \
-       DESTDIR=$RPM_BUILD_ROOT 
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 
-rm -f $RPM_BUILD_ROOT%{_bindir}/gawk-%{version}
+install -d $RPM_BUILD_ROOT%{_includedir}
+install *.h $RPM_BUILD_ROOT%{_includedir}
 
 
-gzip -9nf $RPM_BUILD_ROOT{%{_infodir}/gawk.info*,%{_mandir}/man1/*} \
-       README ACKNOWLEDGMENT FUTURES LIMITATIONS NEWS PORTS \
-       README_d/README.linux POSIX.STD
+bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
+%{__rm} $RPM_BUILD_ROOT%{_bindir}/gawk-%{version}
+%{__rm} $RPM_BUILD_ROOT%{_mandir}/README.gawk-non-english-man-pages
+rm -f $RPM_BUILD_ROOT%{_datadir}/info/dir
 
 
-%post
-[ -x /usr/sbin/fix-info-dir ] && /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
-
-%postun
-[ -x /usr/sbin/fix-info-dir ] && /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%post  -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+
+%postun        -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %defattr(644,root,root,755)
-%doc *gz README_d/README.linux.gz doc/*.ps.gz
-%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man1/*
-%{_infodir}/*info*
+%doc AUTHORS ChangeLog FUTURES LIMITATIONS NEWS POSIX.STD PROBLEMS README TODO
+%attr(755,root,root) %{_bindir}/dgawk
+%attr(755,root,root) %{_bindir}/gawk
+%attr(755,root,root) %{_bindir}/igawk
+%attr(755,root,root) %{_bindir}/pgawk*
 %attr(755,root,root) %{_libdir}/awk
 %{_datadir}/awk
 %attr(755,root,root) %{_libdir}/awk
 %{_datadir}/awk
+%{_mandir}/man1/gawk.1*
+%{_mandir}/man1/igawk.1*
+%{_mandir}/man1/pgawk.1*
+%lang(es) %{_mandir}/es/man1/*
+%lang(fr) %{_mandir}/fr/man1/*
+%lang(it) %{_mandir}/it/man1/*
+%lang(ja) %{_mandir}/ja/man1/*
+%lang(pl) %{_mandir}/pl/man1/*
+%{_infodir}/gawk*.info*
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}
This page took 0.214123 seconds and 4 git commands to generate.