source: projects/specs/branches/6/a/automake19/automake19-vl.spec @ 521

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

import VineSeed package specs

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