]> git.pld-linux.org Git - packages/dillo.git/blob - dillo.spec
- removed two lines with define
[packages/dillo.git] / dillo.spec
1 Summary:        DILLO - The GTK Web Browser
2 Summary(pl):    DILLO - przegl±darka web
3 Name:           dillo
4 Version:        0.6.6
5 Release:        5
6 License:        GPL
7 Group:          X11/Applications/Networking
8 Source0:        http://dillo.cipsga.org.br/download/%{name}-%{version}.tar.gz
9 Source1:        %{name}.desktop
10 Source2:        %{name}.png
11 Patch0:         %{name}-gzip_fallback.patch
12 Patch1:         http://matzar.republika.pl/stuff/%{name}-gettext.patch.gz
13 Patch2:         http://bobuk.ipost.ru/packages/dillo/files/%{name}-%{version}-charset.patch
14 Patch3:         %{name}-encodings.patch
15 Patch4:         %{name}-localedir.patch
16 URL:            http://dillo.cipsga.org.br/
17 BuildRequires:  autoconf
18 BuildRequires:  automake
19 BuildRequires:  gtk+-devel >= 1.2.0
20 BuildRequires:  libjpeg-devel
21 Buildrequires:  libpng-devel >= 1.0.9
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24
25 %description
26 Dillo is small, fast, based on GTK+ library web browser written in C.
27
28 %description -l pl
29 Dillo jest ma³±, szybk±, bazuj±c± na bibliotece GTK+ przegl±dark±
30 sieci.
31
32 %prep
33 %setup -q
34 %patch0 -p1
35 %patch1 -p1
36 %patch2 -p1
37 %patch3 -p1
38 %patch4 -p1
39
40 %build
41 rm -f missing
42 %{__aclocal}
43 %{__autoconf}
44 %{__automake}
45 %configure --enable-cookies
46
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51 install -d $RPM_BUILD_ROOT{%{_applnkdir}/Network/WWW,%{_pixmapsdir}}
52
53 %{__make} install DESTDIR=$RPM_BUILD_ROOT
54
55 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Network/WWW
56 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
57
58 %find_lang %{name}
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files -f %{name}.lang
64 %defattr(644,root,root,755)
65 %doc AUTHORS ChangeLog dillorc encodings doc/{*.txt,README}
66 %attr(755,root,root) %{_bindir}/dillo
67 %{_applnkdir}/Network/WWW/*
68 %{_pixmapsdir}/*
This page took 0.075204 seconds and 3 git commands to generate.