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