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