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