]> git.pld-linux.org Git - packages/automake.git/blob - automake.spec
- updated to 1.4p4,
[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(fr):    automake de GNU - Outils de configuration des makefiles
6 Summary(pl):    GNU Automake - generator plików Makefile
7 Summary(tr):    Makefile yapýlandýrma araçlarý
8 Name:           automake
9 Version:        1.4p4
10 Release:        3
11 License:        GPL
12 Group:          Development/Building
13 Group(de):      Entwicklung/Bauen
14 Group(pl):      Programowanie/Budowanie
15 Source0:        ftp://sourceware.cygnus.com/pub/automake/%{name}-1.4-p4.tar.gz
16 Patch0:         %{name}-info.patch
17 Patch1:         %{name}-man.patch
18 Patch2:         %{name}-libtoolize.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 -n %{name}-1.4-p4
55 %patch0 -p1
56 %{!?_without_man:%patch1 -p1}
57 %patch2 -p1
58
59 %build
60 %{!?_without_man:rm -f missing}
61 aclocal
62 autoconf
63 %{!?_without_man:automake -a -c}
64 %configure
65 %{__make}
66
67 %install
68 rm -rf $RPM_BUILD_ROOT
69
70 %{__make} install DESTDIR=$RPM_BUILD_ROOT
71
72 gzip -9nf AUTHORS ChangeLog NEWS README THANKS TODO
73
74 %post
75 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
76
77 %postun
78 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
79
80 %clean
81 rm -rf $RPM_BUILD_ROOT
82
83 %files
84 %defattr(644,root,root,755)
85 %doc *.gz
86 %attr(755,root,root) %{_bindir}/*
87 %{_infodir}/automake*
88
89 %{_aclocaldir}
90 %{!?_without_man:%{_mandir}/man1/*}
91
92 %dir %{_datadir}/automake
93 %{_datadir}/automake/*.am
94 %{_datadir}/automake/COPYING
95 %{_datadir}/automake/INSTALL
96 %{_datadir}/automake/texinfo.tex
97 %attr(755,root,root) %{_datadir}/automake/acinstall
98 %attr(755,root,root) %{_datadir}/automake/config.guess
99 %attr(755,root,root) %{_datadir}/automake/config.sub
100 %attr(755,root,root) %{_datadir}/automake/elisp-comp
101 %attr(755,root,root) %{_datadir}/automake/install-sh
102 %attr(755,root,root) %{_datadir}/automake/mdate-sh
103 %attr(755,root,root) %{_datadir}/automake/ylwrap
104 %attr(755,root,root) %{_datadir}/automake/mkinstalldirs
105 %attr(755,root,root) %{_datadir}/automake/missing
This page took 0.059569 seconds and 4 git commands to generate.