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