source: projects/specs/branches/6/b/bluefish/bluefish-vl.spec @ 2042

Revision 2042, 7.3 KB checked in by inagaki, 13 years ago (diff)

update: bluefish, nano

Line 
1Name: bluefish
2Summary: The Bluefish HTML Editor
3Summary(ja): Bluefish HTML エディタ
4Version: 2.0.2
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* Tue Oct 12 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.2-1
97- new upstream release
98
99* Sun Jul 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.1-1
100- new upstream release
101
102* Fri Mar 19 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.0-1
103- new upstream release
104- updated BR
105
106* Thu Jul 30 2009 Munehiro Yamamoto <munepi@vinelinux.org> 1.0.7-2
107- added Japanese description
108
109* Fri Sep 19 2008 Shu KONNO <owa@bg.wakwak.com> 1.0.7-1vl5
110- applied new versioning policy, spec in utf-8
111
112* Tue Nov  7 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.7-0vl2
113- rebuilt for Vine Linux 4.0
114
115* Tue Nov  7 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.7-0vl1
116- new upstream release
117
118* Sat Feb 25 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.5-0vl3
119- rebuild for VineSeed Plus
120
121* Sat Feb 25 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.5-0vl2
122- rebuit for VinePlus/3.0
123- dropped Patch0 (fixed at upstream version)
124
125* Wed Feb 15 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.5-0vl1
126- new upstream release
127
128* Tue Sep  6 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.4-0vl1.1
129- added Patch0 for disable PCRE_UTF8 in highlighting
130
131* Sat Sep  3 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.4-0vl1
132- new upstream release
133
134* Thu Aug 25 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.3-0vl2
135- rebuild for VineSeed Plus
136
137* Thu Aug 25 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.3-0vl1
138- new upstream release
139
140* Tue Aug 16 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.2-0vl2
141- rebuild for VineSeed Plus
142
143* Tue Aug 16 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.2-0vl1
144- new upstream release
145
146* Mon Jun 13 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.1-0vl3
147- rebuild for VineSeed Plus
148
149* Mon Jun 13 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.1-0vl2
150- rebuild for VinePlus/3.1
151- added BuildRequires: shared-mime-info
152
153* Sun Jun  5 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.1-0vl1
154- new upstream release
155
156* Thu May 26 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0-0vl2
157- rebuild for VineSeed Plus
158- added --disable-update-databases option
159- run update-mime-database on %post
160- added Prereq: shared-mime-info
161
162* Sun Feb  6 2005 Masaki Shinomiya <shino@pos.to> 1.0-0vl1
163- new upstream release, make install, files. desktop, compile ja.po
164
165* Sun Apr 18 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.13-0vl1
166- new upstream release
167- dropped patch0
168
169* Mon Jul 28 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.11-0vl1
170- new upstream release
171
172* Fri Jul 18 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10-0vl1
173- Rebuild with new toolchains and Gnome2 for VineSeedPlus
174- add makefile.patch to fix Makefile.in
175- modified encodings.default
176
177* Fri Aug 2 2002 Masaki Shinomiya <shino@pos.to>
178- 0.7-0vl1 for VinePllus2.1, 0.7-0vl2 for VinePlus2.5/VineSeedPlus
179- vine.patch, without perl
180
181* Fri Mar  1 2002 Shingo Akagaki <dora@kondara.org>
182- (0.7-8k)
183- fix file attributes
184
185* Thu Feb 21 2002 Shingo Akagaki <dora@kondara.org>
186- (0.7-6k)
187- rebuild against for db3,4
188
189* Thu Feb 07 2002 Motonobu Ichimura <famao@kondara.org>
190- (0.7-4k)
191- add perl,attrpage,internal-preview support
192
193* Thu Feb 07 2002 Motonobu Ichimura <famao@kondara.org>
194- (0.7-2k)
195- add xim patch
196- up to 0.7
197
198* Thu Oct 18 2001 Motonobu Ichimura <famao@kondara.org>
199- (0.6-4k)
200- not egcs, but gcc2.95.3
201
202* Thu Oct 18 2001 Motonobu Ichimura <famao@kondara.org>
203- (0.6-2k)
204- up to 0.6
205- add BuildRequires: egcs ...
206- include .desktop file
207
208* Wed Oct 17 2001 Toru Hoshina <t@kondara.org>
209- (0.4-10k)
210- rebuild against gettext 0.10.40.
211
212* Mon Oct 15 2001 Toru Hoshina <t@kondara.org>
213- (0.4-8k)
214- rebuild against libpng 1.2.0.
215
216* Sat Dec  2 2000 MATSUDA, Daiki <dyky@df-usa.com>
217- (0.4-4k)
218- modified spec file with macros
219
220* Thu Jul 13 2000 AYUHANA Tomonori <l@kondara.org>
221- (0.4-2k)
222- SPEC fixed ( BuildRoot )
223- missing bluefish.desktop!
224
225* Tue Jun 13 2000 haruka kusumi <haruka76@kondara.org>
226  - changed some items for kondara
227
228* Fri May 5 2000   Bo Forslund  <bo.forslund@abc.se>
229  - fine tuning of the spec file
230  - possible to build with all processors on smp machines
231  - an entry for RedHats wmconfig
232
233* Tue Mar 21 2000 CW Zuckschwerdt <zany@triq.net>
234  - complete rewrite of spec file
235  - relocateable on build-time
236  - no privileges required while building
237  - fix for install_location (should really be $(LIBDIR)/bluefish!)
238  - included man, locale and lib into RPM (was seriously broken)
239
240* Thu Jan 13 2000 Chris Lea <chrislea@luciddesigns.com>
241  - Fixed up spec file some. bluefish-0.3.5
242
243* Wed Nov 17 1999 Chris Lea <chrislea@luciddesigns.com>
244  - added spec file. this is my third RPM that I've made a spec
245    file for, so please be merciful if I've screwed something up
Note: See TracBrowser for help on using the repository browser.