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

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

rebuild packages

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