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

Revision 7716, 10.3 KB checked in by kudoh, 11 years ago (diff)

--force-log

Line 
1Name:           meld
2Version:        1.7.3
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.7/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 Jun 16 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.7.3-1
117- new upstream release
118- added Source1: updated japanese translations
119
120* Mon Apr 29 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.7.2-1
121- new upstream release
122- added Source1: updated japanese translations
123- added Requires(post)/(postun): shared-mime-info
124- run update-mime-database in %%post, %%postun
125- fixed desktop file a little
126
127* Fri Nov 23 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.7.0-1
128- new upstream release
129
130* Sun Oct 21 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
131- new upstream release
132
133* Fri May 11 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.6.0-1
134- new upstream release
135
136* Thu Apr 26 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.5.4-1
137- new upstream release
138- dropt patch0 to merge upstream
139
140* Wed Feb 01 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.5.3-1
141- new upstream release
142- fixed URL
143- added patch0 to fix Japanese translation a little
144- changed Requires: pygtksourceview >= 2.4 to 2.10
145- added NEWS in %%doc of %%files
146
147* Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.2-1
148- new upstream release
149
150* Sat Apr 30 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.5.1-1
151- new upstream release
152
153* Thu Jan 27 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.5.0-1
154- new upstream release
155- changed BuildRequires: perl(XML::Parser) to perl-XML-Parser
156- added Requires: gnome-python, pygtksourceview >= 2.4
157- modified installing desktop file
158  - added --add-category "GTK;"
159- fixed %%files
160  disabled %%{_datadir}/pixmaps/%{name}.png
161
162* Sat Oct 30 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.4.0-1
163- new upstream release
164
165* Sun Jul 04 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.3.2-1
166- new upstream release
167
168* Wed Sep 23 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.3.1-2
169- add Source1: updated japanese translations
170
171* Sun Sep 13 2009 Munehiro Yamamoto <munepi@vinelinux.org> 1.3.1-1
172- new upstream release
173
174* Fri Jul 10 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-2
175- remove Requires: gnome-python-* which are not needed anymore.
176
177* Fri May 22 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.3.0-1
178- Update to 1.3.0
179- spec in UTF-8
180
181* Sat Apr 04 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.2.1-1
182- Update to 1.2.1
183- fixed release tag
184- Updated Patch0
185
186* Sun Nov 02 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.2-1
187- initial build for Vine Linux
188
189* Tue Aug 26 2008 Brian Pepple <bpepple@fedoraproject.org> - 1.2-2
190- Change require to gnome-python2-gnome. (#460010)
191
192* Sun Aug  3 2008 Brian Pepple <bpepple@fedoraproject.org> - 1.2-1
193- Update to 1.2.
194- Drop git patch.  fixed upstream.
195- Update scrollkeeper patch.
196
197* Tue Jun  3 2008 Brian Pepple <bpepple@fedoraproject.org> - 1.1.5-5
198- Backport git support (#449250).
199
200* Wed Nov 14 2007 Brian Pepple <bpepple@fedoraproject.org> - 1.1.5-4
201- Add Requires on gnome-python2-gtksourceview to enable syntax coloring. (#382041)
202
203* Sun Aug  5 2007 Brian Pepple <bpepple@fedoraproject.org> - 1.1.5-3
204- Update license tag.
205
206* Sun Jun 10 2007 Brian Pepple <bpepple@fedoraproject.org> - 1.1.5-2
207- Drop requires on yelp.
208
209* Sat Jun  9 2007 Brian Pepple <bpepple@fedoraproject.org> - 1.1.5-1
210- Update to 1.1.5.
211- Drop gettext patch.  fixed upstream.
212
213* Sat Jun  9 2007 Brian Pepple <bpepple@fedoraproject.org> - 1.1.4-7
214- Add requires on yelp.
215
216* Sat Dec  9 2006 Brian Pepple <bpepple@fedoraproject.org> - 1.1.4-6
217- Drop X-Fedora category from desktop file.
218- Add patch to fix rejects from new version of gettext.
219
220* Fri Dec  8 2006 Brian Pepple <bpepple@fedoraproject.org> - 1.1.4-5
221- Rebuild against new python.
222
223* Wed Sep  6 2006 Brian Pepple <bpepple@fedoraproject.org> - 1.1.4-4
224- Don't ghost *.pyo files.
225- Add BR for intltool and perl(XML::Parser).
226- Rebuild for FC6.
227
228* Sun Jun 11 2006 Brian Pepple <bdpepple@ameritech.net> - 1.1.4-3
229- Update to 1.1.4.
230
231* Thu Feb 16 2006 Brian Pepple <bdpepple@ameritech.net> - 1.1.3-4
232- Remove unnecessary BR (intltool).
233
234* Mon Feb 13 2006 Brian Pepple <bdpepple@ameritech.net> - 1.1.3-3
235- rebuilt for new gcc4.1 snapshot and glibc changes
236
237* Sun Feb  5 2006 Brian Pepple <bdpepple@ameritech.net> - 1.1.3-2
238- Update to 1.1.3.
239- Update scrollkeeper scriptlet.
240- Update versions required for pygtk2 & gnome-python2.
241- Add patch to disable scrollkeeper in Makefile.
242- Ghost the *.pyo.
243
244* Sun Nov 13 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.1.2-1
245- Update to 1.1.2.
246
247* Mon Jul 25 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.0.0-1
248- Update to 1.0.0.
249- Include fix for upstream bug #309408.
250
251* Wed Jun  8 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.6-1
252- Remove unused meld shell script from src.rpm.
253- Add scriptlets for scrollkeeper-update.
254- Use %%find_lang macro.
255- Simplify %%install (let included Makefile do the installation).
256- Update to 0.9.6 (fixes manual).
257- BR scrollkeeper (#156235).
258
259* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.5-2
260- rebuilt
261
262* Sun Feb 06 2005 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.9.5-1
263- 0.9.5.
264
265* Thu Nov 11 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.9.4.1-0.fdr.3
266- Clean up spec/Bump release.
267
268* Sat Jul 31 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.9.4.1-0.fdr.2
269- Group now Development/Tools.
270
271* Wed Jul 21 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.9.4.1-0.fdr.1
272- Updated to 0.9.4.1.
273
274* Fri May 28 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.9.3-0.fdr.1
275- Updated to 0.9.3.
276
277* Wed Apr 07 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.9.2.1-0.fdr.2
278- BuildReqs intltool & gettext (#1459).
279
280* Tue Apr 06 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.9.2.1-0.fdr.1
281- Updated to 0.9.2.1.
282
283* Thu Dec 04 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.9.1-0.fdr.2
284- Include translations.
285
286* Sat Nov 22 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.9.1-0.fdr.1
287- Updated to 0.9.1.
288
289* Thu Oct 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.9.0-0.fdr.2
290- Reuire pygtk2 >= 0:1.99.15.
291
292* Sun Oct 12 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.9.0-0.fdr.1
293- Updated to 0.9.0.
294
295* Mon Sep 01 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.8.5-0.fdr.1
296- Updated to 0.8.5.
297
298* Wed Aug 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.8.4-0.fdr.3
299- dropped tidyxml.py.
300
301* Mon Aug 11 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.8.4-0.fdr.2
302- Moved manual so the help feature will work.
303
304* Thu Jul 31 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.8.4-0.fdr.1
305- Updated to 0.8.4.
306- now install files under %%{_datadir} rather than %%{_libdir}.
307
308* Wed May 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.8.1-0.fdr.3
309- Package now contains verifiable source.
310
311* Tue May 27 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.8.1-0.fdr.2
312- Cleaned out libdir/meld.
313- fixed file permissions.
314
315* Sun May 25 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.8.1-0.fdr.1
316- Updated to 0.8.1.
317- buildroot -> RPM_BUILD_ROOT.
318
319* Wed Apr 16 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.7.1-0.fdr.1
320- Updated to 0.7.1.
321
322* Wed Apr 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.7.0-0.fdr.3
323- Updated Requires.
324
325* Tue Apr 01 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.7.0-0.fdr.2
326- Changed category to X-Fedora-Extra.
327- Added desktop-file-utils to BuildRequires.
328- Added missing Requires fields.
329- Added Epoch:0.
330
331* Thu Mar 27 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.7.0-0.fdr.1
332- Initial RPM release.
Note: See TracBrowser for help on using the repository browser.