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