]> git.pld-linux.org Git - packages/bluefish.git/blob - bluefish.spec
- cosmetics.
[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.1
5 Release:        1
6 Group:          X11/Applications/Editors
7 Group(pl):      X11/Aplikacje/Edytory
8 Copyright:      GPL
9 Source:         http://bluefish.linuxbox.com/%{name}-%{version}.tar.gz
10 Patch:          bluefish-DESTDIR.patch
11 URL:            http://bluefish.linuxbox.com/
12 BuildPrereq:    gtk+-devel >= 1.2.0
13 BuildPrereq:    glib-devel >= 1.2.0
14 BuildPrereq:    imlib-devel
15 BuildPrereq:    XFree86-devel
16 BuildPrereq:    libjpeg-devel
17 BuildPrereq:    libpng-devel
18 BuildPrereq:    libtiff-devel
19 BuildPrereq:    libungif-devel
20 BuildPrereq:    zlib-devel
21 BuildRoot:      /tmp/%{name}-%{version}-root
22
23 %define _prefix /usr/X11R6
24
25 %description
26 Bluefish is a GTK+ based HTML editor designed 
27 for the experienced web designer.
28
29 %description -l pl
30 Bluefish jest opartym na GTK+ edytorem HTML, 
31 przeznaczonym dla doĀ¶wiadczonego projektanta stron WWW.
32
33 %prep
34 %setup -q
35 %patch -p0
36
37 %build
38 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
39 ./configure %{_target_platform} \
40         --exec-prefix=%{_prefix} \
41         --with-install-location=%{_bindir}
42
43 make
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 make install DESTDIR=$RPM_BUILD_ROOT
49
50 gzip -9nf README ChangeLog BUGS AUTHORS NEWS TODO
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc {README,ChangeLog,BUGS,AUTHORS,NEWS,TODO}.gz
58
59 %attr(755,root,root) %{_bindir}/*
60
61 %changelog
62 * Mon Jun 28 1999 Piotr CzerwiƱski <pius@pld.org.pl> 
63   [0.3.1-1]
64 - initial rpm release.
This page took 0.116145 seconds and 4 git commands to generate.