]> git.pld-linux.org Git - SPECS.git/blob - gzilla.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / gzilla.spec
1 Summary:        Gzilla is a web browser written in the GTK+ framework
2 Summary(pl.UTF-8):      Gzilla to przeglądarka WWW napisana w GTK+
3 Name:           gzilla
4 Version:        0.3.10
5 Release:        2
6 License:        GPL
7 Group:          X11/Applications/Networking
8 Source0:        http://www.gzilla.com/Downloads/%{name}-%{version}.tar.gz
9 # Source0-md5:  896e0e7a7e938685d0a65adc46587ff1
10 Source1:        %{name}.desktop
11 Patch0:         %{name}-qelem.patch
12 URL:            http://www.gzilla.com/
13 BuildRequires:  XFree86-devel
14 BuildRequires:  glib-devel >= 1.2.0
15 BuildRequires:  gtk+-devel >= 1.2.0
16 BuildRequires:  libjpeg-devel
17 Requires:       gtk+ >= 1.2.0
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Gzilla is a Web browser, written in C using the GTK+ widget set.
22 Gzilla is still in alpha development (like Lynx with pictures). The
23 project's design goal is to eventually create a fast, small and easily
24 extensible browser compatible (at minimum) with HTML 4.0 and CSS 1.
25 Another design goal is to provide a user interface which supports
26 integration of the graphical and textual shells in a unique and
27 powerful way.
28
29 %description -l pl.UTF-8
30 Gzilla jest przeglądarką WWW napisaną w języku C i wykorzystującą
31 bibliotekę GTK+. Jest wciąż w fazie rozwojowej, na razie przypomina
32 "obrazkowego Lynxa". Celem projektu jest stworzenie szybkiej, małej i
33 łatwo rozszerzalnej przeglądarki zgodnej co najmniej z HTML-em 4.0 i
34 CSS 1. Innym celem jest stworzenie interfejsu użytkownika
35 umożliwiającego integrację powłok graficznych i tekstowych w sprawny i
36 oryginalny sposób.
37
38 %prep
39 %setup -q
40 %patch0 -p1
41
42 %build
43 %configure2_13 \
44         --disable-gtktest \
45         --disable-glibtest
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50 install -d $RPM_BUILD_ROOT%{_desktopdir}
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files
61 %defattr(644,root,root,755)
62 %doc doc/* AUTHORS ChangeLog NEWS README TODO
63 %attr(755,root,root) %{_bindir}/gzilla
64 %attr(755,root,root) %{_bindir}/gztest
65 %{_desktopdir}/gzilla.desktop
This page took 0.468541 seconds and 3 git commands to generate.