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

Revision 7984, 10.6 KB checked in by kudoh, 10 years ago (diff)

--force-log

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