]> git.pld-linux.org Git - packages/automake.git/blob - automake.spec
- merge translations from CNV.
[packages/automake.git] / automake.spec
1 # _without_man - without man pages (use if you don't have automake >= 1.4b installed)
2 %include        /usr/lib/rpm/macros.perl
3 Summary:        GNU automake - Makefile configuration tools
4 Summary(de):    GNU automake - Makefile-Konfigurationstools
5 Summary(es):    GNU automake - herramientas de configuración de Makefile
6 Summary(fr):    automake de GNU - Outils de configuration des makefiles
7 Summary(pl):    GNU Automake - generator plików Makefile
8 Summary(pt_BR): GNU automake - ferramentas de configuração de Makefile
9 Summary(tr):    Makefile yapýlandýrma araçlarý
10 Name:           automake
11 Version:        1.4p5
12 Release:        2
13 License:        GPL
14 Group:          Development/Building
15 Group(de):      Entwicklung/Bauen
16 Group(pl):      Programowanie/Budowanie
17 Source0:        ftp://sourceware.cygnus.com/pub/automake/%{name}-1.4-p5.tar.gz
18 Patch0:         %{name}-info.patch
19 Patch1:         %{name}-man.patch
20 Patch2:         %{name}-libtoolize.patch
21 URL:            http://sourceware.cygnus.com/automake/
22 BuildRequires:  autoconf
23 BuildRequires:  perl
24 Requires:       perl
25 Requires:       perl(File::Glob)
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27 BuildArch:      noarch
28
29 %description
30 Automake is an experimental Makefile generator. Automake was inspired
31 by the 4.4BSD make and include files, but aims to be portable and to
32 conform to the GNU standards for Makefile variables and targets.
33
34 %description -l de
35 Automake ist ein experimenteller Makefile-Generator, inspiriert durch
36 die 4.4BSD-Make und Include-Dateien, der jedoch auf Portabilität und
37 Konformität mit den GNU-Standards für Makefile-Variable und Targets
38 abzielt.
39
40 %description -l es
41 Automake es un creador experimental de Makefiles. Fue inspirado en el
42 4.4BSD make y incluye archivos, pero visa ser portátil y compatible
43 con los padrones GNU para variables y dianas de Makefile.
44
45 %description -l fr
46 automake est un générateur expérimental de makefiles. Il a été inspiré
47 par le make de BSD 4.4, mais se veut portable et conforme aux
48 standards GNU pour les variables et les cibles des makefiles.
49
50 %description -l pl
51 Automake jest eksperymentalnym generatorem plików Makefile'a.
52 Narzêdzie to jest wzorowane na make i plikach nag³ówkowych z systemu
53 4.4BSD. Umo¿liwia ono generowanie plików Makefile w oderwaniu od
54 platformy systemowej bêd±c jednocze¶nie zgodnym ze standardami GNU.
55
56 %description -l pt_BR
57 Automake é um gerador experimental de Makefiles. Ele foi inspirado
58 pelo 4.4BSD make e inclui arquivos, mas visa ser portável e compatível
59 com os padrões GNU para variáveis e alvos de Makefile.
60
61 %description -l tr
62 Automake deneysel bir Makefile üreticisidir. 4.4BSD make ve include
63 dosyalarýndan esinlenilmistir, ama amaç taþýnabilir olmak ve Makefile
64 deðiþkenleri ve hedefleri için GNU standartlarýna uyum göstermektir.
65
66 %prep
67 %setup -q -n %{name}-1.4-p5
68 %patch0 -p1
69 %{!?_without_man:%patch1 -p1}
70 %patch2 -p1
71
72 %build
73 %{!?_without_man:rm -f missing}
74 aclocal
75 autoconf
76 %{!?_without_man:automake -a -c}
77 %configure
78 %{__make}
79
80 %install
81 rm -rf $RPM_BUILD_ROOT
82
83 %{__make} install DESTDIR=$RPM_BUILD_ROOT
84
85 gzip -9nf AUTHORS ChangeLog NEWS README THANKS TODO
86
87 %post
88 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
89
90 %postun
91 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
92
93 %clean
94 rm -rf $RPM_BUILD_ROOT
95
96 %files
97 %defattr(644,root,root,755)
98 %doc *.gz
99 %attr(755,root,root) %{_bindir}/*
100 %{_infodir}/automake*
101
102 %{_aclocaldir}
103 %{!?_without_man:%{_mandir}/man1/*}
104
105 %dir %{_datadir}/automake
106 %{_datadir}/automake/*.am
107 %{_datadir}/automake/COPYING
108 %{_datadir}/automake/INSTALL
109 %{_datadir}/automake/texinfo.tex
110 %attr(755,root,root) %{_datadir}/automake/acinstall
111 %attr(755,root,root) %{_datadir}/automake/config.guess
112 %attr(755,root,root) %{_datadir}/automake/config.sub
113 %attr(755,root,root) %{_datadir}/automake/elisp-comp
114 %attr(755,root,root) %{_datadir}/automake/install-sh
115 %attr(755,root,root) %{_datadir}/automake/mdate-sh
116 %attr(755,root,root) %{_datadir}/automake/ylwrap
117 %attr(755,root,root) %{_datadir}/automake/mkinstalldirs
118 %attr(755,root,root) %{_datadir}/automake/missing
This page took 0.0718 seconds and 3 git commands to generate.