]> git.pld-linux.org Git - packages/automake.git/blob - automake.spec
- changed all BuildRoot definitons
[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 Patch4:         automake-Makefile.patch
18 URL:            http://sourceware.cygnus.com/automake/
19 BuildRequires:  autoconf
20 BuildRequires:  perl
21 Requires:       perl
22 Prereq:         /usr/sbin/fix-info-dir
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 by the
28 4.4BSD make and include files, but aims to be portable and to conform to the
29 GNU standards for Makefile variables and targets.
30                                                                                                               
31 %description -l de
32 Automake ist ein experimenteller Makefile-Generator, inspiriert durch die
33 4.4BSD-Make und Include-Dateien, der jedoch auf Portabilität und Konformität
34 mit den GNU-Standards für Makefile-Variable und Targets abzielt.
35
36 %description -l fr
37 automake est un générateur expérimental de makefiles. Il a été inspiré par
38 le make de BSD 4.4, mais se veut portable et conforme aux standards GNU pour
39 les variables et les cibles des makefiles.
40
41 %description -l pl
42 Automake jest eksperymentalnym generatorem plików Makefile'a. Narzêdzie to
43 jest wzorowane na make i plikach nag³ówkowych z systemu 4.4BSD. Umo¿liwia ono
44 generowanie plików Makefile w oderwaniu od platformy systemowej bêd±c
45 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 /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
74
75 %postun
76 /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 %{_datadir}/aclocal
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.072147 seconds and 3 git commands to generate.