]> git.pld-linux.org Git - packages/automake.git/blob - automake.spec
- obsolete
[packages/automake.git] / automake.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        GNU automake - Makefile configuration tools
3 Summary(de):    GNU automake - Makefile-Konfigurationstools
4 Summary(es):    GNU automake - herramientas de configuración de Makefile
5 Summary(fr):    automake de GNU - Outils de configuration des makefiles
6 Summary(ko):    ½º½º·Î MakefileÀ» ¸¸µé¾îÁִ GNU µµ±¸
7 Summary(pl):    GNU Automake - generator plików Makefile
8 Summary(pt_BR): GNU automake - ferramentas de configuração de Makefile
9 Summary(ru):    GNU automake - ÉÎÓÔÒÕÍÅÎÔÙ ÄÌÑ Á×ÔÏÍÁÔÉÞÅÓËÏÊ ÇÅÎÅÒÁÃÉÉ Makefile'Ï×
10 Summary(tr):    Makefile yapýlandýrma araçlarý
11 Summary(uk):    GNU automake - ¦ÎÓÔÒÕÍÅÎÔÉ ÄÌÑ Á×ÔÏÍÁÔÉÞÎϧ ÇÅÎÅÒÁ槠Makefile'¦×
12 Name:           automake
13 Version:        1.8.2
14 Release:        1
15 Epoch:          1
16 License:        GPL
17 Group:          Development/Building
18 Source0:        ftp://sources.redhat.com/pub/%{name}/%{name}-%{version}.tar.bz2
19 # Source0-md5:  7a8138b29361baec06548e6a0ac63189
20 Patch0:         %{name}-info.patch
21 Patch1:         %{name}-man.patch
22 Patch2:         %{name}-regex.m4.patch
23 Patch3:         %{name}-no_versioned_dir.patch
24 Patch4:         %{name}-sparcv8.patch
25 URL:            http://sources.redhat.com/automake/
26 BuildRequires:  autoconf >= 2.58
27 BuildRequires:  rpm-perlprov
28 Requires(pre):  fileutils
29 Requires:       perl-base
30 Requires:       perl(File::Glob)
31 Conflicts:      autoconf < 2.58
32 Conflicts:      libtool < 2:1.5-11
33 #BuildArch:     noarch -- autoconf doesn't allow
34 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
35
36 %define         _aclocaldir     %{_datadir}/aclocal
37
38 %description
39 Automake is an experimental Makefile generator. Automake was inspired
40 by the 4.4BSD make and include files, but aims to be portable and to
41 conform to the GNU standards for Makefile variables and targets.
42
43 %description -l de
44 Automake ist ein experimenteller Makefile-Generator, inspiriert durch
45 die 4.4BSD-Make und Include-Dateien, der jedoch auf Portabilität und
46 Konformität mit den GNU-Standards für Makefile-Variable und Targets
47 abzielt.
48
49 %description -l es
50 Automake es un creador experimental de Makefiles. Fue inspirado en el
51 4.4BSD make y incluye archivos, pero visa ser portátil y compatible
52 con los padrones GNU para variables y dianas de Makefile.
53
54 %description -l fr
55 automake est un générateur expérimental de makefiles. Il a été inspiré
56 par le make de BSD 4.4, mais se veut portable et conforme aux
57 standards GNU pour les variables et les cibles des makefiles.
58
59 %description -l pl
60 Automake jest eksperymentalnym generatorem plików Makefile'a.
61 Narzêdzie to jest wzorowane na make i plikach nag³ówkowych z systemu
62 4.4BSD. Umo¿liwia ono generowanie plików Makefile w oderwaniu od
63 platformy systemowej bêd±c jednocze¶nie zgodnym ze standardami GNU.
64
65 %description -l pt_BR
66 Automake é um gerador experimental de Makefiles. Ele foi inspirado
67 pelo 4.4BSD make e inclui arquivos, mas visa ser portável e compatível
68 com os padrões GNU para variáveis e alvos de Makefile.
69
70 %description -l ru
71 Automake - ÜÔÏ ÜËÓÐÅÒÉÍÅÎÔÁÌØÎÙÊ ÇÅÎÅÒÁÔÏÒ Makefile'Ï×. éÄÅÑ ÂÙÌÁ
72 ÎÁ×ÅÑÎÁ ÐÒÏÇÒÁÍÍÏÊ make É ÈÅÄÅÒÁÍÉ ÉÚ 4.4BSD, ÎÏ automake ÐÒÅÔÅÎÄÕÅÔ
73 ÎÁ ÔÏ, ÞÔÏÂÙ ÂÙÔØ ÐÏÒÔÁÂÅÌØÎÏÊ É ÓÏÏÔ×ÅÔÓÔ×Ï×ÁÔØ ÓÔÁÎÄÁÒÔÁÍ GNU ÎÁ
74 ÐÅÒÅÍÅÎÎÙÅ É ÃÅÌÉ Makefile'Ï×.
75
76 %description -l tr
77 Automake deneysel bir Makefile üreticisidir. 4.4BSD make ve include
78 dosyalarýndan esinlenilmistir, ama amaç taþýnabilir olmak ve Makefile
79 deðiþkenleri ve hedefleri için GNU standartlarýna uyum göstermektir.
80
81 %description -l uk
82 Automake - ÃÅ ÅËÓÐÅÒÉÍÅÎÔÁÌØÎÉÊ ÇÅÎÅÒÁÔÏÒ Makefile'¦×. ¶ÄÅÑ ÂÕÌÁ
83 ÎÁצÑÎÁ ÐÒÏÇÒÁÍÏÀ make ÔÁ ÈÅÄÅÒÁÍÉ Ú 4.4BSD, ÁÌÅ automake ÍÁ¤ ÚÁ Ã¦ÌØ
84 ÍϦÌØΦÓÔØ ÔÁ ×¦ÄÐÏצÄΦÓÔØ ÓÔÁÎÄÁÒÔÁÍ GNU ÎÁ ÚͦÎΦ Ô¦ Ã¦Ì¦
85 Makefile'¦×.
86
87 %prep
88 %setup -q
89 %patch0 -p1
90 %patch1 -p1
91 %patch2 -p1
92 %patch3 -p1
93 %patch4 -p1
94
95 %build
96 %{__autoconf}
97 %configure
98 %{__make}
99
100 %install
101 rm -rf $RPM_BUILD_ROOT
102 install -d $RPM_BUILD_ROOT%{_mandir}/man1
103
104 %{__make} install \
105         DESTDIR=$RPM_BUILD_ROOT \
106         m4datadir=%{_aclocaldir} \
107         pkgvdatadir=%{_datadir}/automake
108
109 install aclocal.1 automake.1 $RPM_BUILD_ROOT%{_mandir}/man1
110
111 rm -f $RPM_BUILD_ROOT%{_infodir}/dir*
112
113 %clean
114 rm -rf $RPM_BUILD_ROOT
115
116 %post
117 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
118
119 %postun
120 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
121
122 %files
123 %defattr(644,root,root,755)
124 %doc AUTHORS ChangeLog NEWS README THANKS TODO
125 %attr(755,root,root) %{_bindir}/*
126 %{_infodir}/automake*
127
128 %{_aclocaldir}
129 %{_mandir}/man1/*
130
131 %dir %{_datadir}/automake
132 %{_datadir}/automake/am
133 %{_datadir}/automake/Automake
134 %{_datadir}/automake/COPYING
135 %{_datadir}/automake/INSTALL
136 %{_datadir}/automake/texinfo.tex
137 %{_datadir}/automake/ansi2knr*
138 %attr(755,root,root) %{_datadir}/automake/acinstall
139 %attr(755,root,root) %{_datadir}/automake/compile
140 %attr(755,root,root) %{_datadir}/automake/config.guess
141 %attr(755,root,root) %{_datadir}/automake/config.sub
142 %attr(755,root,root) %{_datadir}/automake/config-ml.in
143 %attr(755,root,root) %{_datadir}/automake/depcomp
144 %attr(755,root,root) %{_datadir}/automake/elisp-comp
145 %attr(755,root,root) %{_datadir}/automake/install-sh
146 %attr(755,root,root) %{_datadir}/automake/mdate-sh
147 %attr(755,root,root) %{_datadir}/automake/missing
148 %attr(755,root,root) %{_datadir}/automake/mkinstalldirs
149 %attr(755,root,root) %{_datadir}/automake/py-compile
150 %attr(755,root,root) %{_datadir}/automake/symlink-tree
151 %attr(755,root,root) %{_datadir}/automake/ylwrap
This page took 0.062284 seconds and 3 git commands to generate.