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

Revision 609, 7.2 KB checked in by inagaki, 14 years ago (diff)

updated: bluefish, nano

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