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