]> git.pld-linux.org Git - packages/automake.git/blob - automake.spec
- updated to 1.4b,
[packages/automake.git] / automake.spec
1 Summary:        GNU automake - Makefile configuration tools
2 Summary(de):    GNU automake - Makefile-Konfigurationstools
3 Summary(fr):    automake de GNU - Outils de configuration des makefiles
4 Summary(pl):    GNU Automake - generator plików Makefile
5 Summary(tr):    Makefile yapýlandýrma araçlarý
6 Name:           automake
7 Version:        1.4b
8 Release:        1
9 License:        GPL
10 Group:          Development/Building
11 Group(de):      Entwicklung/Bauen
12 Group(pl):      Programowanie/Budowanie
13 Source0:        ftp://sourceware.cygnus.com/pub/automake/%{name}-%{version}.tar.gz
14 Patch0:         %{name}-info.patch
15 URL:            http://sourceware.cygnus.com/automake/
16 BuildRequires:  autoconf
17 BuildRequires:  perl
18 Requires:       perl
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20 BuildArch:      noarch
21
22 %description
23 Automake is an experimental Makefile generator. Automake was inspired
24 by the 4.4BSD make and include files, but aims to be portable and to
25 conform to the GNU standards for Makefile variables and targets.
26
27 %description -l de
28 Automake ist ein experimenteller Makefile-Generator, inspiriert durch
29 die 4.4BSD-Make und Include-Dateien, der jedoch auf Portabilität und
30 Konformität mit den GNU-Standards für Makefile-Variable und Targets
31 abzielt.
32
33 %description -l fr
34 automake est un générateur expérimental de makefiles. Il a été inspiré
35 par le make de BSD 4.4, mais se veut portable et conforme aux
36 standards GNU pour les variables et les cibles des makefiles.
37
38 %description -l pl
39 Automake jest eksperymentalnym generatorem plików Makefile'a.
40 Narzêdzie to jest wzorowane na make i plikach nag³ówkowych z systemu
41 4.4BSD. Umo¿liwia ono generowanie plików Makefile w oderwaniu od
42 platformy systemowej bêd±c jednocze¶nie zgodnym ze standardami GNU.
43
44 %description -l tr
45 Automake deneysel bir Makefile üreticisidir. 4.4BSD make ve include
46 dosyalarýndan esinlenilmistir, ama amaç taþýnabilir olmak ve Makefile
47 deðiþkenleri ve hedefleri için GNU standartlarýna uyum göstermektir.
48
49 %prep
50 %setup -q
51 %patch0 -p1
52
53 %build
54 autoconf
55 %configure
56 %{__make}
57
58 %install
59 rm -rf $RPM_BUILD_ROOT
60
61 %{__make} install DESTDIR=$RPM_BUILD_ROOT
62
63 gzip -9nf AUTHORS ChangeLog NEWS README THANKS TODO
64
65 %post
66 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
67
68 %postun
69 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
70
71 %clean
72 rm -rf $RPM_BUILD_ROOT
73
74 %files
75 %defattr(644,root,root,755)
76 %doc *.gz
77 %attr(755,root,root) %{_bindir}/*
78 %{_infodir}/automake*
79
80 %{_aclocaldir}
81 %{_mandir}/man1/*
82
83 %dir %{_datadir}/automake
84 %{_datadir}/automake/*.am
85 %{_datadir}/automake/texinfo.tex
86 %attr(755,root,root) %{_datadir}/automake/config.guess
87 %attr(755,root,root) %{_datadir}/automake/config.sub
88 %attr(755,root,root) %{_datadir}/automake/install-sh
89 %attr(755,root,root) %{_datadir}/automake/mdate-sh
90 %attr(755,root,root) %{_datadir}/automake/elisp-comp
91 %attr(755,root,root) %{_datadir}/automake/acinstall
92 %attr(755,root,root) %{_datadir}/automake/ylwrap
93 %attr(755,root,root) %{_datadir}/automake/mkinstalldirs
94 %attr(755,root,root) %{_datadir}/automake/missing
This page took 0.089556 seconds and 4 git commands to generate.