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