]> git.pld-linux.org Git - packages/automake.git/blob - automake.spec
- release 11: use new rpm automation.
[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.4
8 Release:        11
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 Patch1:         %{name}-armnetwinder.patch
16 Patch2:         %{name}-1.4-19980208.patch
17 Patch3:         %{name}-man.patch
18 Patch4:         %{name}-Makefile.patch
19 URL:            http://sourceware.cygnus.com/automake/
20 BuildRequires:  autoconf
21 BuildRequires:  perl
22 Requires:       perl
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 fr
38 automake est un générateur expérimental de makefiles. Il a été inspiré
39 par le make de BSD 4.4, mais se veut portable et conforme aux
40 standards GNU pour les variables et les cibles des makefiles.
41
42 %description -l pl
43 Automake jest eksperymentalnym generatorem plików Makefile'a.
44 Narzêdzie to jest wzorowane na make i plikach nag³ówkowych z systemu
45 4.4BSD. Umo¿liwia ono generowanie plików Makefile w oderwaniu od
46 platformy systemowej bêd±c jednocze¶nie zgodnym ze standardami GNU.
47
48 %description -l tr
49 Automake deneysel bir Makefile üreticisidir. 4.4BSD make ve include
50 dosyalarýndan esinlenilmistir, ama amaç taþýnabilir olmak ve Makefile
51 deðiþkenleri ve hedefleri için GNU standartlarýna uyum göstermektir.
52
53 %prep
54 %setup -q
55 %patch0 -p1
56 %patch1 -p1
57 %patch2 -p0
58 %patch3 -p1
59 %patch4 -p1
60
61 %build
62 autoconf
63 %configure
64 %{__make}
65
66 %install
67 rm -rf $RPM_BUILD_ROOT
68
69 %{__make} install DESTDIR=$RPM_BUILD_ROOT
70
71 gzip -9nf AUTHORS ChangeLog NEWS README THANKS TODO
72
73 %post
74 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
75
76 %postun
77 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
78
79 %clean
80 rm -rf $RPM_BUILD_ROOT
81
82 %files
83 %defattr(644,root,root,755)
84 %doc {AUTHORS,ChangeLog,NEWS,README,THANKS,TODO}.gz
85 %attr(755,root,root) %{_bindir}/*
86 %{_infodir}/automake*
87
88 %{_aclocaldir}
89 %{_mandir}/man1/*
90
91 %dir %{_datadir}/automake
92 %{_datadir}/automake/*.am
93 %{_datadir}/automake/texinfo.tex
94 %attr(755,root,root) %{_datadir}/automake/config.guess
95 %attr(755,root,root) %{_datadir}/automake/config.sub
96 %attr(755,root,root) %{_datadir}/automake/install-sh
97 %attr(755,root,root) %{_datadir}/automake/mdate-sh
98 %attr(755,root,root) %{_datadir}/automake/elisp-comp
99 %attr(755,root,root) %{_datadir}/automake/acinstall
100 %attr(755,root,root) %{_datadir}/automake/ylwrap
101 %attr(755,root,root) %{_datadir}/automake/mkinstalldirs
102 %attr(755,root,root) %{_datadir}/automake/missing
This page took 0.071096 seconds and 3 git commands to generate.