]> git.pld-linux.org Git - packages/automake.git/blob - automake.spec
- release 8,
[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:        8
9 Copyright:      GPL
10 Group:          Development/Building
11 Group(pl):      Programowanie/Budowanie
12 Source:         ftp://ftp.cygnus.com/pub/tromey/%{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 URL:            http://sourceware.cygnus.com/automake/
18 Requires:       perl
19 Prereq:         /usr/sbin/fix-info-dir
20 Buildroot:      /tmp/%{name}-%{version}-root
21 BuildArch:      noarch
22
23 %description
24 Automake is an experimental Makefile generator. Automake was inspired by the
25 4.4BSD make and include files, but aims to be portable and to conform to the
26 GNU standards for Makefile variables and targets.
27                                                                                                               
28 %description -l de
29 Automake ist ein experimenteller Makefile-Generator, inspiriert durch die
30 4.4BSD-Make und Include-Dateien, der jedoch auf Portabilität und Konformität
31 mit den GNU-Standards für Makefile-Variable und Targets abzielt.
32
33 %description -l fr
34 automake est un générateur expérimental de makefiles. Il a été inspiré par
35 le make de BSD 4.4, mais se veut portable et conforme aux standards GNU pour
36 les variables et les cibles des makefiles.
37
38 %description -l pl
39 Automake jest eksperymentalnym generatorem plików Makefile'a. Narzêdzie to
40 jest wzorowane na make i plikach nag³ówkowych z systemu 4.4BSD. Umo¿liwia ono
41 generowanie plików Makefile w oderwaniu od platformy systemowej bêd±c
42 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 %patch1 -p1
53 %patch2 -p0
54 %patch3 -p1
55
56 %build
57 %configure
58 make
59
60 %install
61 rm -rf $RPM_BUILD_ROOT
62 make install DESTDIR=$RPM_BUILD_ROOT
63
64 gzip -9nf $RPM_BUILD_ROOT{%{_infodir}/*info*,%{_mandir}/man1/*} \
65         AUTHORS ChangeLog NEWS README THANKS TODO
66
67 %post
68 /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
69
70 %postun
71 /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
72
73 %clean
74 rm -rf $RPM_BUILD_ROOT
75
76 %files
77 %defattr(644,root,root,755)
78 %doc {AUTHORS,ChangeLog,NEWS,README,THANKS,TODO}.gz
79 %attr(755,root,root) %{_bindir}/*
80 %{_infodir}/automake*
81
82 %{_datadir}/aclocal
83 %{_mandir}/man1/*
84
85 %dir %{_datadir}/automake
86 %{_datadir}/automake/*.am
87 %{_datadir}/automake/texinfo.tex
88 %attr(755,root,root) %{_datadir}/automake/config.guess
89 %attr(755,root,root) %{_datadir}/automake/config.sub
90 %attr(755,root,root) %{_datadir}/automake/install-sh
91 %attr(755,root,root) %{_datadir}/automake/mdate-sh
92 %attr(755,root,root) %{_datadir}/automake/elisp-comp
93 %attr(755,root,root) %{_datadir}/automake/acinstall
94 %attr(755,root,root) %{_datadir}/automake/ylwrap
95 %attr(755,root,root) %{_datadir}/automake/mkinstalldirs
96 %attr(755,root,root) %{_datadir}/automake/missing
This page took 0.122192 seconds and 3 git commands to generate.