source: projects/specs/trunk/a/automake112/automake112-vl.spec @ 9340

Revision 9340, 7.9 KB checked in by Takemikaduchi, 9 years ago (diff)

atkmm,pangomm,automake112: rebuild
others: new upstream release

Line 
1%define api_version 1.12
2
3Summary: A GNU tool for automatically creating Makefiles.
4Summary(ja): Makefile を自動生成するための GNU ツール
5Name: automake112
6Version: %{api_version}.5
7Release: 4%{?_dist_release}
8License: GPL
9Group: Development/Tools
10Source: ftp://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz
11Patch1:     automake-1.12.2-vala-fails.patch
12
13URL: http://sources.redhat.com/automake
14Requires: perl, autoconf >= 2.58
15Buildrequires: autoconf >= 2.58
16Requires(pre): install-info
17
18BuildArchitectures: noarch
19Buildroot: %{_tmppath}/%{name}-%{version}-root
20
21Vendor: Project Vine
22Distribution: Vine Linux
23Packager: daisuke
24
25%description
26Automake is an experimental Makefile generator. Automake was inspired
27by the 4.4BSD make and include files, but aims to be portable and to
28conform to the GNU standards for Makefile variables and targets.
29
30You should install Automake if you are developing software and would
31like to use its ability to automatically generate GNU standard
32Makefiles. If you install Automake, you will also need to install
33GNU's Autoconf package.
34
35
36%prep
37%setup -q -n automake-%{version}
38%patch1 -p1
39
40%build
41./configure \
42  --prefix=%{_prefix} \
43  --docdir=%{_docdir}/%{name}-%{version}
44%{__make} %{?_smp_mflags}
45cp m4/acdir/README README.aclocal
46cp contrib/multilib/README README.multilib
47
48
49%install
50rm -rf ${RPM_BUILD_ROOT}
51make install DESTDIR=${RPM_BUILD_ROOT}
52mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
53
54
55# create this dir empty so we can own it
56rm -rf ${RPM_BUILD_ROOT}%{_datadir}/aclocal
57mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/aclocal
58rm -rf $RPM_BUILD_ROOT%{_infodir}
59rm -rf $RPM_BUILD_ROOT%{_mandir}
60
61
62%clean
63rm -rf ${RPM_BUILD_ROOT}
64
65
66%post
67/sbin/install-info %{_infodir}/automake.info.gz %{_infodir}/dir ||:
68
69
70%preun
71if [ $1 = 0 ]; then
72    /sbin/install-info --delete %{_infodir}/automake.info.gz %{_infodir}/dir  ||:
73fi
74
75
76%files
77%defattr(-,root,root)
78%doc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS
79%doc README.aclocal README.multilib
80%{_bindir}/*
81%exclude %{_bindir}/automake
82%exclude %{_bindir}/aclocal
83%{_datadir}/automake-%{api_version}
84%{_datadir}/aclocal-%{api_version}
85
86
87%changelog
88* Sun Feb 08 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.5-4
89- rebuild with VineSeed environment
90
91* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.5-3
92- remove conflict file
93
94* Sat Sep 28 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.5-2
95- rename to automake112 for compat package
96
97* Thu Nov 29 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.12.5-1
98- update to 1.12.5
99
100* Tue Nov 27 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.12.2-1
101- update to 1.12.2
102- add patch1 to skip vala test.
103
104* Sun Sep 30 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.11.1-4
105- change prereq to Require(pre)
106
107* Sat Aug 11 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.11.1-3
108- add patch100 for fix CVE-2012-3386 (world-writable tmp dir)
109
110* Tue Apr 19 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.11.1-2
111- rebuild for Vine 6
112
113* Sat Jan 09 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.11.1-1
114- new upstream release
115
116* Thu Oct 09 2008 Shu KONNO <owa@bg.wakwak.com> 1.10.1-2
117- spec in utf-8
118
119* Wed Apr 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.10.1-1
120- new upstream release
121
122* Thu Aug 04 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9.6-0vl1
123- new upstream release
124
125* Thu Jun  3 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.5-0vl1
126- new upstream release
127
128* Wed May  5 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.4-0vl1
129- new upstream release
130
131* Thu Apr 1 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.3-0vl1
132- new upstream release
133
134* Wed Feb 25 2004 Tomoya TAKA <taka@vinelinux.org> 1.8.2-0vl3
135- rebuild
136
137* Fri Feb 20 2004 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 1.8.2-1vl2
138- rebuild
139
140* Thu Feb 05 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.2-0vl1
141- new upstream release
142
143* Mon Jan 12 2004 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 1.8-1vl1
144- based on 1.8-1 from Rawhide and built for Vine Linux
145
146* Mon Nov 17 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.9-0vl1
147- new upstream release
148
149* Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.6-0vl1
150- new upstream release
151
152* Sat Jun 07 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 1.7.5-1vl1
153- based on 1.7.5-1 from Rawhide and built for Vine Linux
154
155* Wed Apr 09 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 1.7.3-1vl1
156- based on 1.7.3-1 from Rawhide and built for Vine Linux
157
158* Sun Dec 08 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.6.3-1vl2
159- based on 1.6.3-1 from Rawhide and built for Vine Linux
160
161* Mon Jul 29 2002 Jens Petersen <petersen@redhat.com> 1.6.3-1
162- bug fix release 1.6.3
163
164* Thu Jul 11 2002 Jens Petersen <petersen@redhat.com> 1.6.2-2
165- add buildrequires autoconf 2.52 or greater (reported by Edward Avis)
166
167* Wed Jun 19 2002 Jens Petersen <petersen@redhat.com> 1.6.2-1
168- 1.6.2 (bug fix release)
169- do "make check" after building
170
171* Thu May 23 2002 Tim Powers <timp@redhat.com> 1.6.1-2
172- automated rebuild
173
174* Tue Apr 23 2002 Jens Petersen <petersen@redhat.com> 1.6.1-1
175- 1.6.1
176
177* Tue Mar 12 2002 Jens Petersen <petersen@redhat.com> 1.6-1
178- new package based on automake15
179- 1.6
180
181* Wed Jan 23 2002 Jens Petersen <petersen@redhat.com> 1.5-8
182- better aclocal versioning
183
184* Wed Jan 23 2002 Jens Petersen <petersen@redhat.com> 1.5-7
185- don't version datadir/automake
186
187* Tue Jan 15 2002 Jens Petersen <petersen@redhat.com> 1.5-6
188- version suffix programs and data directories
189- own symlinks to programs and /usr/share/aclocal
190
191* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 1.5-5
192- automated rebuild
193
194* Wed Jan  9 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.5-4
195- Completely back out the fix for #56624 for now, it causes more problems
196  than it fixes in either form.
197
198* Wed Jan  9 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.5-3
199- Don't use AS_DIRNAME, it doesn't work.
200
201* Mon Jan  7 2002 Jens Petersen <petersen@redhat.com> 1.5-2
202- Patch depout.m4 to handle makefiles passed to make with "-f" (#56624)
203
204* Tue Sep 18 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.5-1
205- Update to 1.5 - much better to coexist with autoconf 2.52...
206- Fix specfile
207- No patches
208
209* Fri Aug 24 2001 Jens Petersen <petersen@redhat.com> - 1.4p5-2
210- dont raise error when there is source in a subdirectory (bug #35156).
211  This was preventing automake from working in binutuls/gas
212  [patch from HJ Lu <hjl@gnu.org>]
213- format long lines of output properly with backslash + newlines as in 1.4
214  (bug #35259) [patch from HJ Lu <hjl@gnu.org>]
215
216* Sat Jul 21 2001 Florian La Roche <Florian.LaRoche@redhat.de>
217- 1.4-p5, fixes #48788
218
219* Tue Jun 12 2001 Florian La Roche <Florian.LaRoche@redhat.de>
220- add the patch from #20559
221- really update to 1.4-p4
222
223* Mon Jun 11 2001 Florian La Roche <Florian.LaRoche@redhat.de>
224- update to 1.4-p4
225
226* Sat May 12 2001 Owen Taylor <otaylor@redhat.com>
227- Version 1.4-p1 to work with libtool-1.4
228
229* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
230- automatic rebuild
231
232* Mon Jun  5 2000 Jeff Johnson <jbj@redhat.com>
233- FHS packaging.
234
235* Fri Feb 04 2000 Nalin Dahyabhai <nalin@redhat.com>
236- fix bug #8870
237
238* Sat Aug 21 1999 Jeff Johnson <jbj@redhat.com>
239- revert to pristine automake-1.4.
240
241* Mon Mar 22 1999 Preston Brown <pbrown@redhat.com>
242- arm netwinder patch
243
244* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
245- Injected new description and group.
246
247* Mon Feb  8 1999 Jeff Johnson <jbj@redhat.com>
248- add patches from CVS for 6.0beta1
249
250* Sun Jan 17 1999 Jeff Johnson <jbj@redhat.com>
251- update to 1.4.
252
253* Mon Nov 23 1998 Jeff Johnson <jbj@redhat.com>
254- update to 1.3b.
255- add URL.
256
257* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
258- translations modified for de, fr, tr
259
260* Tue Apr 07 1998 Erik Troan <ewt@redhat.com>
261- updated to 1.3
262
263* Tue Oct 28 1997 Cristian Gafton <gafton@redhat.com>
264- added BuildRoot; added aclocal files
265
266* Fri Oct 24 1997 Erik Troan <ewt@redhat.com>
267- made it a noarch package
268
269* Thu Oct 16 1997 Michael Fulbright <msf@redhat.com>
270- Fixed some tag lines to conform to 5.0 guidelines.
271
272* Thu Jul 17 1997 Erik Troan <ewt@redhat.com>
273- updated to 1.2
274
275* Wed Mar 5 1997 msf@redhat.com <Michael Fulbright>
276- first version (1.0)
Note: See TracBrowser for help on using the repository browser.