source: projects/specs/trunk/a/autoconf213/autoconf213-vl.spec @ 9291

Revision 9291, 7.9 KB checked in by Takemikaduchi, 9 years ago (diff)

libdbi-drivers,goffice08,guile18: NEW package
geda-gaf,missile,rrdtool,trackballs,trackballs-music,ulogd,xkeycaps,xorg-x11-jpfonts: rebuild
others: new upstream release

Line 
1Summary: A GNU tool for automatically configuring source code.
2Summary(ja): ソースコードを自動的に設定するための GNU ツール
3Name: autoconf213
4Version: 2.13
5Release: 8%{?_dist_release}
6License: GPLv2
7Group: Development/Tools
8URL: http://www.gnu.org/software/autoconf/
9Source0: ftp://prep.ai.mit.edu/pub/gnu/autoconf/autoconf-%{version}.tar.gz
10Source1: filter-requires-%{name}.sh
11Patch0: autoconf-2.12-race.patch
12Patch1: autoconf-2.13-mawk.patch
13Patch2: autoconf-2.13-notmp.patch
14Patch3: autoconf-2.13-c++exit.patch
15Patch4: autoconf-2.13-headers.patch
16Patch5: autoconf-2.13-autoscan.patch
17Patch6: autoconf-2.13-exit.patch
18Patch7: autoconf-2.13-wait3test.patch
19Patch8: autoconf-2.13-make-defs-62361.patch
20Patch9: autoconf-2.13-versioning.patch
21Patch10: autoconf213-destdir.patch
22Patch11: autoconf213-info.patch
23
24BuildArchitectures: noarch
25BuildRoot: %{_tmppath}/%{name}-%{version}-root
26BuildRequires: gawk
27BuildRequires: m4
28BuildRequires: perl
29BuildRequires: texinfo
30Requires: coreutils
31Requires: gawk
32Requires: m4
33Requires: perl
34Requires(post): /sbin/install-info
35Requires(preun): /sbin/install-info
36
37%define __find_requires %{SOURCE1}
38
39%description
40GNU's Autoconf is a tool for configuring source code and Makefiles.
41Using Autoconf, programmers can create portable and configurable
42packages, since the person building the package is allowed to specify
43various configuration options.
44
45You should install Autoconf if you are developing software and you
46would like to use it to create shell scripts that will configure your
47source code packages. If you are installing Autoconf, you will also
48need to install the GNU m4 package.
49
50Note that the Autoconf package is not required for the end-user who
51may be configuring software with an Autoconf-generated script;
52Autoconf is only required for the generation of the scripts, not their
53use.
54
55%description -l ja
56GNU autoconf はソースコードと Makefile を自動的に設定する GNU ツール
57です.Autoconf を使えば,プログラマは移植や設定が容易なパッケージを
58作ることができます.そのため,パッケージ作成者はさまざまな設定
59オプションを指定できます。
60
61ソフトウェアを開発していてソースコードパッケージを設定するシェル
62スクリプトを生成したいとお考えなら,Autoconf をインストールしてください.
63Autoconf をインストールするためには GNU m4 パッケージもインストールする
64必要があります.
65
66Autoconf が生成したスクリプトを使ってソフトウェアを設定するかもしれない
67エンドユーザには Autoconf パッケージが必要ないことに注目してください.
68Autoconf が必要になるのはスクリプトを生成するときのみで,使うときには
69必要ありません.
70
71%prep
72%setup -q -n autoconf-%{version}
73%patch0 -p1
74%patch1 -p1
75%patch2 -p1
76%patch3 -p1
77%patch4 -p1
78%patch5 -p1
79%patch6 -p1
80%patch7 -p1
81%patch8 -p1
82%patch9 -p1 -b .version
83%patch10 -p1
84%patch11 -p1
85mv autoconf.texi autoconf213.texi
86rm -f autoconf.info
87
88%build
89%configure --program-suffix=-%{version}
90make
91
92%install
93rm -rf $RPM_BUILD_ROOT
94make install DESTDIR=$RPM_BUILD_ROOT
95
96#mv $RPM_BUILD_ROOT%{_infodir}/autoconf.info $RPM_BUILD_ROOT%{_infodir}/%{name}.info
97
98# We don't want to include the standards.info stuff in the package,
99# because it comes from binutils...
100rm -f $RPM_BUILD_ROOT%{_infodir}/standards*
101
102%clean
103rm -rf $RPM_BUILD_ROOT
104
105
106%post
107/sbin/install-info %{_infodir}/%{name}.info.gz %{_infodir}/dir || :
108
109%preun
110if [ "$1" = 0 ]; then
111    /sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir || :
112fi
113
114%files
115%defattr(-,root,root)
116%doc AUTHORS COPYING NEWS README TODO
117%{_bindir}/*
118%{_infodir}/*.info*
119%{_datadir}/autoconf-%{version}
120
121
122%changelog
123* Sun Jan 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.13-8
124- rebuild with VineSeed environment
125
126* Mon Apr 11 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.13-7
127- rebuilt with perl-5.12.3
128- added Patch11 to add autoconf213 info entry
129
130* Thu Oct 09 2008 Shu KONNO <owa@bg.wakwak.com> 2.13-6
131- spec in utf-8
132
133* Mon Apr 28 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.13-5
134- rebuilt with perl-5.10.0-1
135- added Source1 (for perl(find.pl))
136
137* Thu Dec 14 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.13-4vl2
138- s/Copyright/License/
139- added Japanese summary and description (copied from autoconf)
140
141* Sun Dec 08 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.13-4vl1
142- based on 2.13-4 from Rawhide and built for Vine linux
143
144* Fri Jun 28 2002 Jens Petersen <petersen@redhat.com> 2.13-4
145- update url (#66840)
146- added doc files
147
148* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 2.13-3
149- automated rebuild
150
151* Thu May 23 2002 Tim Powers <timp@redhat.com> 2.13-2
152- automated rebuild
153
154* Wed May 15 2002 Jens Petersen <petersen@redhat.com> 2.13-1
155- new package based on autoconf-2.13-17
156- don't make unversioned bindir symlinks
157- version datadir
158- version info filename, but don't install-info it
159- update AC_OUTPUT_MAKE_DEFS to fix problem with c++exit patch (#62361)
160
161* Wed Mar 27 2002 Jens Petersen <petersen@redhat.com> 2.13-17
162- add URL
163
164* Wed Feb 27 2002 Jens Petersen <petersen@redhat.com> 2.13-16
165- add version suffix to bindir files and symlink them to their
166unversioned names
167
168* Mon Feb 25 2002 Elliot Lee <sopwith@redhat.com> 2.13-15
169- Add wait3test.patch to make sure that the child process actually does
170something that the kernel will take note of. Fixes the failing wait3 test
171that was worked around in time-1.7-15.
172
173* Mon Aug  6 2001 Tim Powers <timp@redhat.com>
174- rebuilt to fix bug #50761
175
176* Thu Jul 26 2001 Than Ngo <than@redhat.com>
177- add patch to fix exit status
178
179* Tue Jul 10 2001 Jens Petersen <petersen@redhat.com>
180- add patch to include various standard C headers as needed
181  by various autoconf tests (#19114)
182- add patch to autoscan.pl to get a better choice of init
183  file (#42071), to test for CPP after CC (#42072) and to
184  detect C++ source and g++ (#42073).
185
186* Tue Jun 26 2001 Jens Petersen <petersen@redhat.com>
187- Add a back-port of _AC_PROG_CXX_EXIT_DECLARATION
188  from version 2.50 to make detection of C++ exit()
189  declaration prototype platform independent.  The check is
190  done in AC_PROG_CXX with the result stored in "confdefs.h".
191  The exit() prototype in AC_TRY_RUN_NATIVE is no longer needed.
192  (fixes #18829)
193
194* Wed Nov 29 2000 Bernhard Rosenkraenzer <bero@redhat.com>
195- Fix up interoperability with glibc 2.2 and gcc 2.96:
196  AC_TRY_RUN_NATIVE in C++ mode added a prototype for exit() to
197  the test code without throwing an exception, causing a conflict
198  with stdlib.h --> AC_TRY_RUN_NATIVE for C++ code including stdlib.h
199  always failed, returning wrong results
200
201* Fri Jul 21 2000 Nalin Dahyabhai <nalin@redhat.com>
202- add textutils as a dependency (#14439)
203
204* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
205- automatic rebuild
206
207* Mon Jun  5 2000 Jeff Johnson <jbj@redhat.com>
208- FHS packaging.
209
210* Sun Mar 26 2000 Florian La Roche <Florian.LaRoche@redhat.com>
211- fix preun
212
213* Fri Mar 26 1999 Cristian Gafton <gafton@redhat.com>
214- add patch to help autoconf clean after itself and not leave /tmp clobbered
215  with acin.* and acout.* files (can you say annoying?)
216
217* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
218- auto rebuild in the new build environment (release 4)
219- use gawk, not mawk
220
221* Thu Mar 18 1999 Preston Brown <pbrown@redhat.com>
222- moved /usr/lib/autoconf to /usr/share/autoconf (with automake)
223
224* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
225- Injected new description and group.
226
227* Tue Jan 12 1999 Jeff Johnson <jbj@redhat.com>
228- update to 2.13.
229
230* Fri Dec 18 1998 Cristian Gafton <gafton@redhat.com>
231- build against glibc 2.1
232
233* Mon Oct 05 1998 Cristian Gafton <gafton@redhat.com>
234- requires perl
235
236* Thu Aug 27 1998 Cristian Gafton <gafton@redhat.com>
237- patch for fixing /tmp race conditions
238
239* Sun Oct 19 1997 Erik Troan <ewt@redhat.com>
240- spec file cleanups
241- made a noarch package
242- uses autoconf
243- uses install-info
244
245* Thu Jul 17 1997 Erik Troan <ewt@redhat.com>
246- built with glibc
Note: See TracBrowser for help on using the repository browser.