source: projects/specs/trunk/i/intltool/intltool-vl.spec @ 12125

Revision 12125, 6.1 KB checked in by ara_t, 5 years ago (diff)

intltool: rebuild with perl-5.26

Line 
1Name: intltool
2Summary: Utility for internationalizing various kinds of data files.
3Summary(ja): さまざまな種類のファイルを国際化するためのユーティリティ
4
5Version: 0.51.0
6Release: 2%{?_dist_release}
7License: GPL
8Group: Development/Tools
9URL: https://launchpad.net/intltool
10
11Source: https://launchpad.net/intltool/trunk/%{version}/+download/%{name}-%{version}.tar.gz
12
13# Fix intltool-update to work with perl 5.26.
14# Patch taken from Debian's intltool_0.51.0-4.debian.tar.xz
15Patch1: intltool-perl5.26-regex-fixes.patch
16# https://bugs.launchpad.net/intltool/+bug/1505260
17# https://bugzilla.redhat.com/show_bug.cgi?id=1249051
18Patch2: intltool-merge-Create-cache-file-atomically.patch
19# https://bugzilla.redhat.com/show_bug.cgi?id=1318674
20Patch3: intltool_distcheck-fix.patch
21
22Requires: patch perl perl-XML-Parser
23Obsoletes: xml-i18n-tools
24Provides: xml-i18n-tools = 0.11
25
26BuildArch: noarch
27BuildRoot: %{_tmppath}/%{name}-%{version}-root
28
29Vendor: Project Vine
30Distribution: Vine Linux
31
32%description
33This tool automatically extracts translatable strings from oaf, glade,
34bonobo ui, nautilus theme, .desktop, and other data files and puts
35them in the po files.
36
37%prep
38%setup -q
39%patch1 -p1
40%patch2 -p1
41%patch3 -p1
42
43%build
44%configure
45
46make
47
48%install
49[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
50
51%makeinstall
52
53%clean
54[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
55
56%files
57%defattr(-,root,root)
58%license COPYING
59%doc AUTHORS ChangeLog NEWS README
60%{_bindir}/*
61%{_datadir}/intltool
62%{_datadir}/aclocal/*
63%{_mandir}/man*/*
64
65%changelog
66* Mon May 20 2019 Toshiaki Ara <ara_t@384.jp> 0.51.0-2
67- add Patch1 to Patch3
68
69* Wed May 15 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.51.0-1
70- new upstream release.
71
72* Sun Feb 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.50.2-2
73- fix URL tag (BTS:2794)
74
75* Sat Mar 31 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.50.2-1
76- new upstream release
77
78* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 0.41.1-2
79- rebuilt with rpm-4.8.1-3
80
81* Mon May 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.41.1-1
82- new upstream release
83
84* Fri Apr 17 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.40.6-1
85- new upstream release
86
87* Thu Sep 25 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.40.4-1
88- new upstream release
89
90* Sat Aug 23 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.40.3-1
91- new upstream release
92- spec in UTF-8
93
94* Thu Mar 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.37.1-0vl1
95- new upstream release
96
97* Sun Dec  9 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.36.2-0vl1
98- new upstream release
99
100* Sun Sep  2 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.36.1-0vl1
101- new upstream release
102
103* Wed Jul 11 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.35.5-0vl1
104- new upstream release
105
106* Mon Jun 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.35.0-0vl1
107- new upstream release
108
109* Sat Feb 11 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.34.2-0vl1
110- new upstream release
111
112* Thu Jul 28 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.34-0vl1
113- new upstream release
114
115* Thu Feb 24 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.33-0vl2
116- disabled patch10
117
118* Fri Feb 11 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.33-0vl1
119- new upstream release
120- updated patch10
121
122* Fri Mar  5 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.30-0vl2
123- add patch10 for compatibility
124
125* Sun Feb 08 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.30-0vl1
126- new upstream release
127
128* Fri Jan 16 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.28-0vl1
129- new upstream release
130- added Requires: perl-XML-Parser
131- BuildArch: noarch
132
133* Fri Sep 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.27.2-0vl1
134- new upstream release
135
136* Thu Jul 24 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.26-0vl1
137- new upstream release
138- add Japanese summary
139- add Requires: prel
140
141* Fri Jan 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.25-0vl1
142- new upstream release
143
144* Sun Sep 15 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.22-3vl1
145- rebuilt for Vine Linux
146
147* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
148- automated rebuild
149
150* Sun Jun 09 2002 Havoc Pennington <hp@redhat.com>
151- rebuild in different environment
152
153* Sun Jun  9 2002 Havoc Pennington <hp@redhat.com>
154- 0.22
155- remove perl patch, perl is fixed
156
157* Thu Jun  6 2002 Nalin Dahyabhai <nalin@redhat.com>
158- tweak the perl5 check to not bomb with perl 5.8
159
160* Thu May 23 2002 Tim Powers <timp@redhat.com>
161- automated rebuild
162
163* Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
164- rebuild in different environment
165
166* Thu Apr  4 2002 Jeremy Katz <katzj@redhat.com>
167- update to 0.18
168
169* Thu Mar 14 2002 Jeremy Katz <katzj@redhat.com>
170- update to 0.17
171
172* Thu Feb 21 2002 Jeremy Katz <katzj@redhat.com>
173- rebuild in new environment
174
175* Tue Feb 12 2002 Havoc Pennington <hp@redhat.com>
176- 0.15
177- remove dbm patch, dbm no longer used upstream
178- shorten summary line, #56739
179
180* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
181- Version 0.14
182- Try again on DBM fix
183- Patch to use AnyDBM_File rather than NDBM_File for caching
184- Version 0.14
185
186* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
187- automated rebuild
188
189* Wed Jan  2 2002 Havoc Pennington <hp@redhat.com>
190- 0.12.90 cvs snap
191
192* Mon Nov 26 2001 Havoc Pennington <hp@redhat.com>
193- 0.12 tarball
194
195* Sun Oct 28 2001 Havoc Pennington <hp@redhat.com>
196- new cvs snap, no longer noarch
197
198* Fri Oct  5 2001 Havoc Pennington <hp@redhat.com>
199- intltool specfile, based on xml-i18n-tools (but fixed up)
200- obsolete/provide xml-i18n-tools
201
202* Tue Aug 14 2001 Alexander Larsson <alexl@redhat.com> 0.9-2
203- Require patch
204
205* Wed Aug  8 2001 Jonathan Blandford <jrb@redhat.com>
206- Fix bug #45699 and #50634 by upgrading version.
207
208* Mon Jul 16 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
209- s/Copyright/License/
210- Shorter summary
211- Remove empty post/postun scripts
212- Don't define name and ver on the top and use this in the headers later
213
214* Tue Jul 10 2001 Tim Powers <timp@redhat.com>
215- cleaned up files list so that there aren't non-standard dirs and so
216  that it owns the xml-i18n-tools dir
217
218* Tue Apr 17 2001 Jonathan Blandford <jrb@redhat.com>
219- Cleaned up spec file a little for Red Hat.
220
221* Thu Mar 01 2001 Maciej Stachowiak <mjs@eazel.com>
222- removed devel subpackage
223
224* Tue Jan 04 2000 Robin * Slomkowski <rslomkow@eazel.com>
225- created this thing
Note: See TracBrowser for help on using the repository browser.