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

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

rebuild packages

Line 
1%define tarname automake-1.4-p6
2
3Summary: A GNU tool for automatically creating Makefiles.
4Summary(ja): Makefile を自動生成するための GNU ツール
5Name: automake14
6Version: 1.4p6
7Release: 7%{?_dist_release}
8License: GPL
9Group: Development/Tools
10Source: ftp://ftp.gnu.org/pub/gnu/automake/%{tarname}.tar.gz
11Patch1: automake-1.4-libtoolize.patch
12Patch2: automake-1.4-subdir.patch
13Patch3: automake-1.4-backslash.patch
14Patch6: automake-1.4-tags.patch
15Patch7: automake-1.4-subdirs-89656.patch
16Patch8: automake14-info.patch
17URL: http://sources.redhat.com/automake
18Conflicts: automake < 1.5
19Buildrequires: texinfo
20Requires(post):  /sbin/install-info
21Requires(preun): /sbin/install-info
22BuildArchitectures: noarch
23Buildroot: %{_tmppath}/%{name}-%{version}-root
24
25
26%description
27Automake is a tool for automatically generating
28`Makefile.in' files compliant with the GNU Coding Standards.
29
30This package contains Automake 1.4, an older version of automake.
31You should install it if you need to run automake in a project that
32has not yet been updated to work with newer version of Automake.
33
34
35%prep
36%setup -q -n %{tarname}
37%patch1 -p0
38%patch2 -p1 -b .subdir
39%patch3 -p1 -b .backslash
40%patch6 -p1 -b .tags
41%patch7 -p1 -b .dollar
42%patch8 -p1 -b .rh1
43mv automake.texi automake14.texi
44rm automake.info
45
46%build
47#autoreconf
48
49
50%configure
51make
52
53## 5 of 194 tests fail
54# make check || :
55
56
57%install
58rm -rf $RPM_BUILD_ROOT
59%makeinstall
60
61## create this dir empty so we can own it
62mkdir -p $RPM_BUILD_ROOT%{_datadir}/aclocal
63
64# remove uninstalled files
65rm ${RPM_BUILD_ROOT}%{_bindir}/{automake,aclocal}
66rm -f ${RPM_BUILD_ROOT}%{_infodir}/dir
67
68
69%clean
70rm -rf ${RPM_BUILD_ROOT}
71
72
73%post
74/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
75
76%preun
77if [ "$1" = 0 ]; then
78    /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
79fi
80
81
82%files
83%defattr(-,root,root)
84%doc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO info
85%{_bindir}/*-1.4
86%{_datadir}/aclocal*/
87%{_datadir}/automake-1.4/
88%{_infodir}/*
89
90%changelog
91* Sun Feb 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4p6-7
92- rebuild with Vine6 environment
93
94* Sun Feb 21 2010 Shu KONNO <owa@bg.wakwak.com> 1.4p6-6
95- rebuilt with new toolchain
96- applied new versioning policy
97
98* Thu Oct 09 2008 Shu KONNO <owa@bg.wakwak.com> 1.4p6-5vl5
99- spec in utf-8
100
101* Sun Jun  3 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4p6-4vl5
102- added Patch8 from Fedora
103  * Thu Feb 15 2007 Karsten Hopp <karsten@redhat.com> 1.4p6-14
104  - misc. fixes for review
105  * Mon Jun 12 2006 Karsten Hopp <karsten@redhat.de> 1.4p6-13
106  - don't run autoreconf during build (#194735)
107
108* Tue Jan 17 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4p6-4vl4
109- added BuildRequires: texinfo
110- added Japanese summary
111
112* Sat Feb 07 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4p6-4vl3
113- patch7 from fedora 1.4p6-8
114- add BuildRequires: automake
115- s/Copyright/License/
116
117* Mon Dec 09 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.4p6-4vl2
118- delete PreReq: install-info
119
120* Mon Dec 09 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.4p6-4vl1
121- based on 1.4p6-4 from Rawhide and built for Vine Linux
122- uncomment make check and add "|| :"
123
124* Sat Nov 23 2002 Jens Petersen <petersen@redhat.com> 1.4p6-4
125- remove bin and info files not for manifest
126- update url (#77325)
127
128* Fri Sep  5 2002 Jens Petersen <petersen@redhat.com> 1.4p6-3
129- bring back COPYING and INSTALL in datadir
130
131* Fri Aug 16 2002 Jens Petersen <petersen@redhat.com> 1.4p6-2
132- conflict with automake < 1.5, to prevent both automake-1.4 and automake14
133  from being installed at the same time (#71626)
134
135* Mon Jul 29 2002 Jens Petersen <petersen@redhat.com> - 1.4p6-1
136- 1.4-p6 with versioning from upstream
137- versioning and lisp patches no longer required
138- include the info files in the docs dir
139- remove doc files from the automake-1.4 datadir.
140
141* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
142- automated rebuild
143
144* Thu May 23 2002 Tim Powers <timp@redhat.com>
145- automated rebuild
146
147* Tue Jan 18 2002 Jens Petersen <petersen@redhat.com> - 1.4p5-1
148- new package based on automake-1.4p5-3
149- add version suffix to prgram names and data directories
150- no info files, since only 1.5 info files will be installed
151
152
153* Wed Nov 14 2001 Jakub Jelinek <jakub@redhat.com> - 1.4p5-3
154- fix lisp.am bug
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.