]> git.pld-linux.org Git - packages/bluefish.git/blob - bluefish.spec
- removed
[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:        3
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 Patch0:         %{name}-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 >= 1.0.8
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 %configure \
40         --with-install-location=%{_datadir}/bluefish
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45 install -d $RPM_BUILD_ROOT%{_applnkdir}/Office/Editors
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Office/Editors
51
52 gzip -9nf README ChangeLog BUGS AUTHORS NEWS TODO
53
54 %find_lang %{name}
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files -f %{name}.lang
60 %defattr(644,root,root,755)
61 %doc {README,ChangeLog,BUGS,AUTHORS,NEWS,TODO}.gz
62 %attr(755,root,root) %{_bindir}/*
63
64 %{_datadir}/bluefish
65 %{_applnkdir}/Office/Editors/bluefish.desktop
This page took 0.070622 seconds and 3 git commands to generate.