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

Revision 521, 7.8 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Name:           meld
2Version:        1.3.1
3Release:        2%{?_dist_release}
4Summary:        Graphical tool to diff and merge files
5Summary(ja):    ファイルの差分表示とマージのためのグラフィカルなツール
6
7Group:          Development/Tools
8License:        GPLv2+
9URL:            http://meld.sourceforge.net/
10Source0:        http://ftp.gnome.org/pub/gnome/sources/meld/1.2/meld-%{version}.tar.bz2
11Source1:        meld-1.3.1-ja.po
12Patch0:         %{name}-desktop.patch
13Patch1:         %{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:       pygtk2 >= 2.14.0
23Requires:       pygtk2-libglade
24Requires:       pygobject >= 2.14.0
25
26Requires(post): scrollkeeper
27Requires(postun): scrollkeeper
28
29BuildArch:      noarch
30
31%description
32Meld is a tool which allows the user to see the changes in, and
33merge between, either two files, two directories, or two files
34with a common ancestor.
35
36%description -l ja
37Meld は、ユーザが二つのファイル、二つのディレクトリ、または共通の祖先を
38持つ二つのファイルの差分表示およびマージを行うことことができます。
39
40%prep
41%setup -q
42%patch0 -p1 -b .desktop
43%patch1 -p1 -b .scrollkeeper
44# copy updated japanese translation
45%{__cp} %{SOURCE1} po/ja.po
46
47%build
48make prefix=%{_prefix} libdir=%{_datadir}
49
50
51%install
52rm -rf ${RPM_BUILD_ROOT}
53
54make prefix=%{_prefix} libdir=%{_datadir} \
55  DESTDIR=${RPM_BUILD_ROOT} install
56
57
58desktop-file-install --vendor vine \
59    --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
60    --delete-original ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
61
62%find_lang %{name}
63
64
65%post
66scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
67
68
69%postun
70scrollkeeper-update -q || :
71
72
73%clean
74rm -rf ${RPM_BUILD_ROOT}
75
76
77%files -f %{name}.lang
78%defattr(-,root,root,-)
79%doc AUTHORS COPYING
80%{_bindir}/%{name}
81%{_datadir}/%{name}/
82%{_datadir}/applications/vine-%{name}.desktop
83#%{_datadir}/application-registry/%{name}*
84%{_datadir}/pixmaps/%{name}.png
85%{_datadir}/gnome/help/%{name}/
86%{_datadir}/omf/%{name}/
87
88
89%changelog
90* Wed Sep 23 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.3.1-2
91- add Source1: updated japanese translations
92
93* Sun Sep 13 2009 Munehiro Yamamoto <munepi@vinelinux.org> 1.3.1-1
94- new upstream release
95
96* Fri Jul 10 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-2
97- remove Requires: gnome-python-* which are not needed anymore.
98
99* Fri May 22 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.3.0-1
100- Update to 1.3.0
101- spec in UTF-8
102
103* Sat Apr 04 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.2.1-1
104- Update to 1.2.1
105- fixed release tag
106- Updated Patch0
107
108* Sun Nov 02 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.2-1
109- initial build for Vine Linux
110
111* Tue Aug 26 2008 Brian Pepple <bpepple@fedoraproject.org> - 1.2-2
112- Change require to gnome-python2-gnome. (#460010)
113
114* Sun Aug  3 2008 Brian Pepple <bpepple@fedoraproject.org> - 1.2-1
115- Update to 1.2.
116- Drop git patch.  fixed upstream.
117- Update scrollkeeper patch.
118
119* Tue Jun  3 2008 Brian Pepple <bpepple@fedoraproject.org> - 1.1.5-5
120- Backport git support (#449250).
121
122* Wed Nov 14 2007 Brian Pepple <bpepple@fedoraproject.org> - 1.1.5-4
123- Add Requires on gnome-python2-gtksourceview to enable syntax coloring. (#382041)
124
125* Sun Aug  5 2007 Brian Pepple <bpepple@fedoraproject.org> - 1.1.5-3
126- Update license tag.
127
128* Sun Jun 10 2007 Brian Pepple <bpepple@fedoraproject.org> - 1.1.5-2
129- Drop requires on yelp.
130
131* Sat Jun  9 2007 Brian Pepple <bpepple@fedoraproject.org> - 1.1.5-1
132- Update to 1.1.5.
133- Drop gettext patch.  fixed upstream.
134
135* Sat Jun  9 2007 Brian Pepple <bpepple@fedoraproject.org> - 1.1.4-7
136- Add requires on yelp.
137
138* Sat Dec  9 2006 Brian Pepple <bpepple@fedoraproject.org> - 1.1.4-6
139- Drop X-Fedora category from desktop file.
140- Add patch to fix rejects from new version of gettext.
141
142* Fri Dec  8 2006 Brian Pepple <bpepple@fedoraproject.org> - 1.1.4-5
143- Rebuild against new python.
144
145* Wed Sep  6 2006 Brian Pepple <bpepple@fedoraproject.org> - 1.1.4-4
146- Don't ghost *.pyo files.
147- Add BR for intltool and perl(XML::Parser).
148- Rebuild for FC6.
149
150* Sun Jun 11 2006 Brian Pepple <bdpepple@ameritech.net> - 1.1.4-3
151- Update to 1.1.4.
152
153* Thu Feb 16 2006 Brian Pepple <bdpepple@ameritech.net> - 1.1.3-4
154- Remove unnecessary BR (intltool).
155
156* Mon Feb 13 2006 Brian Pepple <bdpepple@ameritech.net> - 1.1.3-3
157- rebuilt for new gcc4.1 snapshot and glibc changes
158
159* Sun Feb  5 2006 Brian Pepple <bdpepple@ameritech.net> - 1.1.3-2
160- Update to 1.1.3.
161- Update scrollkeeper scriptlet.
162- Update versions required for pygtk2 & gnome-python2.
163- Add patch to disable scrollkeeper in Makefile.
164- Ghost the *.pyo.
165
166* Sun Nov 13 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.1.2-1
167- Update to 1.1.2.
168
169* Mon Jul 25 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.0.0-1
170- Update to 1.0.0.
171- Include fix for upstream bug #309408.
172
173* Wed Jun  8 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.6-1
174- Remove unused meld shell script from src.rpm.
175- Add scriptlets for scrollkeeper-update.
176- Use %%find_lang macro.
177- Simplify %%install (let included Makefile do the installation).
178- Update to 0.9.6 (fixes manual).
179- BR scrollkeeper (#156235).
180
181* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.5-2
182- rebuilt
183
184* Sun Feb 06 2005 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.9.5-1
185- 0.9.5.
186
187* Thu Nov 11 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.9.4.1-0.fdr.3
188- Clean up spec/Bump release.
189
190* Sat Jul 31 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.9.4.1-0.fdr.2
191- Group now Development/Tools.
192
193* Wed Jul 21 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.9.4.1-0.fdr.1
194- Updated to 0.9.4.1.
195
196* Fri May 28 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.9.3-0.fdr.1
197- Updated to 0.9.3.
198
199* Wed Apr 07 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.9.2.1-0.fdr.2
200- BuildReqs intltool & gettext (#1459).
201
202* Tue Apr 06 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.9.2.1-0.fdr.1
203- Updated to 0.9.2.1.
204
205* Thu Dec 04 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.9.1-0.fdr.2
206- Include translations.
207
208* Sat Nov 22 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.9.1-0.fdr.1
209- Updated to 0.9.1.
210
211* Thu Oct 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.9.0-0.fdr.2
212- Reuire pygtk2 >= 0:1.99.15.
213
214* Sun Oct 12 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.9.0-0.fdr.1
215- Updated to 0.9.0.
216
217* Mon Sep 01 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.8.5-0.fdr.1
218- Updated to 0.8.5.
219
220* Wed Aug 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.8.4-0.fdr.3
221- dropped tidyxml.py.
222
223* Mon Aug 11 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.8.4-0.fdr.2
224- Moved manual so the help feature will work.
225
226* Thu Jul 31 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.8.4-0.fdr.1
227- Updated to 0.8.4.
228- now install files under %%{_datadir} rather than %%{_libdir}.
229
230* Wed May 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.8.1-0.fdr.3
231- Package now contains verifiable source.
232
233* Tue May 27 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.8.1-0.fdr.2
234- Cleaned out libdir/meld.
235- fixed file permissions.
236
237* Sun May 25 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.8.1-0.fdr.1
238- Updated to 0.8.1.
239- buildroot -> RPM_BUILD_ROOT.
240
241* Wed Apr 16 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.7.1-0.fdr.1
242- Updated to 0.7.1.
243
244* Wed Apr 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.7.0-0.fdr.3
245- Updated Requires.
246
247* Tue Apr 01 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.7.0-0.fdr.2
248- Changed category to X-Fedora-Extra.
249- Added desktop-file-utils to BuildRequires.
250- Added missing Requires fields.
251- Added Epoch:0.
252
253* Thu Mar 27 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.7.0-0.fdr.1
254- Initial RPM release.
Note: See TracBrowser for help on using the repository browser.