]> git.pld-linux.org Git - packages/bluefish.git/blob - bluefish.spec
11b0a34a08b0f64342e6cc652e46ab4358564fdf
[packages/bluefish.git] / bluefish.spec
1 Summary:        Bluefish - HTML editor for the experienced web designer
2 Summary(pl):    Bluefish - Edytor HTML dla zaawansowanych
3 Summary(pt_BR): Editor HTML Bluefish
4 Name:           bluefish
5 Version:        0.7
6 Release:        2
7 License:        GPL
8 Group:          X11/Applications/Editors
9 Group(de):      X11/Applikationen/Editors
10 Group(pl):      X11/Aplikacje/Edytory
11 Group(pt):      X11/Aplicações/Editores
12 # The master server is here
13 Source0:        http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/%{name}-%{version}.tar.bz2
14 # but if you want ftp: try this one
15 # Source0:      ftp://bluefish.advancecreations.com/bluefish/downloads/%{name}-%{version}.tar.bz2
16 Source1:        %{name}.desktop
17 Source2:        %{name}.png
18 Patch0:         %{name}-DESTDIR.patch
19 Patch1:         %{name}-ac_lt.patch
20 URL:            http://bluefish.openoffice.nl/
21 BuildRequires:  autoconf
22 BuildRequires:  automake
23 BuildRequires:  libtool
24 BuildRequires:  gettext-devel
25 BuildRequires:  gtk+-devel >= 1.2.0
26 BuildRequires:  imlib-devel
27 BuildRequires:  libjpeg-devel
28 BuildRequires:  libpng >= 1.0.8
29 BuildRequires:  libtiff-devel
30 BuildRequires:  libungif-devel
31 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33 %define         _prefix         /usr/X11R6
34
35 %description
36 Bluefish is a GTK+ based HTML editor designed for the experienced web
37 designer.
38
39 %description -l pl
40 Bluefish jest opartym na GTK+ edytorem HTML, przeznaczonym dla
41 do¶wiadczonych projektantów stron WWW.
42
43 %description -l pt_BR
44 O bluefish é um editor HTML feito com GTK para web designers
45 experientes. Atualmente ele está em estágio alfa, mas já está bastante
46 usável. Algumas opções ainda não estão completamente finalizadas.
47 Bluefish é liberado sob a licença GPL.
48
49 %prep 
50 %setup -q
51 %patch0 -p1
52 %patch1 -p1
53
54 %build
55 gettextize --copy --force
56 libtoolize --copy --force
57 aclocal
58 autoconf
59 %configure \
60         --with-install-location=%{_datadir}/bluefish
61 %{__make}
62
63 %install
64 rm -rf $RPM_BUILD_ROOT
65 install -d $RPM_BUILD_ROOT{%{_applnkdir}/Office/Editors,%{_pixmapsdir}}
66
67 %{__make} install \
68         DESTDIR=$RPM_BUILD_ROOT
69
70 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Office/Editors
71 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
72
73 gzip -9nf README ChangeLog BUGS AUTHORS NEWS TODO
74
75 %find_lang %{name}
76
77 %clean
78 rm -rf $RPM_BUILD_ROOT
79
80 %files -f %{name}.lang
81 %defattr(644,root,root,755)
82 %doc {README,ChangeLog,BUGS,AUTHORS,NEWS,TODO}.gz
83 %attr(755,root,root) %{_bindir}/*
84
85 %{_datadir}/bluefish
86 %{_applnkdir}/Office/Editors/bluefish.desktop
87 %{_pixmapsdir}/*
This page took 0.064245 seconds and 2 git commands to generate.