]> git.pld-linux.org Git - packages/automake.git/blob - automake.spec
- updated to 1.10
[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.10
18 Release:        1
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:  0e2e0f757f9e1e89b66033905860fded
24 Patch0:         %{name}-info.patch
25 Patch1:         %{name}-man.patch
26 Patch2:         %{name}-no_versioned_dir.patch
27 Patch3:         %{name}-morearchs.patch
28 Patch4:         %{name}-quoteld.patch
29 URL:            http://sources.redhat.com/automake/
30 BuildRequires:  autoconf >= 2.58
31 BuildRequires:  rpm-perlprov
32 BuildRequires:  texinfo >= 4.7
33 Requires(pre):  fileutils
34 Requires:       filesystem >= 3.0-2
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 %{?with_quoteld:%patch4 -p1}
99
100 %build
101 %{__autoconf}
102 %configure
103 %{__make}
104
105 %install
106 rm -rf $RPM_BUILD_ROOT
107 install -d $RPM_BUILD_ROOT%{_mandir}/man1
108
109 %{__make} install \
110         DESTDIR=$RPM_BUILD_ROOT \
111         m4datadir=%{_aclocaldir} \
112         pkgvdatadir=%{_datadir}/automake
113
114 install aclocal.1 automake.1 $RPM_BUILD_ROOT%{_mandir}/man1
115
116 rm -f $RPM_BUILD_ROOT%{_infodir}/dir*
117
118 %clean
119 rm -rf $RPM_BUILD_ROOT
120
121 %post
122 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
123
124 %postun
125 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
126
127 %files
128 %defattr(644,root,root,755)
129 %doc AUTHORS ChangeLog NEWS README THANKS TODO
130 %attr(755,root,root) %{_bindir}/*
131 %{_infodir}/automake*
132
133 %{_aclocaldir}/*.m4
134 %{_mandir}/man1/*
135
136 %dir %{_datadir}/automake
137 %{_datadir}/automake/am
138 %{_datadir}/automake/Automake
139 %{_datadir}/automake/COPYING
140 %{_datadir}/automake/INSTALL
141 %{_datadir}/automake/texinfo.tex
142 %{_datadir}/automake/ansi2knr*
143 %attr(755,root,root) %{_datadir}/automake/acinstall
144 %attr(755,root,root) %{_datadir}/automake/compile
145 %attr(755,root,root) %{_datadir}/automake/config.guess
146 %attr(755,root,root) %{_datadir}/automake/config.sub
147 %attr(755,root,root) %{_datadir}/automake/config-ml.in
148 %attr(755,root,root) %{_datadir}/automake/depcomp
149 %attr(755,root,root) %{_datadir}/automake/elisp-comp
150 %attr(755,root,root) %{_datadir}/automake/install-sh
151 %attr(755,root,root) %{_datadir}/automake/mdate-sh
152 %attr(755,root,root) %{_datadir}/automake/missing
153 %attr(755,root,root) %{_datadir}/automake/mkinstalldirs
154 %attr(755,root,root) %{_datadir}/automake/py-compile
155 %attr(755,root,root) %{_datadir}/automake/symlink-tree
156 %attr(755,root,root) %{_datadir}/automake/ylwrap
This page took 0.04975 seconds and 4 git commands to generate.