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