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