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

Revision 521, 5.0 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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