source: projects/specs/trunk/b/bluefish/bluefish-vl.spec @ 4633

Revision 4633, 7.6 KB checked in by inagaki, 13 years ago (diff)

update: bluefish, uim

Line 
1Name: bluefish
2Summary: The Bluefish HTML Editor
3Summary(ja): Bluefish HTML エディタ
4Version: 2.0.3
5Release: 1%{?_dist_release}
6
7License: GPLv2
8Group:   Applications/Editors
9Source:  http://www.bennewitz.com/bluefish/stable/source/%{name}-%{version}.tar.bz2
10
11URL: http://bluefish.openoffice.nl/
12
13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14BuildRequires: desktop-file-utils
15BuildRequires: enchant-devel
16BuildRequires: glib2-devel >= 2.16.0
17BuildRequires: gtk2-devel >= 2.12.0
18%if %{?_dist_release} == "vl5" || %{?_dist_release} == "vl6"
19BuildRequires: gucharmap-devel
20%endif
21BuildRequires: libxml2-devel
22BuildRequires: pcre-devel >= 3.9
23BuildRequires: shared-mime-info
24Requires(post): desktop-file-utils shared-mime-info
25Requires: gtk2 >= 2.12.0
26Requires: pcre >= 3.9
27
28Distribution: Vine Linux
29Vendor: Project Vine
30
31%description
32Bluefish is a GTK+ HTML editor for the experienced web designer or
33programmer. It is not finished yet, but already a very powerful site
34creating environment. Bluefish has extended support for programming
35dynamic and interactive websites, there is for example a lot of PHP
36support.
37
38%description -l ja
39Bluefish は経験に富んだウェブデザイナやプログラマ向けの HTML エディタです。
40また完成していないが、すでに非常に強力にサイトを作成する環境になっている。
41Bluefish は動的な対話型ウェブサイトをプログラミングのために、
42拡張サポートしている。例えば、数多くの PHP をサポートしている。
43
44%prep
45%setup -q -n %{name}-%{version}
46
47%build
48%configure --disable-update-databases
49make %{?_smp_mflags}
50
51%install
52[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
53
54make DESTDIR=$RPM_BUILD_ROOT install
55
56# added JIS to default encoding
57echo "JIS (Japanese):ISO-2022-JP:" >> \
58    $RPM_BUILD_ROOT%{_datadir}/bluefish/encodings.default
59
60rm -rf $RPM_BUILD_ROOT%{_libdir}/bluefish/*.la
61
62#remove docs because duplicate
63rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
64rm -rf $RPM_BUILD_ROOT%{_datadir}/applications/bluefish-project.desktop
65
66%post
67touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
68
69%postun
70if [ $1 -eq 0 ] ; then
71    update-desktop-database -q  &> /dev/null || :
72    update-mime-database %{_datadir}/mime &> /dev/null || :
73    touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
74    gtk-update-icon-cache %{_datadir}/icons/hicolor  &> /dev/null || :
75fi
76
77%posttrans
78update-desktop-database -q  &> /dev/null || :
79update-mime-database %{_datadir}/mime &> /dev/null || :
80gtk-update-icon-cache %{_datadir}/icons/hicolor  &> /dev/null || :
81
82%clean
83[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
84
85%files
86%defattr(-, root, root)
87%doc [A-LN-Z]*
88%{_bindir}/bluefish
89%dir %{_libdir}/bluefish
90%{_libdir}/bluefish/*.so
91%{_datadir}/bluefish
92%{_datadir}/icons/hicolor/*
93%{_datadir}/pixmaps/*
94%{_datadir}/applications/bluefish.desktop
95%{_datadir}/locale/*/*/*.mo
96%{_datadir}/mime/packages/*.xml
97%{_datadir}/xml/bluefish
98%{_mandir}/man1/*
99
100%changelog
101* Sun Aug 21 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.3-1
102- new upstream release
103- built without gucharmap (VineSeed)
104- added BR: libxml2-devel
105
106* Tue Oct 12 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.2-1
107- new upstream release
108
109* Sun Jul 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.1-1
110- new upstream release
111
112* Fri Mar 19 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.0-1
113- new upstream release
114- updated BR
115
116* Thu Jul 30 2009 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.7-2
117- added Japanese description
118
119* Fri Sep 19 2008 Shu KONNO <owa@bg.wakwak.com> 1.0.7-1vl5
120- applied new versioning policy, spec in utf-8
121
122* Tue Nov  7 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.7-0vl2
123- rebuilt for Vine Linux 4.0
124
125* Tue Nov  7 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.7-0vl1
126- new upstream release
127
128* Sat Feb 25 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.5-0vl3
129- rebuild for VineSeed Plus
130
131* Sat Feb 25 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.5-0vl2
132- rebuit for VinePlus/3.0
133- dropped Patch0 (fixed at upstream version)
134
135* Wed Feb 15 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.5-0vl1
136- new upstream release
137
138* Tue Sep  6 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.4-0vl1.1
139- added Patch0 for disable PCRE_UTF8 in highlighting
140
141* Sat Sep  3 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.4-0vl1
142- new upstream release
143
144* Thu Aug 25 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.3-0vl2
145- rebuild for VineSeed Plus
146
147* Thu Aug 25 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.3-0vl1
148- new upstream release
149
150* Tue Aug 16 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.2-0vl2
151- rebuild for VineSeed Plus
152
153* Tue Aug 16 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.2-0vl1
154- new upstream release
155
156* Mon Jun 13 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.1-0vl3
157- rebuild for VineSeed Plus
158
159* Mon Jun 13 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.1-0vl2
160- rebuild for VinePlus/3.1
161- added BuildRequires: shared-mime-info
162
163* Sun Jun  5 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.1-0vl1
164- new upstream release
165
166* Thu May 26 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0-0vl2
167- rebuild for VineSeed Plus
168- added --disable-update-databases option
169- run update-mime-database on %post
170- added Prereq: shared-mime-info
171
172* Sun Feb  6 2005 Masaki Shinomiya <shino@pos.to> 1.0-0vl1
173- new upstream release, make install, files. desktop, compile ja.po
174
175* Sun Apr 18 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.13-0vl1
176- new upstream release
177- dropped patch0
178
179* Mon Jul 28 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.11-0vl1
180- new upstream release
181
182* Fri Jul 18 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10-0vl1
183- Rebuild with new toolchains and Gnome2 for VineSeedPlus
184- add makefile.patch to fix Makefile.in
185- modified encodings.default
186
187* Fri Aug 2 2002 Masaki Shinomiya <shino@pos.to>
188- 0.7-0vl1 for VinePllus2.1, 0.7-0vl2 for VinePlus2.5/VineSeedPlus
189- vine.patch, without perl
190
191* Fri Mar  1 2002 Shingo Akagaki <dora@kondara.org>
192- (0.7-8k)
193- fix file attributes
194
195* Thu Feb 21 2002 Shingo Akagaki <dora@kondara.org>
196- (0.7-6k)
197- rebuild against for db3,4
198
199* Thu Feb 07 2002 Motonobu Ichimura <famao@kondara.org>
200- (0.7-4k)
201- add perl,attrpage,internal-preview support
202
203* Thu Feb 07 2002 Motonobu Ichimura <famao@kondara.org>
204- (0.7-2k)
205- add xim patch
206- up to 0.7
207
208* Thu Oct 18 2001 Motonobu Ichimura <famao@kondara.org>
209- (0.6-4k)
210- not egcs, but gcc2.95.3
211
212* Thu Oct 18 2001 Motonobu Ichimura <famao@kondara.org>
213- (0.6-2k)
214- up to 0.6
215- add BuildRequires: egcs ...
216- include .desktop file
217
218* Wed Oct 17 2001 Toru Hoshina <t@kondara.org>
219- (0.4-10k)
220- rebuild against gettext 0.10.40.
221
222* Mon Oct 15 2001 Toru Hoshina <t@kondara.org>
223- (0.4-8k)
224- rebuild against libpng 1.2.0.
225
226* Sat Dec  2 2000 MATSUDA, Daiki <dyky@df-usa.com>
227- (0.4-4k)
228- modified spec file with macros
229
230* Thu Jul 13 2000 AYUHANA Tomonori <l@kondara.org>
231- (0.4-2k)
232- SPEC fixed ( BuildRoot )
233- missing bluefish.desktop!
234
235* Tue Jun 13 2000 haruka kusumi <haruka76@kondara.org>
236  - changed some items for kondara
237
238* Fri May 5 2000   Bo Forslund  <bo.forslund@abc.se>
239  - fine tuning of the spec file
240  - possible to build with all processors on smp machines
241  - an entry for RedHats wmconfig
242
243* Tue Mar 21 2000 CW Zuckschwerdt <zany@triq.net>
244  - complete rewrite of spec file
245  - relocateable on build-time
246  - no privileges required while building
247  - fix for install_location (should really be $(LIBDIR)/bluefish!)
248  - included man, locale and lib into RPM (was seriously broken)
249
250* Thu Jan 13 2000 Chris Lea <chrislea@luciddesigns.com>
251  - Fixed up spec file some. bluefish-0.3.5
252
253* Wed Nov 17 1999 Chris Lea <chrislea@luciddesigns.com>
254  - added spec file. this is my third RPM that I've made a spec
255    file for, so please be merciful if I've screwed something up
Note: See TracBrowser for help on using the repository browser.