]> git.pld-linux.org Git - packages/bluefish.git/blob - bluefish.spec
- BuildRequires: libtool
[packages/bluefish.git] / bluefish.spec
1 Summary:        Bluefish - HTML editor for the experienced web designer
2 Summary(pl):    Bluefish - Edytor HTML dla zaawansowanych
3 Name:           bluefish
4 Version:        0.6
5 Release:        2
6 License:        GPL
7 Group:          X11/Applications/Editors
8 Group(pl):      X11/Aplikacje/Edytory
9 Source0:        http://bluefish.openoffice.nl/download/%{name}-%{version}.tar.bz2
10 Source1:        %{name}.desktop
11 Source2:        %{name}.png
12 Patch0:         %{name}-DESTDIR.patch
13 Patch1:         %{name}-ac_lt.patch
14 URL:            http://bluefish.openoffice.nl/
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRequires:  libtool
18 BuildRequires:  gettext-devel
19 BuildRequires:  gtk+-devel >= 1.2.0
20 BuildRequires:  imlib-devel
21 BuildRequires:  libjpeg-devel
22 BuildRequires:  libpng >= 1.0.8
23 BuildRequires:  libtiff-devel
24 BuildRequires:  libungif-devel
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %define         _prefix         /usr/X11R6
28
29 %description
30 Bluefish is a GTK+ based HTML editor designed for the experienced web
31 designer.
32
33 %description -l pl
34 Bluefish jest opartym na GTK+ edytorem HTML, przeznaczonym dla
35 do¶wiadczonych projektantów stron WWW.
36
37 %prep 
38 %setup -q
39 %patch0 -p1
40 %patch1 -p1
41
42 %build
43 gettextize --copy --force
44 libtoolize --copy --force
45 aclocal
46 autoconf
47 %configure \
48         --with-install-location=%{_datadir}/bluefish
49 %{__make}
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53 install -d $RPM_BUILD_ROOT{%{_applnkdir}/Office/Editors,%{_pixmapsdir}}
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Office/Editors
59 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
60
61 gzip -9nf README ChangeLog BUGS AUTHORS NEWS TODO
62
63 %find_lang %{name}
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %files -f %{name}.lang
69 %defattr(644,root,root,755)
70 %doc {README,ChangeLog,BUGS,AUTHORS,NEWS,TODO}.gz
71 %attr(755,root,root) %{_bindir}/*
72
73 %{_datadir}/bluefish
74 %{_applnkdir}/Office/Editors/bluefish.desktop
75 %{_pixmapsdir}/*
This page took 0.180173 seconds and 3 git commands to generate.