source: projects/specs/tags/6_0_REL/i/intltool/intltool-vl.spec @ 3534

Revision 3534, 5.3 KB checked in by owa, 13 years ago (diff)

rebuit

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