]> git.pld-linux.org Git - packages/automake.git/blob - automake.spec
- fix Source0 URI (use %%version macro)
[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.5
12 Release:        1
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}-%{version}.tar.gz
18 Patch0:         %{name}-info.patch
19 Patch1:         %{name}-man.patch
20 URL:            http://sourceware.cygnus.com/automake/
21 BuildRequires:  autoconf
22 BuildRequires:  perl
23 Requires:       perl
24 Requires:       perl(File::Glob)
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26 BuildArch:      noarch
27
28 %description
29 Automake is an experimental Makefile generator. Automake was inspired
30 by the 4.4BSD make and include files, but aims to be portable and to
31 conform to the GNU standards for Makefile variables and targets.
32
33 %description -l de
34 Automake ist ein experimenteller Makefile-Generator, inspiriert durch
35 die 4.4BSD-Make und Include-Dateien, der jedoch auf Portabilität und
36 Konformität mit den GNU-Standards für Makefile-Variable und Targets
37 abzielt.
38
39 %description -l es
40 Automake es un creador experimental de Makefiles. Fue inspirado en el
41 4.4BSD make y incluye archivos, pero visa ser portátil y compatible
42 con los padrones GNU para variables y dianas de Makefile.
43
44 %description -l fr
45 automake est un générateur expérimental de makefiles. Il a été inspiré
46 par le make de BSD 4.4, mais se veut portable et conforme aux
47 standards GNU pour les variables et les cibles des makefiles.
48
49 %description -l pl
50 Automake jest eksperymentalnym generatorem plików Makefile'a.
51 Narzêdzie to jest wzorowane na make i plikach nag³ówkowych z systemu
52 4.4BSD. Umo¿liwia ono generowanie plików Makefile w oderwaniu od
53 platformy systemowej bêd±c jednocze¶nie zgodnym ze standardami GNU.
54
55 %description -l pt_BR
56 Automake é um gerador experimental de Makefiles. Ele foi inspirado
57 pelo 4.4BSD make e inclui arquivos, mas visa ser portável e compatível
58 com os padrões GNU para variáveis e alvos de Makefile.
59
60 %description -l tr
61 Automake deneysel bir Makefile üreticisidir. 4.4BSD make ve include
62 dosyalarýndan esinlenilmistir, ama amaç taþýnabilir olmak ve Makefile
63 deðiþkenleri ve hedefleri için GNU standartlarýna uyum göstermektir.
64
65 %prep
66 %setup -q 
67 #%patch0 -p1
68 %{!?_without_man:%patch1 -p1}
69
70 %build
71 %{!?_without_man:rm -f missing}
72 aclocal
73 autoconf
74 %{!?_without_man:automake -a -c}
75 %configure
76 %{__make}
77
78 %install
79 rm -rf $RPM_BUILD_ROOT
80
81 %{__make} install DESTDIR=$RPM_BUILD_ROOT
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 %{!?_without_man:%{_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.15187 seconds and 3 git commands to generate.