]> git.pld-linux.org Git - packages/automake.git/blob - automake.spec
- more macros.
[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:        6
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:         /sbin/install-info
20 Buildroot:      /tmp/%{name}-%{version}-root
21 BuildArch:      noarch
22
23 %description
24 Automake is an experimental Makefile generator. It 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³ówków z systemu 4.4BSD. Umo¿liwia ono
41 generowanie plików Makefile w oderwaniu od platformy systemowej bêd±c
42 jednoce¶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         --prefix=%{_prefix}
59 make
60
61 %install
62 rm -rf $RPM_BUILD_ROOT
63 make install prefix=$RPM_BUILD_ROOT%{_prefix}
64
65 gzip -9nf $RPM_BUILD_ROOT{%{_infodir}/*info*,%{_mandir}/man1/*} \
66         AUTHORS ChangeLog NEWS README THANKS TODO
67
68 %post
69 /sbin/install-info %{_infodir}/automake.info.gz /etc/info-dir
70
71 %preun
72 if [ "$1" = "0" ]; then
73         /sbin/install-info --delete %{_infodir}/automake.info.gz /etc/info-dir
74 fi
75
76 %clean
77 rm -rf $RPM_BUILD_ROOT
78
79 %files
80 %defattr(644,root,root,755)
81 %doc {AUTHORS,ChangeLog,NEWS,README,THANKS,TODO}.gz
82 %attr(755,root,root) %{_bindir}/*
83 %{_infodir}/automake*
84
85 %{_datadir}/aclocal
86 %{_mandir}/man1/*
87
88 %dir %{_datadir}/automake
89 %{_datadir}/automake/*.am
90 %{_datadir}/automake/texinfo.tex
91 %attr(755,root,root) %{_datadir}/automake/config.guess
92 %attr(755,root,root) %{_datadir}/automake/config.sub
93 %attr(755,root,root) %{_datadir}/automake/install-sh
94 %attr(755,root,root) %{_datadir}/automake/mdate-sh
95 %attr(755,root,root) %{_datadir}/automake/elisp-comp
96 %attr(755,root,root) %{_datadir}/automake/acinstall
97 %attr(755,root,root) %{_datadir}/automake/ylwrap
98 %attr(755,root,root) %{_datadir}/automake/mkinstalldirs
99 %attr(755,root,root) %{_datadir}/automake/missing
100
101 %changelog
102 * Thu Jun 10 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
103   [1.4-6]
104 - based on RH spec,
105 - spec rewrited by PLD team.
This page took 0.09804 seconds and 4 git commands to generate.