]> git.pld-linux.org Git - packages/dillo.git/blobdiff - dillo.spec
- release 1 (for claws-mail)
[packages/dillo.git] / dillo.spec
index 9ee64ceab3b7136cb47085a43d255e27b3c9cf32..dbf4dd64e1de6f5033dee429aa439ed65150383f 100644 (file)
@@ -1,13 +1,13 @@
 # TODO gettext support
 Summary:       DILLO - The GTK+ Web Browser
-Summary(pl):   DILLO - przegl±darka WWW
+Summary(pl.UTF-8):     DILLO - przeglądarka WWW
 Name:          dillo
-Version:       0.8.4
-Release:       0.1
+Version:       0.8.6
+Release:       1
 License:       GPL
 Group:         X11/Applications/Networking
 Source0:       http://www.dillo.org/download/%{name}-%{version}.tar.bz2
-# Source0-md5: ebf17d6cca1fccc8bc80acdf05e736a3
+# Source0-md5: b65233d368bbd265a55effcf2c17f84b
 Source1:       %{name}.desktop
 Source2:       %{name}.png
 Patch0:                %{name}-gzip_fallback.patch
@@ -24,14 +24,14 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Dillo is a small GTK+ based (GNOME is NOT required!) web browser.
-Dillo aims to be a multi-platform browser alternative that's small, 
+Dillo aims to be a multi-platform browser alternative that's small,
 stable, developer-friendly, usable, fast, and extensible.
 
-%description -l pl
-Dillo jest ma³±, opart± na bibliotece GTK+ (GNOME nie jest wymagany)
-przegl±dark± WWW. Dillo ma byæ wieloplatformow± alternatywn±
-przegl±dark±, która jest ma³a, stabilna, przyjazna dla developerów,
-u¿yteczna, szybka i rozszerzalna.
+%description -l pl.UTF-8
+Dillo jest małą, opartą na bibliotece GTK+ (GNOME nie jest wymagany)
+przeglądarką WWW. Dillo ma być wieloplatformową alternatywną
+przeglądarką, która jest mała, stabilna, przyjazna dla developerów,
+użyteczna, szybka i rozszerzalna.
 
 %prep
 %setup -q
@@ -44,7 +44,8 @@ u
 %{__automake}
 %configure \
        --enable-cookies \
-       --enable-ipv6
+       --enable-ipv6 \
+       --disable-dlgui
 %{__make}
 
 %install
@@ -68,9 +69,9 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog dillorc encodings doc/{*.txt,README}
 %attr(755,root,root) %{_bindir}/*
-%{_desktopdir}/*
+%{_desktopdir}/*.desktop
 %{_pixmapsdir}/*
 %dir %{_libdir}/dillo
 %attr(755,root,root) %{_libdir}/dillo/*
 %dir %{_sysconfdir}
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/*
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
This page took 0.066046 seconds and 4 git commands to generate.