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

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

import VineSeed package specs

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