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

Revision 6976, 9.6 KB checked in by Takemikaduchi, 12 years ago (diff)

desktop-file-utils, gedit-code-assistance, latexila, meld: new upstream release
gnome-system-log: add files
lasem: New package
task-gnome: update to 3.6.1

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