]> git.pld-linux.org Git - packages/dillo.git/blame - dillo.spec
- 0.5.1
[packages/dillo.git] / dillo.spec
CommitLineData
adfe9e13 1Summary: DILLO - The GTK Web Browser
2Summary(pl): DILLO - przegladarka web
34d9e99b 3Name: dillo
4db30c5d 4Version: 0.5.1
34d9e99b 5Release: 1
adfe9e13 6License: GPL
7Group: X11/Applications/Networking
8Group(de): X11/Applikationen/Netzwerkwesen
34d9e99b 9Group(pl): X11/Aplikacje/Sieciowe
244ecbb6 10Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
11BuildRequires: libjpeg-devel
12BuildRequires: gtk+-devel >= 1.2.0
13Buildrequires: libpng-devel >= 1.0.9
4db30c5d 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34d9e99b 15
adfe9e13 16%define _prefix /usr/X11R6
34d9e99b 17
18%description
244ecbb6 19Dillo is small, fast, based on GTK+ library web browser written in C.
34d9e99b 20
21%description -l pl
adfe9e13 22Dillo jest mala, szybka, bazujaca na bibliotece GTK+ przegladarka
23sieci.
34d9e99b 24
25%prep
26%setup -q
27
34d9e99b 28%build
adfe9e13 29%configure
30%{__make}
34d9e99b 31
32%install
33rm -rf $RPM_BUILD_ROOT
adfe9e13 34
35%{__make} install DESTDIR=$RPM_BUILD_ROOT
34d9e99b 36
4db30c5d 37gzip -9nf doc/{*.txt,README} AUTHORS ChangeLog
34d9e99b 38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(644,root,root,755)
4db30c5d 44%doc *.gz doc/*.gz
244ecbb6 45%attr(755,root,root) %{_bindir}/dillo
This page took 0.048105 seconds and 4 git commands to generate.