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