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

Revision 1447, 7.3 KB checked in by inagaki, 14 years ago (diff)

updated: bluefish

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