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

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