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

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

import VineSeed package specs

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