source: projects/specs/trunk/a/automake14/automake14-vl.spec @ 9153

Revision 9153, 6.2 KB checked in by inagaki, 9 years ago (diff)

2014-12-14 Ryoichi INAGAKI <ryo1@…>

  • automake14, tango-icon-theme: rebuilt
  • eigen2: updated
  • tegaki-zinnia-japanese: change GROUP


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: 8%{?_dist_release}
8License: GPLv2
9Group: Development/Tools
10URL: http://sources.redhat.com/automake
11
12Source: ftp://ftp.gnu.org/pub/gnu/automake/%{tarname}.tar.gz
13Patch1: automake-1.4-libtoolize.patch
14Patch2: automake-1.4-subdir.patch
15Patch3: automake-1.4-backslash.patch
16Patch6: automake-1.4-tags.patch
17Patch7: automake-1.4-subdirs-89656.patch
18Patch8: automake14-info.patch
19
20Buildroot: %{_tmppath}/%{name}-%{version}-root
21BuildArch: noarch
22BuildRequires: texinfo
23Requires(post):  /sbin/install-info
24Requires(preun): /sbin/install-info
25
26Conflicts: automake < 1.5
27
28%description
29Automake is a tool for automatically generating
30`Makefile.in' files compliant with the GNU Coding Standards.
31
32This package contains Automake 1.4, an older version of automake.
33You should install it if you need to run automake in a project that
34has not yet been updated to work with newer version of Automake.
35
36
37%prep
38%setup -q -n %{tarname}
39%patch1 -p0
40%patch2 -p1 -b .subdir
41%patch3 -p1 -b .backslash
42%patch6 -p1 -b .tags
43%patch7 -p1 -b .dollar
44%patch8 -p1 -b .rh1
45mv automake.texi automake14.texi
46rm automake.info
47
48%build
49#autoreconf
50
51
52%configure
53make
54
55## 5 of 194 tests fail
56# make check || :
57
58
59%install
60rm -rf $RPM_BUILD_ROOT
61%makeinstall
62
63## create this dir empty so we can own it
64mkdir -p $RPM_BUILD_ROOT%{_datadir}/aclocal
65
66# remove uninstalled files
67rm ${RPM_BUILD_ROOT}%{_bindir}/{automake,aclocal}
68rm -f ${RPM_BUILD_ROOT}%{_infodir}/dir
69
70
71%clean
72rm -rf ${RPM_BUILD_ROOT}
73
74
75%post
76/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
77
78%preun
79if [ "$1" = 0 ]; then
80    /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
81fi
82
83
84%files
85%defattr(-,root,root)
86%doc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO
87%{_bindir}/*-1.4
88%{_datadir}/aclocal*/
89%{_datadir}/automake-1.4/
90%{_infodir}/*
91
92%changelog
93* Sun Dec 14 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.4p6-8
94- rebuilt on current VineSeed
95
96* Sun Feb 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4p6-7
97- rebuild with Vine6 environment
98
99* Sun Feb 21 2010 Shu KONNO <owa@bg.wakwak.com> 1.4p6-6
100- rebuilt with new toolchain
101- applied new versioning policy
102
103* Thu Oct 09 2008 Shu KONNO <owa@bg.wakwak.com> 1.4p6-5vl5
104- spec in utf-8
105
106* Sun Jun  3 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4p6-4vl5
107- added Patch8 from Fedora
108  * Thu Feb 15 2007 Karsten Hopp <karsten@redhat.com> 1.4p6-14
109  - misc. fixes for review
110  * Mon Jun 12 2006 Karsten Hopp <karsten@redhat.de> 1.4p6-13
111  - don't run autoreconf during build (#194735)
112
113* Tue Jan 17 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4p6-4vl4
114- added BuildRequires: texinfo
115- added Japanese summary
116
117* Sat Feb 07 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4p6-4vl3
118- patch7 from fedora 1.4p6-8
119- add BuildRequires: automake
120- s/Copyright/License/
121
122* Mon Dec 09 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.4p6-4vl2
123- delete PreReq: install-info
124
125* Mon Dec 09 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.4p6-4vl1
126- based on 1.4p6-4 from Rawhide and built for Vine Linux
127- uncomment make check and add "|| :"
128
129* Sat Nov 23 2002 Jens Petersen <petersen@redhat.com> 1.4p6-4
130- remove bin and info files not for manifest
131- update url (#77325)
132
133* Fri Sep  5 2002 Jens Petersen <petersen@redhat.com> 1.4p6-3
134- bring back COPYING and INSTALL in datadir
135
136* Fri Aug 16 2002 Jens Petersen <petersen@redhat.com> 1.4p6-2
137- conflict with automake < 1.5, to prevent both automake-1.4 and automake14
138  from being installed at the same time (#71626)
139
140* Mon Jul 29 2002 Jens Petersen <petersen@redhat.com> - 1.4p6-1
141- 1.4-p6 with versioning from upstream
142- versioning and lisp patches no longer required
143- include the info files in the docs dir
144- remove doc files from the automake-1.4 datadir.
145
146* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
147- automated rebuild
148
149* Thu May 23 2002 Tim Powers <timp@redhat.com>
150- automated rebuild
151
152* Tue Jan 18 2002 Jens Petersen <petersen@redhat.com> - 1.4p5-1
153- new package based on automake-1.4p5-3
154- add version suffix to prgram names and data directories
155- no info files, since only 1.5 info files will be installed
156
157
158* Wed Nov 14 2001 Jakub Jelinek <jakub@redhat.com> - 1.4p5-3
159- fix lisp.am bug
160
161* Fri Aug 24 2001 Jens Petersen <petersen@redhat.com> - 1.4p5-2
162- dont raise error when there is source in a subdirectory (bug #35156).
163  This was preventing automake from working in binutuls/gas
164  [patch from HJ Lu <hjl@gnu.org>]
165- format long lines of output properly with backslash + newlines as in 1.4
166  (bug #35259) [patch from HJ Lu <hjl@gnu.org>]
167
168* Sat Jul 21 2001 Florian La Roche <Florian.LaRoche@redhat.de>
169- 1.4-p5, fixes #48788
170
171* Tue Jun 12 2001 Florian La Roche <Florian.LaRoche@redhat.de>
172- add the patch from #20559
173- really update to 1.4-p4
174
175* Mon Jun 11 2001 Florian La Roche <Florian.LaRoche@redhat.de>
176- update to 1.4-p4
177
178* Sat May 12 2001 Owen Taylor <otaylor@redhat.com>
179- Version 1.4-p1 to work with libtool-1.4
180
181* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
182- automatic rebuild
183
184* Mon Jun  5 2000 Jeff Johnson <jbj@redhat.com>
185- FHS packaging.
186
187* Fri Feb 04 2000 Nalin Dahyabhai <nalin@redhat.com>
188- fix bug #8870
189
190* Sat Aug 21 1999 Jeff Johnson <jbj@redhat.com>
191- revert to pristine automake-1.4.
192
193* Mon Mar 22 1999 Preston Brown <pbrown@redhat.com>
194- arm netwinder patch
195
196* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
197- Injected new description and group.
198
199* Mon Feb  8 1999 Jeff Johnson <jbj@redhat.com>
200- add patches from CVS for 6.0beta1
201
202* Sun Jan 17 1999 Jeff Johnson <jbj@redhat.com>
203- update to 1.4.
204
205* Mon Nov 23 1998 Jeff Johnson <jbj@redhat.com>
206- update to 1.3b.
207- add URL.
208
209* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
210- translations modified for de, fr, tr
211
212* Tue Apr 07 1998 Erik Troan <ewt@redhat.com>
213- updated to 1.3
214
215* Tue Oct 28 1997 Cristian Gafton <gafton@redhat.com>
216- added BuildRoot; added aclocal files
217
218* Fri Oct 24 1997 Erik Troan <ewt@redhat.com>
219- made it a noarch package
220
221* Thu Oct 16 1997 Michael Fulbright <msf@redhat.com>
222- Fixed some tag lines to conform to 5.0 guidelines.
223
224* Thu Jul 17 1997 Erik Troan <ewt@redhat.com>
225- updated to 1.2
226
227* Wed Mar 5 1997 msf@redhat.com <Michael Fulbright>
228- first version (1.0)
Note: See TracBrowser for help on using the repository browser.