]> git.pld-linux.org Git - packages/bluefish.git/blob - bluefish.spec
- updated to 0.4,
[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.4
5 Release:        1
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:        bluefish.desktop
11 Patch0:         bluefish-DESTDIR.patch
12 URL:            http://bluefish.openoffice.nl/
13 BuildRequires:  gtk+-devel >= 1.2.0
14 BuildRequires:  imlib-devel
15 BuildRequires:  libjpeg-devel
16 BuildRequires:  libpng-devel
17 BuildRequires:  libtiff-devel
18 BuildRequires:  libungif-devel
19 BuildRequires:  zlib-devel
20 BuildRequires:  gettext-devel
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %define         _prefix         /usr/X11R6
24
25 %description
26 Bluefish is a GTK+ based HTML editor designed for the experienced web
27 designer.
28
29 %description -l pl
30 Bluefish jest opartym na GTK+ edytorem HTML, przeznaczonym dla
31 do¶wiadczonych projektantów stron WWW.
32
33 %prep
34 %setup -q
35 %patch -p1
36
37 %build
38 gettextize --copy --force
39 LDFLAGS="-s"; export LDFLAGS
40 %configure \
41         --with-install-location=%{_datadir}/bluefish
42 make
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 install -d $RPM_BUILD_ROOT%{_applnkdir}/Editors
47
48 make install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Editors
52
53 gzip -9nf README ChangeLog BUGS AUTHORS NEWS TODO
54
55 %find_lang %{name}
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files -f %{name}.lang
61 %defattr(644,root,root,755)
62 %doc {README,ChangeLog,BUGS,AUTHORS,NEWS,TODO}.gz
63 %attr(755,root,root) %{_bindir}/*
64
65 %{_datadir}/bluefish
66 %{_applnkdir}/Editors/bluefish.desktop
This page took 0.058599 seconds and 4 git commands to generate.