source: projects/specs/trunk/a/automake17/automake17-vl.spec @ 521

Revision 521, 6.5 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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: 3vl5
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 Sep 14 2008 Shu KONNO <owa@bg.wakwak.com> 1.7.9-3vl5
61- applied new versioning policy, spec in utf-8
62
63* Mon Jan 16 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.7.9-2vl2
64- added Japanese summary
65
66* Fri Apr 16 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.7.9-2vl1
67- rebuild for VineLinux
68
69* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
70- rebuilt
71
72* Wed Feb  4 2004 Jens Petersen <petersen@redhat.com> - 1.7.9-1
73- new package based on automake16 and automake = 1.7.9
74- conflict with automake = 1.7.8
75
76* Mon Nov 10 2003 Jens Petersen <petersen@redhat.com> - 1.7.9-1
77- update to 1.7.9 bugfix release
78- require autoconf 2.54 or later
79
80* Fri Mar 14 2003 Jens Petersen <petersen@redhat.com> - 1.6.3-1
81- New package based on automake-1.6.3 package
82- conflicts with autoconf-1.6.3
83- put info files in docs
84- only ship versioned programs
85
86* Thu Mar  6 2003 Jens Petersen <petersen@redhat.com> - 1.7.3-1
87- update to 1.7.3
88- python dir lib64 patch no longer needed
89- build requires Autoconf 2.54 or later
90
91* Mon Jan 27 2003 Jens Petersen <petersen@redhat.com> - 1.6.3-5
92- patch from 1.7-branch to try python distutils for setting pythondir (#80994)
93
94* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
95- rebuilt
96
97* Thu Dec 12 2002 Elliot Lee <sopwith@redhat.com> 1.6.3-3
98- Fix unpackaged file
99
100* Tue Dec  3 2002 Jens Petersen <petersen@redhat.com> 1.6.3-2
101- add "--without check" rpmbuild option to switch "make check" off
102- exclude info dir file
103- don't gzip info files explicitly
104
105* Mon Nov 18 2002 Jens Petersen <petersen@redhat.com>
106- use api_version in version
107
108* Mon Jul 29 2002 Jens Petersen <petersen@redhat.com> 1.6.3-1
109- bug fix release 1.6.3
110
111* Thu Jul 11 2002 Jens Petersen <petersen@redhat.com> 1.6.2-2
112- add buildrequires autoconf 2.52 or greater [reported by Edward Avis]
113
114* Wed Jun 19 2002 Jens Petersen <petersen@redhat.com> 1.6.2-1
115- 1.6.2 (bug fix release)
116- do "make check" after building
117
118* Thu May 23 2002 Tim Powers <timp@redhat.com> 1.6.1-2
119- automated rebuild
120
121* Tue Apr 23 2002 Jens Petersen <petersen@redhat.com> 1.6.1-1
122- 1.6.1
123
124* Tue Mar 12 2002 Jens Petersen <petersen@redhat.com> 1.6-1
125- new package based on automake15
126- 1.6
127
128* Wed Jan 23 2002 Jens Petersen <petersen@redhat.com> 1.5-8
129- better aclocal versioning
130
131* Wed Jan 23 2002 Jens Petersen <petersen@redhat.com> 1.5-7
132- don't version datadir/automake
133
134* Tue Jan 15 2002 Jens Petersen <petersen@redhat.com> 1.5-6
135- version suffix programs and data directories
136- own symlinks to programs and /usr/share/aclocal
137
138* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 1.5-5
139- automated rebuild
140
141* Wed Jan  9 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.5-4
142- Completely back out the fix for #56624 for now, it causes more problems
143  than it fixes in either form.
144
145* Wed Jan  9 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.5-3
146- Don't use AS_DIRNAME, it doesn't work.
147
148* Tue Jan  7 2002 Jens Petersen <petersen@redhat.com> 1.5-2
149- Patch depout.m4 to handle makefiles passed to make with "-f" (#56624)
150
151* Tue Sep 18 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.5-1
152- Update to 1.5 - much better to coexist with autoconf 2.52...
153- Fix specfile
154- No patches
155
156* Fri Aug 24 2001 Jens Petersen <petersen@redhat.com> - 1.4p5-2
157- dont raise error when there is source in a subdirectory (bug #35156).
158  This was preventing automake from working in binutuls/gas
159  [patch from HJ Lu <hjl@gnu.org>]
160- format long lines of output properly with backslash + newlines as in 1.4
161  (bug #35259) [patch from HJ Lu <hjl@gnu.org>]
162
163* Sat Jul 21 2001 Florian La Roche <Florian.LaRoche@redhat.de>
164- 1.4-p5, fixes #48788
165
166* Tue Jun 12 2001 Florian La Roche <Florian.LaRoche@redhat.de>
167- add the patch from #20559
168- really update to 1.4-p4
169
170* Mon Jun 11 2001 Florian La Roche <Florian.LaRoche@redhat.de>
171- update to 1.4-p4
172
173* Sat May 12 2001 Owen Taylor <otaylor@redhat.com>
174- Version 1.4-p1 to work with libtool-1.4
175
176* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
177- automatic rebuild
178
179* Mon Jun  5 2000 Jeff Johnson <jbj@redhat.com>
180- FHS packaging.
181
182* Fri Feb 04 2000 Nalin Dahyabhai <nalin@redhat.com>
183- fix bug #8870
184
185* Sat Aug 21 1999 Jeff Johnson <jbj@redhat.com>
186- revert to pristine automake-1.4.
187
188* Mon Mar 22 1999 Preston Brown <pbrown@redhat.com>
189- arm netwinder patch
190
191* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
192- Injected new description and group.
193
194* Mon Feb  8 1999 Jeff Johnson <jbj@redhat.com>
195- add patches from CVS for 6.0beta1
196
197* Sun Jan 17 1999 Jeff Johnson <jbj@redhat.com>
198- update to 1.4.
199
200* Mon Nov 23 1998 Jeff Johnson <jbj@redhat.com>
201- update to 1.3b.
202- add URL.
203
204* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
205- translations modified for de, fr, tr
206
207* Tue Apr 07 1998 Erik Troan <ewt@redhat.com>
208- updated to 1.3
209
210* Tue Oct 28 1997 Cristian Gafton <gafton@redhat.com>
211- added BuildRoot; added aclocal files
212
213* Fri Oct 24 1997 Erik Troan <ewt@redhat.com>
214- made it a noarch package
215
216* Thu Oct 16 1997 Michael Fulbright <msf@redhat.com>
217- Fixed some tag lines to conform to 5.0 guidelines.
218
219* Thu Jul 17 1997 Erik Troan <ewt@redhat.com>
220- updated to 1.2
221
222* Wed Mar 5 1997 msf@redhat.com <Michael Fulbright>
223- first version (1.0)
Note: See TracBrowser for help on using the repository browser.