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

Revision 7822, 10.5 KB checked in by kudoh, 11 years ago (diff)

--force-log

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