]> git.pld-linux.org Git - packages/bluefish.git/blob - bluefish.spec
- updated to 0.3.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.3.4
5 Release:        1
6 Group:          X11/Applications/Editors
7 Group(pl):      X11/Aplikacje/Edytory
8 Copyright:      GPL
9 Source0:        http://bluefish.linuxbox.com/%{name}-%{version}.tar.bz2
10 Source1:        bluefish.desktop
11 Patch:          bluefish-DESTDIR.patch
12 URL:            http://bluefish.linuxbox.com/
13 BuildRequires:  gtk+-devel >= 1.2.0
14 BuildRequires:  glib-devel >= 1.2.0
15 BuildRequires:  imlib-devel
16 BuildRequires:  XFree86-devel
17 BuildRequires:  libjpeg-devel
18 BuildRequires:  libpng-devel
19 BuildRequires:  libtiff-devel
20 BuildRequires:  libungif-devel
21 BuildRequires:  zlib-devel
22 BuildRoot:      /tmp/%{name}-%{version}-root
23
24 %define         _prefix         /usr/X11R6
25 %define         _applnkdir      %{_datadir}/applnk
26
27 %description
28 Bluefish is a GTK+ based HTML editor designed for the experienced web designer.
29
30 %description -l pl
31 Bluefish jest opartym na GTK+ edytorem HTML, przeznaczonym dla do¶wiadczonych 
32 projektantów stron WWW.
33
34 %prep
35 %setup -q
36 %patch -p0
37
38 %build
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 DESTDIR=$RPM_BUILD_ROOT
49
50 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Editors
51
52 gzip -9nf README ChangeLog BUGS AUTHORS NEWS TODO
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %doc {README,ChangeLog,BUGS,AUTHORS,NEWS,TODO}.gz
60 %attr(755,root,root) %{_bindir}/*
61
62 %{_datadir}/bluefish
63 %{_applnkdir}/Editors/bluefish.desktop
This page took 0.071536 seconds and 3 git commands to generate.