source: projects/specs/branches/6/a/automake18/automake18-vl.spec @ 5581

Revision 5581, 6.6 KB checked in by Takemikaduchi, 12 years ago (diff)

rebuild packages

Line 
1%define api_version 1.8
2
3Summary: A GNU tool for automatically creating Makefiles.
4Summary(ja): Makefile を自動生成するための GNU ツール
5Name: automake18
6Version: %{api_version}.5
7Release: 2%{?_dist_release}
8License: GPL
9Group: Development/Tools
10Source: ftp://ftp.gnu.org/gnu/automake/automake-%{version}.tar.bz2
11URL: http://sources.redhat.com/automake
12Requires: perl, autoconf >= 2.58
13Buildrequires: autoconf >= 2.58
14Requires(pre): install-info
15BuildArchitectures: noarch
16Buildroot: %{_tmppath}/%{name}-%{version}-root
17
18Vendor: Project Vine
19Distribution: Vine Linux
20Packager: Daisuke SUZUKI <daisuke@linux.or.jp>
21
22%description
23Automake is a tool for automatically generating
24Makefile.in' files compliant with the GNU Coding Standards.
25
26This package contains Automake 1.8, an older version of Automake.
27You should install it if you need to run automake in a project that
28has not yet been updated to work with latest version of Automake.
29
30
31%prep
32%setup -q -n automake-%{version}
33
34
35%build
36%configure
37%{__make} %{?_smp_mflags}
38
39
40%install
41rm -rf ${RPM_BUILD_ROOT}
42%makeinstall
43
44gzip -9nf ${RPM_BUILD_ROOT}%{_infodir}/automake*
45mkdir -p info
46mv ${RPM_BUILD_ROOT}%{_infodir}/automake.info* info
47
48# create this dir empty so we can own it
49mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/aclocal
50rm -f $RPM_BUILD_ROOT%{_infodir}/dir
51
52
53%clean
54rm -rf ${RPM_BUILD_ROOT}
55
56
57%files
58%defattr(-,root,root)
59%doc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO info
60%{_bindir}/*
61%exclude %{_bindir}/automake
62%exclude %{_bindir}/aclocal
63%{_datadir}/automake-%{api_version}
64%{_datadir}/aclocal-%{api_version}
65%dir %{_datadir}/aclocal
66
67
68%changelog
69* Sun Feb 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.5-2
70- rebuild with Vine6 environment
71
72* Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 1.8.5-1vl5
73- applied new versioning policy, spec in utf-8
74
75* Thu Aug  4 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.5-0vl1
76- rename to automake18 for compat package.
77
78* Thu Jun  3 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.5-0vl1
79- new upstream release
80
81* Wed May  5 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.4-0vl1
82- new upstream release
83
84* Thu Apr 1 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.3-0vl1
85- new upstream release
86
87* Wed Feb 25 2004 Tomoya TAKA <taka@vinelinux.org> 1.8.2-0vl3
88- rebuild
89
90* Fri Feb 20 2004 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 1.8.2-1vl2
91- rebuild
92
93* Thu Feb 05 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.2-0vl1
94- new upstream release
95
96* Mon Jan 12 2004 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 1.8-1vl1
97- based on 1.8-1 from Rawhide and built for Vine Linux
98
99* Mon Nov 17 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.9-0vl1
100- new upstream release
101
102* Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.6-0vl1
103- new upstream release
104
105* Mon Jun 07 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 1.7.5-1vl1
106- based on 1.7.5-1 from Rawhide and built for Vine Linux
107
108* Wed Apr 09 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 1.7.3-1vl1
109- based on 1.7.3-1 from Rawhide and built for Vine Linux
110
111* Sun Dec 08 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.6.3-1vl2
112- based on 1.6.3-1 from Rawhide and built for Vine Linux
113
114* Mon Jul 29 2002 Jens Petersen <petersen@redhat.com> 1.6.3-1
115- bug fix release 1.6.3
116
117* Thu Jul 11 2002 Jens Petersen <petersen@redhat.com> 1.6.2-2
118- add buildrequires autoconf 2.52 or greater (reported by Edward Avis)
119
120* Wed Jun 19 2002 Jens Petersen <petersen@redhat.com> 1.6.2-1
121- 1.6.2 (bug fix release)
122- do "make check" after building
123
124* Thu May 23 2002 Tim Powers <timp@redhat.com> 1.6.1-2
125- automated rebuild
126
127* Tue Apr 23 2002 Jens Petersen <petersen@redhat.com> 1.6.1-1
128- 1.6.1
129
130* Tue Mar 12 2002 Jens Petersen <petersen@redhat.com> 1.6-1
131- new package based on automake15
132- 1.6
133
134* Wed Jan 23 2002 Jens Petersen <petersen@redhat.com> 1.5-8
135- better aclocal versioning
136
137* Wed Jan 23 2002 Jens Petersen <petersen@redhat.com> 1.5-7
138- don't version datadir/automake
139
140* Tue Jan 15 2002 Jens Petersen <petersen@redhat.com> 1.5-6
141- version suffix programs and data directories
142- own symlinks to programs and /usr/share/aclocal
143
144* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 1.5-5
145- automated rebuild
146
147* Wed Jan  9 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.5-4
148- Completely back out the fix for #56624 for now, it causes more problems
149  than it fixes in either form.
150
151* Wed Jan  9 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.5-3
152- Don't use AS_DIRNAME, it doesn't work.
153
154* Tue Jan  7 2002 Jens Petersen <petersen@redhat.com> 1.5-2
155- Patch depout.m4 to handle makefiles passed to make with "-f" (#56624)
156
157* Tue Sep 18 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.5-1
158- Update to 1.5 - much better to coexist with autoconf 2.52...
159- Fix specfile
160- No patches
161
162* Fri Aug 24 2001 Jens Petersen <petersen@redhat.com> - 1.4p5-2
163- dont raise error when there is source in a subdirectory (bug #35156).
164  This was preventing automake from working in binutuls/gas
165  [patch from HJ Lu <hjl@gnu.org>]
166- format long lines of output properly with backslash + newlines as in 1.4
167  (bug #35259) [patch from HJ Lu <hjl@gnu.org>]
168
169* Sat Jul 21 2001 Florian La Roche <Florian.LaRoche@redhat.de>
170- 1.4-p5, fixes #48788
171
172* Tue Jun 12 2001 Florian La Roche <Florian.LaRoche@redhat.de>
173- add the patch from #20559
174- really update to 1.4-p4
175
176* Mon Jun 11 2001 Florian La Roche <Florian.LaRoche@redhat.de>
177- update to 1.4-p4
178
179* Sat May 12 2001 Owen Taylor <otaylor@redhat.com>
180- Version 1.4-p1 to work with libtool-1.4
181
182* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
183- automatic rebuild
184
185* Mon Jun  5 2000 Jeff Johnson <jbj@redhat.com>
186- FHS packaging.
187
188* Fri Feb 04 2000 Nalin Dahyabhai <nalin@redhat.com>
189- fix bug #8870
190
191* Sat Aug 21 1999 Jeff Johnson <jbj@redhat.com>
192- revert to pristine automake-1.4.
193
194* Mon Mar 22 1999 Preston Brown <pbrown@redhat.com>
195- arm netwinder patch
196
197* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
198- Injected new description and group.
199
200* Mon Feb  8 1999 Jeff Johnson <jbj@redhat.com>
201- add patches from CVS for 6.0beta1
202
203* Sun Jan 17 1999 Jeff Johnson <jbj@redhat.com>
204- update to 1.4.
205
206* Mon Nov 23 1998 Jeff Johnson <jbj@redhat.com>
207- update to 1.3b.
208- add URL.
209
210* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
211- translations modified for de, fr, tr
212
213* Tue Apr 07 1998 Erik Troan <ewt@redhat.com>
214- updated to 1.3
215
216* Tue Oct 28 1997 Cristian Gafton <gafton@redhat.com>
217- added BuildRoot; added aclocal files
218
219* Fri Oct 24 1997 Erik Troan <ewt@redhat.com>
220- made it a noarch package
221
222* Thu Oct 16 1997 Michael Fulbright <msf@redhat.com>
223- Fixed some tag lines to conform to 5.0 guidelines.
224
225* Thu Jul 17 1997 Erik Troan <ewt@redhat.com>
226- updated to 1.2
227
228* Wed Mar 5 1997 msf@redhat.com <Michael Fulbright>
229- first version (1.0)
Note: See TracBrowser for help on using the repository browser.