source: projects/specs/trunk/m/meld/meld-vl.spec @ 6163

Revision 6163, 9.5 KB checked in by kudoh, 12 years ago (diff)
Line 
1Name:           meld
2Version:        1.6.0
3Release:        1%{?_dist_release}
4Summary:        Graphical tool to diff and merge files
5Summary(ja):    ファイルの差分表示とマージのためのグラフィカルなツール
6
7Group:          Development/Tools
8License:        GPLv2+
9URL:            http://meldmerge.org/
10Source0:        http://ftp.gnome.org/pub/gnome/sources/meld/1.6/meld-%{version}.tar.xz
11#Source1:       meld-1.3.1-ja.po
12#Patch0:                %{name}-desktop.patch
13#Patch1:                %{name}-scrollkeeper.patch
14BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
15
16BuildRequires:  desktop-file-utils
17BuildRequires:  gettext
18BuildRequires:  intltool
19BuildRequires:  scrollkeeper
20BuildRequires:  perl-XML-Parser
21
22Requires:       gnome-python
23Requires:       pygtk2 >= 2.14.0
24Requires:       pygtk2-libglade
25Requires:       pygobject >= 2.14.0
26Requires:       pygtksourceview >= 2.10
27
28Requires(post): scrollkeeper
29Requires(postun): scrollkeeper
30
31BuildArch:      noarch
32
33Vendor: Project Vine
34Distribution: Vine Linux
35
36%description
37Meld is a tool which allows the user to see the changes in, and
38merge between, either two files, two directories, or two files
39with a common ancestor.
40
41%description -l ja
42Meld は、ユーザが二つのファイル、二つのディレクトリ、または共通の祖先を
43持つ二つのファイルの差分表示およびマージを行えます。
44
45%prep
46%setup -q
47#%patch0 -p1 -b .desktop
48#%patch1 -p1 -b .scrollkeeper
49# copy updated japanese translation
50#%{__cp} %{SOURCE1} po/ja.po
51
52%build
53%__make prefix=%{_prefix} libdir=%{_datadir}
54
55
56%install
57%__rm -rf ${RPM_BUILD_ROOT}
58
59%__make prefix=%{_prefix} libdir=%{_datadir} \
60  DESTDIR=${RPM_BUILD_ROOT} install
61
62
63desktop-file-install --vendor vine \
64    --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
65    --delete-original \
66    --add-category "GTK;" \
67    ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
68
69%find_lang %{name}
70
71
72%post
73scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
74
75touch --no-create %{_datadir}/icons/hicolor
76if [ -x %{_bindir}/gtk-update-icon-cache ]; then
77  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
78fi
79update-desktop-database &> /dev/null || :
80
81
82%postun
83scrollkeeper-update -q || :
84
85touch --no-create %{_datadir}/icons/hicolor
86if [ -x %{_bindir}/gtk-update-icon-cache ]; then
87  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
88fi
89update-desktop-database &> /dev/null || :
90
91
92%clean
93%__rm -rf ${RPM_BUILD_ROOT}
94
95
96%files -f %{name}.lang
97%defattr(-,root,root,-)
98%doc COPYING NEWS
99%{_bindir}/%{name}
100%{_datadir}/%{name}/
101%{_datadir}/applications/vine-%{name}.desktop
102#%{_datadir}/application-registry/%{name}*
103#%{_datadir}/pixmaps/%{name}.png
104%{_datadir}/icons/hicolor/*/apps/*
105%{_datadir}/gnome/help/%{name}/
106%{_datadir}/omf/%{name}/
107
108
109%changelog
110* Fri May 11 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.6.0-1
111- new upstream release
112
113* Thu Apr 26 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.5.4-1
114- new upstream release
115- dropt patch0 to merge upstream
116
117* Wed Feb 01 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.5.3-1
118- new upstream release
119- fixed URL
120- added patch0 to fix Japanese translation a little
121- changed Requires: pygtksourceview >= 2.4 to 2.10
122- added NEWS in %%doc of %%files
123
124* Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.2-1
125- new upstream release
126
127* Sat Apr 30 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.5.1-1
128- new upstream release
129
130* Thu Jan 27 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.5.0-1
131- new upstream release
132- changed BuildRequires: perl(XML::Parser) to perl-XML-Parser
133- added Requires: gnome-python, pygtksourceview >= 2.4
134- modified installing desktop file
135  - added --add-category "GTK;"
136- fixed %%files
137  disabled %%{_datadir}/pixmaps/%{name}.png
138
139* Sat Oct 30 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.4.0-1
140- new upstream release
141
142* Sun Jul 04 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.3.2-1
143- new upstream release
144
145* Wed Sep 23 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.3.1-2
146- add Source1: updated japanese translations
147
148* Sun Sep 13 2009 Munehiro Yamamoto <munepi@vinelinux.org> 1.3.1-1
149- new upstream release
150
151* Fri Jul 10 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-2
152- remove Requires: gnome-python-* which are not needed anymore.
153
154* Fri May 22 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.3.0-1
155- Update to 1.3.0
156- spec in UTF-8
157
158* Sat Apr 04 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.2.1-1
159- Update to 1.2.1
160- fixed release tag
161- Updated Patch0
162
163* Sun Nov 02 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.2-1
164- initial build for Vine Linux
165
166* Tue Aug 26 2008 Brian Pepple <bpepple@fedoraproject.org> - 1.2-2
167- Change require to gnome-python2-gnome. (#460010)
168
169* Sun Aug  3 2008 Brian Pepple <bpepple@fedoraproject.org> - 1.2-1
170- Update to 1.2.
171- Drop git patch.  fixed upstream.
172- Update scrollkeeper patch.
173
174* Tue Jun  3 2008 Brian Pepple <bpepple@fedoraproject.org> - 1.1.5-5
175- Backport git support (#449250).
176
177* Wed Nov 14 2007 Brian Pepple <bpepple@fedoraproject.org> - 1.1.5-4
178- Add Requires on gnome-python2-gtksourceview to enable syntax coloring. (#382041)
179
180* Sun Aug  5 2007 Brian Pepple <bpepple@fedoraproject.org> - 1.1.5-3
181- Update license tag.
182
183* Sun Jun 10 2007 Brian Pepple <bpepple@fedoraproject.org> - 1.1.5-2
184- Drop requires on yelp.
185
186* Sat Jun  9 2007 Brian Pepple <bpepple@fedoraproject.org> - 1.1.5-1
187- Update to 1.1.5.
188- Drop gettext patch.  fixed upstream.
189
190* Sat Jun  9 2007 Brian Pepple <bpepple@fedoraproject.org> - 1.1.4-7
191- Add requires on yelp.
192
193* Sat Dec  9 2006 Brian Pepple <bpepple@fedoraproject.org> - 1.1.4-6
194- Drop X-Fedora category from desktop file.
195- Add patch to fix rejects from new version of gettext.
196
197* Fri Dec  8 2006 Brian Pepple <bpepple@fedoraproject.org> - 1.1.4-5
198- Rebuild against new python.
199
200* Wed Sep  6 2006 Brian Pepple <bpepple@fedoraproject.org> - 1.1.4-4
201- Don't ghost *.pyo files.
202- Add BR for intltool and perl(XML::Parser).
203- Rebuild for FC6.
204
205* Sun Jun 11 2006 Brian Pepple <bdpepple@ameritech.net> - 1.1.4-3
206- Update to 1.1.4.
207
208* Thu Feb 16 2006 Brian Pepple <bdpepple@ameritech.net> - 1.1.3-4
209- Remove unnecessary BR (intltool).
210
211* Mon Feb 13 2006 Brian Pepple <bdpepple@ameritech.net> - 1.1.3-3
212- rebuilt for new gcc4.1 snapshot and glibc changes
213
214* Sun Feb  5 2006 Brian Pepple <bdpepple@ameritech.net> - 1.1.3-2
215- Update to 1.1.3.
216- Update scrollkeeper scriptlet.
217- Update versions required for pygtk2 & gnome-python2.
218- Add patch to disable scrollkeeper in Makefile.
219- Ghost the *.pyo.
220
221* Sun Nov 13 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.1.2-1
222- Update to 1.1.2.
223
224* Mon Jul 25 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.0.0-1
225- Update to 1.0.0.
226- Include fix for upstream bug #309408.
227
228* Wed Jun  8 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.6-1
229- Remove unused meld shell script from src.rpm.
230- Add scriptlets for scrollkeeper-update.
231- Use %%find_lang macro.
232- Simplify %%install (let included Makefile do the installation).
233- Update to 0.9.6 (fixes manual).
234- BR scrollkeeper (#156235).
235
236* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.5-2
237- rebuilt
238
239* Sun Feb 06 2005 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.9.5-1
240- 0.9.5.
241
242* Thu Nov 11 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.9.4.1-0.fdr.3
243- Clean up spec/Bump release.
244
245* Sat Jul 31 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.9.4.1-0.fdr.2
246- Group now Development/Tools.
247
248* Wed Jul 21 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.9.4.1-0.fdr.1
249- Updated to 0.9.4.1.
250
251* Fri May 28 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.9.3-0.fdr.1
252- Updated to 0.9.3.
253
254* Wed Apr 07 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.9.2.1-0.fdr.2
255- BuildReqs intltool & gettext (#1459).
256
257* Tue Apr 06 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.9.2.1-0.fdr.1
258- Updated to 0.9.2.1.
259
260* Thu Dec 04 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.9.1-0.fdr.2
261- Include translations.
262
263* Sat Nov 22 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.9.1-0.fdr.1
264- Updated to 0.9.1.
265
266* Thu Oct 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.9.0-0.fdr.2
267- Reuire pygtk2 >= 0:1.99.15.
268
269* Sun Oct 12 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.9.0-0.fdr.1
270- Updated to 0.9.0.
271
272* Mon Sep 01 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.8.5-0.fdr.1
273- Updated to 0.8.5.
274
275* Wed Aug 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.8.4-0.fdr.3
276- dropped tidyxml.py.
277
278* Mon Aug 11 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.8.4-0.fdr.2
279- Moved manual so the help feature will work.
280
281* Thu Jul 31 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.8.4-0.fdr.1
282- Updated to 0.8.4.
283- now install files under %%{_datadir} rather than %%{_libdir}.
284
285* Wed May 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.8.1-0.fdr.3
286- Package now contains verifiable source.
287
288* Tue May 27 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.8.1-0.fdr.2
289- Cleaned out libdir/meld.
290- fixed file permissions.
291
292* Sun May 25 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.8.1-0.fdr.1
293- Updated to 0.8.1.
294- buildroot -> RPM_BUILD_ROOT.
295
296* Wed Apr 16 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.7.1-0.fdr.1
297- Updated to 0.7.1.
298
299* Wed Apr 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.7.0-0.fdr.3
300- Updated Requires.
301
302* Tue Apr 01 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.7.0-0.fdr.2
303- Changed category to X-Fedora-Extra.
304- Added desktop-file-utils to BuildRequires.
305- Added missing Requires fields.
306- Added Epoch:0.
307
308* Thu Mar 27 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.7.0-0.fdr.1
309- Initial RPM release.
Note: See TracBrowser for help on using the repository browser.